Show a series.

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

{
    "id": 5011,
    "url": "http://patches.dpdk.org/api/series/5011/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=5011",
    "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": "Improve automatic selection of IOVA mode",
    "date": "2019-06-14T09:39:14",
    "submitter": {
        "id": 1173,
        "url": "http://patches.dpdk.org/api/people/1173/?format=api",
        "name": "David Marchand",
        "email": "david.marchand@redhat.com"
    },
    "version": 2,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/5011/mbox/",
    "cover_letter": {
        "id": 54799,
        "url": "http://patches.dpdk.org/api/covers/54799/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/1560505157-9769-1-git-send-email-david.marchand@redhat.com/",
        "msgid": "<1560505157-9769-1-git-send-email-david.marchand@redhat.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/1560505157-9769-1-git-send-email-david.marchand@redhat.com",
        "date": "2019-06-14T09:39:14",
        "name": "[v2,0/3] Improve automatic selection of IOVA mode",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/1560505157-9769-1-git-send-email-david.marchand@redhat.com/mbox/"
    },
    "patches": [
        {
            "id": 54800,
            "url": "http://patches.dpdk.org/api/patches/54800/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/1560505157-9769-2-git-send-email-david.marchand@redhat.com/",
            "msgid": "<1560505157-9769-2-git-send-email-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1560505157-9769-2-git-send-email-david.marchand@redhat.com",
            "date": "2019-06-14T09:39:15",
            "name": "[v2,1/3] kni: refuse to initialise when IOVA is not PA",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/1560505157-9769-2-git-send-email-david.marchand@redhat.com/mbox/"
        },
        {
            "id": 54801,
            "url": "http://patches.dpdk.org/api/patches/54801/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/1560505157-9769-3-git-send-email-david.marchand@redhat.com/",
            "msgid": "<1560505157-9769-3-git-send-email-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1560505157-9769-3-git-send-email-david.marchand@redhat.com",
            "date": "2019-06-14T09:39:16",
            "name": "[v2,2/3] eal: compute IOVA mode based on PA availability",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/1560505157-9769-3-git-send-email-david.marchand@redhat.com/mbox/"
        },
        {
            "id": 54802,
            "url": "http://patches.dpdk.org/api/patches/54802/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/1560505157-9769-4-git-send-email-david.marchand@redhat.com/",
            "msgid": "<1560505157-9769-4-git-send-email-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/1560505157-9769-4-git-send-email-david.marchand@redhat.com",
            "date": "2019-06-14T09:39:17",
            "name": "[v2,3/3] bus/pci: only consider usable devices to select IOVA mode",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/1560505157-9769-4-git-send-email-david.marchand@redhat.com/mbox/"
        }
    ]
}