Show a series.

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

{
    "id": 3190,
    "url": "https://patches.dpdk.org/api/series/3190/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=3190",
    "project": {
        "id": 1,
        "url": "https://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": "reimplement rwlock and add relevant perf test case",
    "date": "2019-01-15T13:12:56",
    "submitter": {
        "id": 970,
        "url": "https://patches.dpdk.org/api/people/970/?format=api",
        "name": "Joyce Kong",
        "email": "joyce.kong@arm.com"
    },
    "version": 2,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/3190/mbox/",
    "cover_letter": {
        "id": 49838,
        "url": "https://patches.dpdk.org/api/covers/49838/?format=api",
        "web_url": "https://patches.dpdk.org/project/dpdk/cover/1547557979-153169-1-git-send-email-joyce.kong@arm.com/",
        "msgid": "<1547557979-153169-1-git-send-email-joyce.kong@arm.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/1547557979-153169-1-git-send-email-joyce.kong@arm.com",
        "date": "2019-01-15T13:12:56",
        "name": "[v2,0/3] reimplement rwlock and add relevant perf test case",
        "mbox": "https://patches.dpdk.org/project/dpdk/cover/1547557979-153169-1-git-send-email-joyce.kong@arm.com/mbox/"
    },
    "patches": [
        {
            "id": 49839,
            "url": "https://patches.dpdk.org/api/patches/49839/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/1547557979-153169-2-git-send-email-joyce.kong@arm.com/",
            "msgid": "<1547557979-153169-2-git-send-email-joyce.kong@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1547557979-153169-2-git-send-email-joyce.kong@arm.com",
            "date": "2019-01-15T13:12:57",
            "name": "[v2,1/3] rwlock: reimplement with __atomic builtins",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/1547557979-153169-2-git-send-email-joyce.kong@arm.com/mbox/"
        },
        {
            "id": 49840,
            "url": "https://patches.dpdk.org/api/patches/49840/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/1547557979-153169-3-git-send-email-joyce.kong@arm.com/",
            "msgid": "<1547557979-153169-3-git-send-email-joyce.kong@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1547557979-153169-3-git-send-email-joyce.kong@arm.com",
            "date": "2019-01-15T13:12:58",
            "name": "[v2,2/3] test/rwlock: add perf test case",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/1547557979-153169-3-git-send-email-joyce.kong@arm.com/mbox/"
        },
        {
            "id": 49841,
            "url": "https://patches.dpdk.org/api/patches/49841/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/1547557979-153169-4-git-send-email-joyce.kong@arm.com/",
            "msgid": "<1547557979-153169-4-git-send-email-joyce.kong@arm.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1547557979-153169-4-git-send-email-joyce.kong@arm.com",
            "date": "2019-01-15T13:12:59",
            "name": "[v2,3/3] test/rwlock: amortize the cost of getting time",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/1547557979-153169-4-git-send-email-joyce.kong@arm.com/mbox/"
        }
    ]
}