Show a series.

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

{
    "id": 4620,
    "url": "http://patches.dpdk.org/api/series/4620/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=4620",
    "project": {
        "id": 1,
        "url": "http://patches.dpdk.org/api/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",
        "list_archive_url": "https://inbox.dpdk.org/dev",
        "list_archive_url_format": "https://inbox.dpdk.org/dev/{}",
        "commit_url_format": ""
    },
    "name": "hash: fix bugs in 'free key with position'",
    "date": "2019-05-09T13:39:21",
    "submitter": {
        "id": 1108,
        "url": "http://patches.dpdk.org/api/people/1108/?format=api",
        "name": "Dharmik Thakkar",
        "email": "dharmik.thakkar@arm.com"
    },
    "version": 3,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/4620/mbox/",
    "cover_letter": {
        "id": 53352,
        "url": "http://patches.dpdk.org/api/covers/53352/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/20190509133924.7153-1-dharmik.thakkar@arm.com/",
        "msgid": "<20190509133924.7153-1-dharmik.thakkar@arm.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20190509133924.7153-1-dharmik.thakkar@arm.com",
        "date": "2019-05-09T13:39:21",
        "name": "[v3,0/3] hash: fix bugs in 'free key with position'",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/20190509133924.7153-1-dharmik.thakkar@arm.com/mbox/"
    },
    "patches": [
        {
            "id": 53353,
            "url": "http://patches.dpdk.org/api/patches/53353/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190509133924.7153-2-dharmik.thakkar@arm.com/",
            "msgid": "<20190509133924.7153-2-dharmik.thakkar@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190509133924.7153-2-dharmik.thakkar@arm.com",
            "date": "2019-05-09T13:39:22",
            "name": "[v3,1/3] hash: fix position bug in 'free key with position'",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190509133924.7153-2-dharmik.thakkar@arm.com/mbox/"
        },
        {
            "id": 53354,
            "url": "http://patches.dpdk.org/api/patches/53354/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190509133924.7153-3-dharmik.thakkar@arm.com/",
            "msgid": "<20190509133924.7153-3-dharmik.thakkar@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190509133924.7153-3-dharmik.thakkar@arm.com",
            "date": "2019-05-09T13:39:23",
            "name": "[v3,2/3] hash: fix total entries in free key with position",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190509133924.7153-3-dharmik.thakkar@arm.com/mbox/"
        },
        {
            "id": 53355,
            "url": "http://patches.dpdk.org/api/patches/53355/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190509133924.7153-4-dharmik.thakkar@arm.com/",
            "msgid": "<20190509133924.7153-4-dharmik.thakkar@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190509133924.7153-4-dharmik.thakkar@arm.com",
            "date": "2019-05-09T13:39:24",
            "name": "[v3,3/3] test/hash: add test for 'free key with position'",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190509133924.7153-4-dharmik.thakkar@arm.com/mbox/"
        }
    ]
}