Show a series.

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

{
    "id": 4621,
    "url": "http://patches.dpdk.org/api/series/4621/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=4621",
    "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-09T17:19:04",
    "submitter": {
        "id": 1108,
        "url": "http://patches.dpdk.org/api/people/1108/?format=api",
        "name": "Dharmik Thakkar",
        "email": "dharmik.thakkar@arm.com"
    },
    "version": 4,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/4621/mbox/",
    "cover_letter": {
        "id": 53356,
        "url": "http://patches.dpdk.org/api/covers/53356/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/20190509171907.14693-1-dharmik.thakkar@arm.com/",
        "msgid": "<20190509171907.14693-1-dharmik.thakkar@arm.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20190509171907.14693-1-dharmik.thakkar@arm.com",
        "date": "2019-05-09T17:19:04",
        "name": "[v4,0/3] hash: fix bugs in 'free key with position'",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/20190509171907.14693-1-dharmik.thakkar@arm.com/mbox/"
    },
    "patches": [
        {
            "id": 53357,
            "url": "http://patches.dpdk.org/api/patches/53357/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190509171907.14693-2-dharmik.thakkar@arm.com/",
            "msgid": "<20190509171907.14693-2-dharmik.thakkar@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190509171907.14693-2-dharmik.thakkar@arm.com",
            "date": "2019-05-09T17:19:05",
            "name": "[v4,1/3] hash: fix position bug in 'free key with position'",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190509171907.14693-2-dharmik.thakkar@arm.com/mbox/"
        },
        {
            "id": 53358,
            "url": "http://patches.dpdk.org/api/patches/53358/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190509171907.14693-3-dharmik.thakkar@arm.com/",
            "msgid": "<20190509171907.14693-3-dharmik.thakkar@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190509171907.14693-3-dharmik.thakkar@arm.com",
            "date": "2019-05-09T17:19:06",
            "name": "[v4,2/3] hash: fix total entries in free key with position",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190509171907.14693-3-dharmik.thakkar@arm.com/mbox/"
        },
        {
            "id": 53359,
            "url": "http://patches.dpdk.org/api/patches/53359/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190509171907.14693-4-dharmik.thakkar@arm.com/",
            "msgid": "<20190509171907.14693-4-dharmik.thakkar@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190509171907.14693-4-dharmik.thakkar@arm.com",
            "date": "2019-05-09T17:19:07",
            "name": "[v4,3/3] test/hash: add test for 'free key with position'",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190509171907.14693-4-dharmik.thakkar@arm.com/mbox/"
        }
    ]
}