Show a series.

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

{
    "id": 10551,
    "url": "http://patches.dpdk.org/api/series/10551/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=10551",
    "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": "Register non-EAL threads as lcore",
    "date": "2020-06-22T13:25:22",
    "submitter": {
        "id": 1173,
        "url": "http://patches.dpdk.org/api/people/1173/?format=api",
        "name": "David Marchand",
        "email": "david.marchand@redhat.com"
    },
    "version": 3,
    "total": 9,
    "received_total": 9,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/10551/mbox/",
    "cover_letter": {
        "id": 71968,
        "url": "http://patches.dpdk.org/api/covers/71968/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/20200622132531.21857-1-david.marchand@redhat.com/",
        "msgid": "<20200622132531.21857-1-david.marchand@redhat.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20200622132531.21857-1-david.marchand@redhat.com",
        "date": "2020-06-22T13:25:22",
        "name": "[v3,0/9] Register non-EAL threads as lcore",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/20200622132531.21857-1-david.marchand@redhat.com/mbox/"
    },
    "patches": [
        {
            "id": 71969,
            "url": "http://patches.dpdk.org/api/patches/71969/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200622132531.21857-2-david.marchand@redhat.com/",
            "msgid": "<20200622132531.21857-2-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200622132531.21857-2-david.marchand@redhat.com",
            "date": "2020-06-22T13:25:23",
            "name": "[v3,1/9] eal: relocate per thread symbols to common",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200622132531.21857-2-david.marchand@redhat.com/mbox/"
        },
        {
            "id": 71970,
            "url": "http://patches.dpdk.org/api/patches/71970/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200622132531.21857-3-david.marchand@redhat.com/",
            "msgid": "<20200622132531.21857-3-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200622132531.21857-3-david.marchand@redhat.com",
            "date": "2020-06-22T13:25:24",
            "name": "[v3,2/9] eal: fix multiple definition of per lcore thread id",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200622132531.21857-3-david.marchand@redhat.com/mbox/"
        },
        {
            "id": 71971,
            "url": "http://patches.dpdk.org/api/patches/71971/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200622132531.21857-4-david.marchand@redhat.com/",
            "msgid": "<20200622132531.21857-4-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200622132531.21857-4-david.marchand@redhat.com",
            "date": "2020-06-22T13:25:25",
            "name": "[v3,3/9] eal: introduce thread init helper",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200622132531.21857-4-david.marchand@redhat.com/mbox/"
        },
        {
            "id": 71972,
            "url": "http://patches.dpdk.org/api/patches/71972/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200622132531.21857-5-david.marchand@redhat.com/",
            "msgid": "<20200622132531.21857-5-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200622132531.21857-5-david.marchand@redhat.com",
            "date": "2020-06-22T13:25:26",
            "name": "[v3,4/9] eal: introduce thread uninit helper",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200622132531.21857-5-david.marchand@redhat.com/mbox/"
        },
        {
            "id": 71973,
            "url": "http://patches.dpdk.org/api/patches/71973/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200622132531.21857-6-david.marchand@redhat.com/",
            "msgid": "<20200622132531.21857-6-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200622132531.21857-6-david.marchand@redhat.com",
            "date": "2020-06-22T13:25:27",
            "name": "[v3,5/9] eal: move lcore role code",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200622132531.21857-6-david.marchand@redhat.com/mbox/"
        },
        {
            "id": 71974,
            "url": "http://patches.dpdk.org/api/patches/71974/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200622132531.21857-7-david.marchand@redhat.com/",
            "msgid": "<20200622132531.21857-7-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200622132531.21857-7-david.marchand@redhat.com",
            "date": "2020-06-22T13:25:28",
            "name": "[v3,6/9] eal: register non-EAL threads as lcores",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200622132531.21857-7-david.marchand@redhat.com/mbox/"
        },
        {
            "id": 71976,
            "url": "http://patches.dpdk.org/api/patches/71976/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200622132531.21857-8-david.marchand@redhat.com/",
            "msgid": "<20200622132531.21857-8-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200622132531.21857-8-david.marchand@redhat.com",
            "date": "2020-06-22T13:25:29",
            "name": "[v3,7/9] eal: add lcore init callbacks",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200622132531.21857-8-david.marchand@redhat.com/mbox/"
        },
        {
            "id": 71975,
            "url": "http://patches.dpdk.org/api/patches/71975/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200622132531.21857-9-david.marchand@redhat.com/",
            "msgid": "<20200622132531.21857-9-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200622132531.21857-9-david.marchand@redhat.com",
            "date": "2020-06-22T13:25:30",
            "name": "[v3,8/9] eal: add lcore iterators",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200622132531.21857-9-david.marchand@redhat.com/mbox/"
        },
        {
            "id": 71977,
            "url": "http://patches.dpdk.org/api/patches/71977/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200622132531.21857-10-david.marchand@redhat.com/",
            "msgid": "<20200622132531.21857-10-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200622132531.21857-10-david.marchand@redhat.com",
            "date": "2020-06-22T13:25:31",
            "name": "[v3,9/9] mempool/bucket: handle non-EAL lcores",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200622132531.21857-10-david.marchand@redhat.com/mbox/"
        }
    ]
}