Show a series.

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

{
    "id": 17331,
    "url": "https://patches.dpdk.org/api/series/17331/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=17331",
    "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": "net/ice: fix integer overflow when computing max_pkt_len",
    "date": "2021-06-15T09:58:59",
    "submitter": {
        "id": 2247,
        "url": "https://patches.dpdk.org/api/people/2247/?format=api",
        "name": "Tudor Cornea",
        "email": "tudor.cornea@gmail.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/17331/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 94206,
            "url": "https://patches.dpdk.org/api/patches/94206/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/CAOuQ8vXP3Gn_Zxa0q8HM_tJYn5qpWhcnVHz6540_eTKdLa02fA@mail.gmail.com/",
            "msgid": "<CAOuQ8vXP3Gn_Zxa0q8HM_tJYn5qpWhcnVHz6540_eTKdLa02fA@mail.gmail.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/CAOuQ8vXP3Gn_Zxa0q8HM_tJYn5qpWhcnVHz6540_eTKdLa02fA@mail.gmail.com",
            "date": "2021-06-15T09:58:59",
            "name": "net/ice: fix integer overflow when computing max_pkt_len",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/CAOuQ8vXP3Gn_Zxa0q8HM_tJYn5qpWhcnVHz6540_eTKdLa02fA@mail.gmail.com/mbox/"
        }
    ]
}