Show a series.

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

{
    "id": 13260,
    "url": "https://patches.dpdk.org/api/series/13260/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=13260",
    "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": "LPM changes",
    "date": "2020-10-23T09:38:16",
    "submitter": {
        "id": 1173,
        "url": "https://patches.dpdk.org/api/people/1173/?format=api",
        "name": "David Marchand",
        "email": "david.marchand@redhat.com"
    },
    "version": 3,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/13260/mbox/",
    "cover_letter": {
        "id": 81916,
        "url": "https://patches.dpdk.org/api/covers/81916/?format=api",
        "web_url": "https://patches.dpdk.org/project/dpdk/cover/20201023093818.6030-1-david.marchand@redhat.com/",
        "msgid": "<20201023093818.6030-1-david.marchand@redhat.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20201023093818.6030-1-david.marchand@redhat.com",
        "date": "2020-10-23T09:38:16",
        "name": "[v3,0/2] LPM changes",
        "mbox": "https://patches.dpdk.org/project/dpdk/cover/20201023093818.6030-1-david.marchand@redhat.com/mbox/"
    },
    "patches": [
        {
            "id": 81917,
            "url": "https://patches.dpdk.org/api/patches/81917/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20201023093818.6030-2-david.marchand@redhat.com/",
            "msgid": "<20201023093818.6030-2-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20201023093818.6030-2-david.marchand@redhat.com",
            "date": "2020-10-23T09:38:17",
            "name": "[v3,1/2] lpm: fix free of data structure",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20201023093818.6030-2-david.marchand@redhat.com/mbox/"
        },
        {
            "id": 81918,
            "url": "https://patches.dpdk.org/api/patches/81918/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20201023093818.6030-3-david.marchand@redhat.com/",
            "msgid": "<20201023093818.6030-3-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20201023093818.6030-3-david.marchand@redhat.com",
            "date": "2020-10-23T09:38:18",
            "name": "[v3,2/2] lpm: hide internal data",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20201023093818.6030-3-david.marchand@redhat.com/mbox/"
        }
    ]
}