Show a series.

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

{
    "id": 12059,
    "url": "https://patches.dpdk.org/api/series/12059/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=12059",
    "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": "timer: add limitation note for sync stop and reset",
    "date": "2020-09-09T14:41:13",
    "submitter": {
        "id": 762,
        "url": "https://patches.dpdk.org/api/people/762/?format=api",
        "name": "Carrillo, Erik G",
        "email": "erik.g.carrillo@intel.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/12059/mbox/",
    "cover_letter": {
        "id": 77062,
        "url": "https://patches.dpdk.org/api/covers/77062/?format=api",
        "web_url": "https://patches.dpdk.org/project/dpdk/cover/1599662474-44882-1-git-send-email-erik.g.carrillo@intel.com/",
        "msgid": "<1599662474-44882-1-git-send-email-erik.g.carrillo@intel.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/1599662474-44882-1-git-send-email-erik.g.carrillo@intel.com",
        "date": "2020-09-09T14:41:13",
        "name": "[0/1] timer: add limitation note for sync stop and reset",
        "mbox": "https://patches.dpdk.org/project/dpdk/cover/1599662474-44882-1-git-send-email-erik.g.carrillo@intel.com/mbox/"
    },
    "patches": [
        {
            "id": 77063,
            "url": "https://patches.dpdk.org/api/patches/77063/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/1599662474-44882-2-git-send-email-erik.g.carrillo@intel.com/",
            "msgid": "<1599662474-44882-2-git-send-email-erik.g.carrillo@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1599662474-44882-2-git-send-email-erik.g.carrillo@intel.com",
            "date": "2020-09-09T14:41:14",
            "name": "[1/1] timer: add limitation note for sync stop and reset",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/1599662474-44882-2-git-send-email-erik.g.carrillo@intel.com/mbox/"
        }
    ]
}