Show a series.

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

{
    "id": 12637,
    "url": "https://patches.dpdk.org/api/series/12637/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=12637",
    "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": "Fix packed ring header len",
    "date": "2020-10-01T10:11:53",
    "submitter": {
        "id": 512,
        "url": "https://patches.dpdk.org/api/people/512/?format=api",
        "name": "Maxime Coquelin",
        "email": "maxime.coquelin@redhat.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/12637/mbox/",
    "cover_letter": {
        "id": 79411,
        "url": "https://patches.dpdk.org/api/covers/79411/?format=api",
        "web_url": "https://patches.dpdk.org/project/dpdk/cover/20201001101155.206237-1-maxime.coquelin@redhat.com/",
        "msgid": "<20201001101155.206237-1-maxime.coquelin@redhat.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20201001101155.206237-1-maxime.coquelin@redhat.com",
        "date": "2020-10-01T10:11:53",
        "name": "[0/2] Fix packed ring header len",
        "mbox": "https://patches.dpdk.org/project/dpdk/cover/20201001101155.206237-1-maxime.coquelin@redhat.com/mbox/"
    },
    "patches": [
        {
            "id": 79412,
            "url": "https://patches.dpdk.org/api/patches/79412/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20201001101155.206237-2-maxime.coquelin@redhat.com/",
            "msgid": "<20201001101155.206237-2-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20201001101155.206237-2-maxime.coquelin@redhat.com",
            "date": "2020-10-01T10:11:54",
            "name": "[1/2] vhost: fix Virtio-net header len with packed ring",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20201001101155.206237-2-maxime.coquelin@redhat.com/mbox/"
        },
        {
            "id": 79413,
            "url": "https://patches.dpdk.org/api/patches/79413/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20201001101155.206237-3-maxime.coquelin@redhat.com/",
            "msgid": "<20201001101155.206237-3-maxime.coquelin@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20201001101155.206237-3-maxime.coquelin@redhat.com",
            "date": "2020-10-01T10:11:55",
            "name": "[2/2] vhost: use fixed Virtio-net header len packed ring",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20201001101155.206237-3-maxime.coquelin@redhat.com/mbox/"
        }
    ]
}