Show a series.

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

{
    "id": 20343,
    "url": "http://patches.dpdk.org/api/series/20343/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=20343",
    "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": "[1/2] app/testpmd: remove unneeded dependency on meter",
    "date": "2021-11-05T13:30:17",
    "submitter": {
        "id": 1173,
        "url": "http://patches.dpdk.org/api/people/1173/?format=api",
        "name": "David Marchand",
        "email": "david.marchand@redhat.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/20343/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 103867,
            "url": "http://patches.dpdk.org/api/patches/103867/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20211105133018.13584-1-david.marchand@redhat.com/",
            "msgid": "<20211105133018.13584-1-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20211105133018.13584-1-david.marchand@redhat.com",
            "date": "2021-11-05T13:30:17",
            "name": "[1/2] app/testpmd: remove unneeded dependency on meter",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20211105133018.13584-1-david.marchand@redhat.com/mbox/"
        },
        {
            "id": 103868,
            "url": "http://patches.dpdk.org/api/patches/103868/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20211105133018.13584-2-david.marchand@redhat.com/",
            "msgid": "<20211105133018.13584-2-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20211105133018.13584-2-david.marchand@redhat.com",
            "date": "2021-11-05T13:30:18",
            "name": "[2/2] app/testpmd: remove double dependency on bitrate",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20211105133018.13584-2-david.marchand@redhat.com/mbox/"
        }
    ]
}