Show a series.

GET /api/1.0/series/29279/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 29279,
    "url": "http://patches.dpdk.org/api/1.0/series/29279/?format=api",
    "project": {
        "id": 1,
        "url": "http://patches.dpdk.org/api/1.0/projects/1/?format=api",
        "name": "DPDK",
        "link_name": "dpdk",
        "list_id": "dev.dpdk.org",
        "list_email": "dev@dpdk.org",
        "web_url": "http://core.dpdk.org",
        "scm_url": "git://dpdk.org/dpdk",
        "webscm_url": "http://git.dpdk.org/dpdk"
    },
    "name": "Release ethdev shared memory on port cleanup",
    "date": "2023-08-18T13:41:22",
    "submitter": {
        "id": 1173,
        "url": "http://patches.dpdk.org/api/1.0/people/1173/?format=api",
        "name": "David Marchand",
        "email": "david.marchand@redhat.com"
    },
    "version": 2,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/29279/mbox/",
    "cover_letter": {
        "id": 74,
        "url": "http://patches.dpdk.org/api/1.0/covers/74/?format=api",
        "msgid": "<20230818134124.2478945-1-david.marchand@redhat.com>",
        "date": "2023-08-18T13:41:22",
        "name": "[v2,0/2] Release ethdev shared memory on port cleanup"
    },
    "patches": [
        {
            "id": 130522,
            "url": "http://patches.dpdk.org/api/1.0/patches/130522/?format=api",
            "msgid": "<20230818134124.2478945-2-david.marchand@redhat.com>",
            "date": "2023-08-18T13:41:23",
            "name": "[v2,1/2] ethdev: protect shared memory accesses under one lock",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230818134124.2478945-2-david.marchand@redhat.com/mbox/"
        },
        {
            "id": 130523,
            "url": "http://patches.dpdk.org/api/1.0/patches/130523/?format=api",
            "msgid": "<20230818134124.2478945-3-david.marchand@redhat.com>",
            "date": "2023-08-18T13:41:24",
            "name": "[v2,2/2] ethdev: cleanup shared data with the last port",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230818134124.2478945-3-david.marchand@redhat.com/mbox/"
        }
    ]
}