Show a series.

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

{
    "id": 29101,
    "url": "http://patches.dpdk.org/api/series/29101/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=29101",
    "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": "Cleanup PCI(e) drivers",
    "date": "2023-08-03T07:50:23",
    "submitter": {
        "id": 1173,
        "url": "http://patches.dpdk.org/api/people/1173/?format=api",
        "name": "David Marchand",
        "email": "david.marchand@redhat.com"
    },
    "version": 1,
    "total": 14,
    "received_total": 14,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/29101/mbox/",
    "cover_letter": {
        "id": 16,
        "url": "http://patches.dpdk.org/api/covers/16/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/20230803075038.307012-1-david.marchand@redhat.com/",
        "msgid": "<20230803075038.307012-1-david.marchand@redhat.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20230803075038.307012-1-david.marchand@redhat.com",
        "date": "2023-08-03T07:50:23",
        "name": "[00/14] Cleanup PCI(e) drivers",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/20230803075038.307012-1-david.marchand@redhat.com/mbox/"
    },
    "patches": [
        {
            "id": 129870,
            "url": "http://patches.dpdk.org/api/patches/129870/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230803075038.307012-2-david.marchand@redhat.com/",
            "msgid": "<20230803075038.307012-2-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230803075038.307012-2-david.marchand@redhat.com",
            "date": "2023-08-03T07:50:24",
            "name": "[01/14] drivers: remove duplicated PCI master control",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230803075038.307012-2-david.marchand@redhat.com/mbox/"
        },
        {
            "id": 129871,
            "url": "http://patches.dpdk.org/api/patches/129871/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230803075038.307012-3-david.marchand@redhat.com/",
            "msgid": "<20230803075038.307012-3-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230803075038.307012-3-david.marchand@redhat.com",
            "date": "2023-08-03T07:50:25",
            "name": "[02/14] bus/pci: add const to some experimental API",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230803075038.307012-3-david.marchand@redhat.com/mbox/"
        },
        {
            "id": 129872,
            "url": "http://patches.dpdk.org/api/patches/129872/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230803075038.307012-4-david.marchand@redhat.com/",
            "msgid": "<20230803075038.307012-4-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230803075038.307012-4-david.marchand@redhat.com",
            "date": "2023-08-03T07:50:26",
            "name": "[03/14] bus/pci: find PCI capability",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230803075038.307012-4-david.marchand@redhat.com/mbox/"
        },
        {
            "id": 129873,
            "url": "http://patches.dpdk.org/api/patches/129873/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230803075038.307012-5-david.marchand@redhat.com/",
            "msgid": "<20230803075038.307012-5-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230803075038.307012-5-david.marchand@redhat.com",
            "date": "2023-08-03T07:50:27",
            "name": "[04/14] pci: define some capability constants",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230803075038.307012-5-david.marchand@redhat.com/mbox/"
        },
        {
            "id": 129874,
            "url": "http://patches.dpdk.org/api/patches/129874/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230803075038.307012-6-david.marchand@redhat.com/",
            "msgid": "<20230803075038.307012-6-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230803075038.307012-6-david.marchand@redhat.com",
            "date": "2023-08-03T07:50:28",
            "name": "[05/14] pci: define some MSIX constants",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230803075038.307012-6-david.marchand@redhat.com/mbox/"
        },
        {
            "id": 129875,
            "url": "http://patches.dpdk.org/api/patches/129875/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230803075038.307012-7-david.marchand@redhat.com/",
            "msgid": "<20230803075038.307012-7-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230803075038.307012-7-david.marchand@redhat.com",
            "date": "2023-08-03T07:50:29",
            "name": "[06/14] pci: define some command constants",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230803075038.307012-7-david.marchand@redhat.com/mbox/"
        },
        {
            "id": 129876,
            "url": "http://patches.dpdk.org/api/patches/129876/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230803075038.307012-8-david.marchand@redhat.com/",
            "msgid": "<20230803075038.307012-8-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230803075038.307012-8-david.marchand@redhat.com",
            "date": "2023-08-03T07:50:30",
            "name": "[07/14] pci: define some BAR constants",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230803075038.307012-8-david.marchand@redhat.com/mbox/"
        },
        {
            "id": 129877,
            "url": "http://patches.dpdk.org/api/patches/129877/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230803075038.307012-9-david.marchand@redhat.com/",
            "msgid": "<20230803075038.307012-9-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230803075038.307012-9-david.marchand@redhat.com",
            "date": "2023-08-03T07:50:31",
            "name": "[08/14] pci: define some PM constants",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230803075038.307012-9-david.marchand@redhat.com/mbox/"
        },
        {
            "id": 129878,
            "url": "http://patches.dpdk.org/api/patches/129878/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230803075038.307012-10-david.marchand@redhat.com/",
            "msgid": "<20230803075038.307012-10-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230803075038.307012-10-david.marchand@redhat.com",
            "date": "2023-08-03T07:50:32",
            "name": "[09/14] pci: define some PCIe constants",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230803075038.307012-10-david.marchand@redhat.com/mbox/"
        },
        {
            "id": 129879,
            "url": "http://patches.dpdk.org/api/patches/129879/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230803075038.307012-11-david.marchand@redhat.com/",
            "msgid": "<20230803075038.307012-11-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230803075038.307012-11-david.marchand@redhat.com",
            "date": "2023-08-03T07:50:33",
            "name": "[10/14] pci: define some extended capability constants",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230803075038.307012-11-david.marchand@redhat.com/mbox/"
        },
        {
            "id": 129880,
            "url": "http://patches.dpdk.org/api/patches/129880/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230803075038.307012-12-david.marchand@redhat.com/",
            "msgid": "<20230803075038.307012-12-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230803075038.307012-12-david.marchand@redhat.com",
            "date": "2023-08-03T07:50:34",
            "name": "[11/14] pci: define some ACS constants",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230803075038.307012-12-david.marchand@redhat.com/mbox/"
        },
        {
            "id": 129881,
            "url": "http://patches.dpdk.org/api/patches/129881/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230803075038.307012-13-david.marchand@redhat.com/",
            "msgid": "<20230803075038.307012-13-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230803075038.307012-13-david.marchand@redhat.com",
            "date": "2023-08-03T07:50:35",
            "name": "[12/14] pci: define some PRI constants",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230803075038.307012-13-david.marchand@redhat.com/mbox/"
        },
        {
            "id": 129882,
            "url": "http://patches.dpdk.org/api/patches/129882/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230803075038.307012-14-david.marchand@redhat.com/",
            "msgid": "<20230803075038.307012-14-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230803075038.307012-14-david.marchand@redhat.com",
            "date": "2023-08-03T07:50:36",
            "name": "[13/14] pci: define some AER constants",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230803075038.307012-14-david.marchand@redhat.com/mbox/"
        },
        {
            "id": 129883,
            "url": "http://patches.dpdk.org/api/patches/129883/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20230803075038.307012-15-david.marchand@redhat.com/",
            "msgid": "<20230803075038.307012-15-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20230803075038.307012-15-david.marchand@redhat.com",
            "date": "2023-08-03T07:50:37",
            "name": "[14/14] devtools: forbid inclusion of Linux header for PCI",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20230803075038.307012-15-david.marchand@redhat.com/mbox/"
        }
    ]
}