Show a series.

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

{
    "id": 20727,
    "url": "http://patchwork.dpdk.org/api/series/20727/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/list/?series=20727",
    "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": "test/ipfrag: check fragment IPv4 header options",
    "date": "2021-11-24T07:00:11",
    "submitter": {
        "id": 2371,
        "url": "http://patchwork.dpdk.org/api/people/2371/?format=api",
        "name": "Huichao Cai",
        "email": "chcchc88@163.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patchwork.dpdk.org/series/20727/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 104643,
            "url": "http://patchwork.dpdk.org/api/patches/104643/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/1637737211-41159-1-git-send-email-chcchc88@163.com/",
            "msgid": "<1637737211-41159-1-git-send-email-chcchc88@163.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1637737211-41159-1-git-send-email-chcchc88@163.com",
            "date": "2021-11-24T07:00:11",
            "name": "test/ipfrag: check fragment IPv4 header options",
            "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/1637737211-41159-1-git-send-email-chcchc88@163.com/mbox/"
        }
    ]
}