Show a series.

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

{
    "id": 7707,
    "url": "http://patches.dpdk.org/api/series/7707/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=7707",
    "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": "Extend --lcores to run on cores > RTE_MAX_LCORE",
    "date": "2019-12-02T15:35:55",
    "submitter": {
        "id": 1173,
        "url": "http://patches.dpdk.org/api/people/1173/?format=api",
        "name": "David Marchand",
        "email": "david.marchand@redhat.com"
    },
    "version": 1,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/7707/mbox/",
    "cover_letter": {
        "id": 63503,
        "url": "http://patches.dpdk.org/api/covers/63503/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/20191202153559.9709-1-david.marchand@redhat.com/",
        "msgid": "<20191202153559.9709-1-david.marchand@redhat.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20191202153559.9709-1-david.marchand@redhat.com",
        "date": "2019-12-02T15:35:55",
        "name": "[0/4] Extend --lcores to run on cores > RTE_MAX_LCORE",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/20191202153559.9709-1-david.marchand@redhat.com/mbox/"
    },
    "patches": [
        {
            "id": 63504,
            "url": "http://patches.dpdk.org/api/patches/63504/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20191202154146.10600-1-david.marchand@redhat.com/",
            "msgid": "<20191202154146.10600-1-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20191202154146.10600-1-david.marchand@redhat.com",
            "date": "2019-12-02T15:41:46",
            "name": "[1/4] eal/windows: fix cpuset macro name",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20191202154146.10600-1-david.marchand@redhat.com/mbox/"
        },
        {
            "id": 63505,
            "url": "http://patches.dpdk.org/api/patches/63505/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20191202154201.10721-1-david.marchand@redhat.com/",
            "msgid": "<20191202154201.10721-1-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20191202154201.10721-1-david.marchand@redhat.com",
            "date": "2019-12-02T15:42:01",
            "name": "[2/4] eal: do not cache lcore detection state",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20191202154201.10721-1-david.marchand@redhat.com/mbox/"
        },
        {
            "id": 63506,
            "url": "http://patches.dpdk.org/api/patches/63506/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20191202154210.10837-1-david.marchand@redhat.com/",
            "msgid": "<20191202154210.10837-1-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20191202154210.10837-1-david.marchand@redhat.com",
            "date": "2019-12-02T15:42:10",
            "name": "[3/4] eal: display all detected cores at startup",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20191202154210.10837-1-david.marchand@redhat.com/mbox/"
        },
        {
            "id": 63507,
            "url": "http://patches.dpdk.org/api/patches/63507/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20191202154221.10942-1-david.marchand@redhat.com/",
            "msgid": "<20191202154221.10942-1-david.marchand@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20191202154221.10942-1-david.marchand@redhat.com",
            "date": "2019-12-02T15:42:20",
            "name": "[4/4] eal: remove limitation on cpuset with --lcores",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20191202154221.10942-1-david.marchand@redhat.com/mbox/"
        }
    ]
}