Show a series.

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

{
    "id": 8639,
    "url": "http://patchwork.dpdk.org/api/1.0/series/8639/?format=api",
    "project": {
        "id": 1,
        "url": "http://patchwork.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": "[v3] cmdline: increase maximum line length",
    "date": "2020-02-20T14:53:06",
    "submitter": {
        "id": 938,
        "url": "http://patchwork.dpdk.org/api/1.0/people/938/?format=api",
        "name": "Wisam Jaddo",
        "email": "wisamm@mellanox.com"
    },
    "version": 3,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.dpdk.org/series/8639/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 65975,
            "url": "http://patchwork.dpdk.org/api/1.0/patches/65975/?format=api",
            "msgid": "<1582210386-27331-1-git-send-email-wisamm@mellanox.com>",
            "date": "2020-02-20T14:53:06",
            "name": "[v3] cmdline: increase maximum line length",
            "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/1582210386-27331-1-git-send-email-wisamm@mellanox.com/mbox/"
        }
    ]
}