Show a series.

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

{
    "id": 23258,
    "url": "http://patches.dpdk.org/api/series/23258/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=23258",
    "project": {
        "id": 1,
        "url": "http://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": "[RFC,v2] bus/fslmc: fix invalid use of default VFIO config",
    "date": "2022-05-31T09:27:53",
    "submitter": {
        "id": 2705,
        "url": "http://patches.dpdk.org/api/people/2705/?format=api",
        "name": "Romain Delhomel",
        "email": "romain.delhomel@6wind.com"
    },
    "version": 2,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/23258/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 112110,
            "url": "http://patches.dpdk.org/api/patches/112110/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20220531092753.10825-1-romain.delhomel@6wind.com/",
            "msgid": "<20220531092753.10825-1-romain.delhomel@6wind.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20220531092753.10825-1-romain.delhomel@6wind.com",
            "date": "2022-05-31T09:27:53",
            "name": "[RFC,v2] bus/fslmc: fix invalid use of default VFIO config",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20220531092753.10825-1-romain.delhomel@6wind.com/mbox/"
        }
    ]
}