Show a series.

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

{
    "id": 30328,
    "url": "http://patches.dpdk.org/api/series/30328/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=30328",
    "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": "Detect superfluous newline in logs",
    "date": "2023-11-17T13:18:21",
    "submitter": {
        "id": 1173,
        "url": "http://patches.dpdk.org/api/people/1173/?format=api",
        "name": "David Marchand",
        "email": "david.marchand@redhat.com"
    },
    "version": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/30328/mbox/",
    "cover_letter": {
        "id": 417,
        "url": "http://patches.dpdk.org/api/covers/417/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/20231117131824.1977792-1-david.marchand@redhat.com/",
        "msgid": "<20231117131824.1977792-1-david.marchand@redhat.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20231117131824.1977792-1-david.marchand@redhat.com",
        "date": "2023-11-17T13:18:21",
        "name": "[RFC,0/3] Detect superfluous newline in logs",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/20231117131824.1977792-1-david.marchand@redhat.com/mbox/"
    },
    "patches": [
        {
            "id": 134451,
            "url": "http://patches.dpdk.org/api/patches/134451/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20231117131824.1977792-2-david.marchand@redhat.com/",
            "msgid": "<20231117131824.1977792-2-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20231117131824.1977792-2-david.marchand@redhat.com",
            "date": "2023-11-17T13:18:22",
            "name": "[RFC,1/3] lib: remove redundant newline from logs",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20231117131824.1977792-2-david.marchand@redhat.com/mbox/"
        },
        {
            "id": 134452,
            "url": "http://patches.dpdk.org/api/patches/134452/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20231117131824.1977792-3-david.marchand@redhat.com/",
            "msgid": "<20231117131824.1977792-3-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20231117131824.1977792-3-david.marchand@redhat.com",
            "date": "2023-11-17T13:18:23",
            "name": "[RFC,2/3] log: add a per line log helper",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20231117131824.1977792-3-david.marchand@redhat.com/mbox/"
        },
        {
            "id": 134453,
            "url": "http://patches.dpdk.org/api/patches/134453/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20231117131824.1977792-4-david.marchand@redhat.com/",
            "msgid": "<20231117131824.1977792-4-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20231117131824.1977792-4-david.marchand@redhat.com",
            "date": "2023-11-17T13:18:24",
            "name": "[RFC,3/3] lib: use per line logging",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20231117131824.1977792-4-david.marchand@redhat.com/mbox/"
        }
    ]
}