Show a series.

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

{
    "id": 17290,
    "url": "https://patches.dpdk.org/api/series/17290/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=17290",
    "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": "Add Armv7 support",
    "date": "2021-06-10T11:18:39",
    "submitter": {
        "id": 2238,
        "url": "https://patches.dpdk.org/api/people/2238/?format=api",
        "name": null,
        "email": "s.chandrakant@globaledgesoft.com"
    },
    "version": 1,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/17290/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 94077,
            "url": "https://patches.dpdk.org/api/patches/94077/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20210610111839.7481-1-s.chandrakant@globaledgesoft.com/",
            "msgid": "<20210610111839.7481-1-s.chandrakant@globaledgesoft.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20210610111839.7481-1-s.chandrakant@globaledgesoft.com",
            "date": "2021-06-10T11:18:39",
            "name": "Add Armv7 support",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20210610111839.7481-1-s.chandrakant@globaledgesoft.com/mbox/"
        }
    ]
}