Show a series.

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

{
    "id": 22266,
    "url": "https://patches.dpdk.org/api/series/22266/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=22266",
    "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": "vhost lock annotations",
    "date": "2022-03-28T12:17:53",
    "submitter": {
        "id": 1173,
        "url": "https://patches.dpdk.org/api/people/1173/?format=api",
        "name": "David Marchand",
        "email": "david.marchand@redhat.com"
    },
    "version": 1,
    "total": 5,
    "received_total": 5,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/22266/mbox/",
    "cover_letter": {
        "id": 108929,
        "url": "https://patches.dpdk.org/api/covers/108929/?format=api",
        "web_url": "https://patches.dpdk.org/project/dpdk/cover/20220328121758.26632-1-david.marchand@redhat.com/",
        "msgid": "<20220328121758.26632-1-david.marchand@redhat.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20220328121758.26632-1-david.marchand@redhat.com",
        "date": "2022-03-28T12:17:53",
        "name": "[RFC,0/5] vhost lock annotations",
        "mbox": "https://patches.dpdk.org/project/dpdk/cover/20220328121758.26632-1-david.marchand@redhat.com/mbox/"
    },
    "patches": [
        {
            "id": 108930,
            "url": "https://patches.dpdk.org/api/patches/108930/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20220328121758.26632-2-david.marchand@redhat.com/",
            "msgid": "<20220328121758.26632-2-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20220328121758.26632-2-david.marchand@redhat.com",
            "date": "2022-03-28T12:17:54",
            "name": "[RFC,1/5] vhost: fix missing virtqueue lock protection",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20220328121758.26632-2-david.marchand@redhat.com/mbox/"
        },
        {
            "id": 108931,
            "url": "https://patches.dpdk.org/api/patches/108931/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20220328121758.26632-3-david.marchand@redhat.com/",
            "msgid": "<20220328121758.26632-3-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20220328121758.26632-3-david.marchand@redhat.com",
            "date": "2022-03-28T12:17:55",
            "name": "[RFC,2/5] vhost: annotate virtqueue access lock",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20220328121758.26632-3-david.marchand@redhat.com/mbox/"
        },
        {
            "id": 108932,
            "url": "https://patches.dpdk.org/api/patches/108932/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20220328121758.26632-4-david.marchand@redhat.com/",
            "msgid": "<20220328121758.26632-4-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20220328121758.26632-4-david.marchand@redhat.com",
            "date": "2022-03-28T12:17:56",
            "name": "[RFC,3/5] vhost: fix async access",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20220328121758.26632-4-david.marchand@redhat.com/mbox/"
        },
        {
            "id": 108933,
            "url": "https://patches.dpdk.org/api/patches/108933/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20220328121758.26632-5-david.marchand@redhat.com/",
            "msgid": "<20220328121758.26632-5-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20220328121758.26632-5-david.marchand@redhat.com",
            "date": "2022-03-28T12:17:57",
            "name": "[RFC,4/5] vhost: annotate async locking requirement",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20220328121758.26632-5-david.marchand@redhat.com/mbox/"
        },
        {
            "id": 108934,
            "url": "https://patches.dpdk.org/api/patches/108934/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20220328121758.26632-6-david.marchand@redhat.com/",
            "msgid": "<20220328121758.26632-6-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20220328121758.26632-6-david.marchand@redhat.com",
            "date": "2022-03-28T12:17:58",
            "name": "[RFC,5/5] vhost: annotate IOTLB locks",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20220328121758.26632-6-david.marchand@redhat.com/mbox/"
        }
    ]
}