Show a series.

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

{
    "id": 11013,
    "url": "http://patchwork.dpdk.org/api/series/11013/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/list/?series=11013",
    "project": {
        "id": 1,
        "url": "http://patchwork.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": "net/bonding: fix error code when creating bonded device",
    "date": "2020-07-14T08:19:43",
    "submitter": {
        "id": 1405,
        "url": "http://patchwork.dpdk.org/api/people/1405/?format=api",
        "name": "Wei Hu (Xavier)",
        "email": "xavier.huwei@huawei.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.dpdk.org/series/11013/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 73995,
            "url": "http://patchwork.dpdk.org/api/patches/73995/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/1594714783-23996-1-git-send-email-xavier.huwei@huawei.com/",
            "msgid": "<1594714783-23996-1-git-send-email-xavier.huwei@huawei.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1594714783-23996-1-git-send-email-xavier.huwei@huawei.com",
            "date": "2020-07-14T08:19:43",
            "name": "net/bonding: fix error code when creating bonded device",
            "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/1594714783-23996-1-git-send-email-xavier.huwei@huawei.com/mbox/"
        }
    ]
}