Show a series.

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

{
    "id": 23594,
    "url": "http://patches.dpdk.org/api/series/23594/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=23594",
    "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": "[v2,1/3] app/testpmd: restore ixgbe bypass commands",
    "date": "2022-06-17T05:07:51",
    "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/23594/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 112949,
            "url": "http://patches.dpdk.org/api/patches/112949/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20220617050753.1273320-1-david.marchand@redhat.com/",
            "msgid": "<20220617050753.1273320-1-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20220617050753.1273320-1-david.marchand@redhat.com",
            "date": "2022-06-17T05:07:51",
            "name": "[v2,1/3] app/testpmd: restore ixgbe bypass commands",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20220617050753.1273320-1-david.marchand@redhat.com/mbox/"
        },
        {
            "id": 112950,
            "url": "http://patches.dpdk.org/api/patches/112950/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20220617050753.1273320-2-david.marchand@redhat.com/",
            "msgid": "<20220617050753.1273320-2-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20220617050753.1273320-2-david.marchand@redhat.com",
            "date": "2022-06-17T05:07:52",
            "name": "[v2,2/3] net/ixgbe: move testpmd commands",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20220617050753.1273320-2-david.marchand@redhat.com/mbox/"
        },
        {
            "id": 112951,
            "url": "http://patches.dpdk.org/api/patches/112951/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20220617050753.1273320-3-david.marchand@redhat.com/",
            "msgid": "<20220617050753.1273320-3-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20220617050753.1273320-3-david.marchand@redhat.com",
            "date": "2022-06-17T05:07:53",
            "name": "[v2,3/3] net/ixgbe: move bypass init in a testpmd command",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20220617050753.1273320-3-david.marchand@redhat.com/mbox/"
        }
    ]
}