Show a series.

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

{
    "id": 8198,
    "url": "http://patches.dpdk.org/api/series/8198/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=8198",
    "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": "mempool: fix mempool virt populate with small chunks",
    "date": "2020-01-17T14:57:51",
    "submitter": {
        "id": 8,
        "url": "http://patches.dpdk.org/api/people/8/?format=api",
        "name": "Olivier Matz",
        "email": "olivier.matz@6wind.com"
    },
    "version": 2,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/8198/mbox/",
    "cover_letter": {
        "id": 64848,
        "url": "http://patches.dpdk.org/api/covers/64848/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/20200117145754.11682-1-olivier.matz@6wind.com/",
        "msgid": "<20200117145754.11682-1-olivier.matz@6wind.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20200117145754.11682-1-olivier.matz@6wind.com",
        "date": "2020-01-17T14:57:51",
        "name": "[v2,0/3] mempool: fix mempool virt populate with small chunks",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/20200117145754.11682-1-olivier.matz@6wind.com/mbox/"
    },
    "patches": [
        {
            "id": 64849,
            "url": "http://patches.dpdk.org/api/patches/64849/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200117145754.11682-2-olivier.matz@6wind.com/",
            "msgid": "<20200117145754.11682-2-olivier.matz@6wind.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200117145754.11682-2-olivier.matz@6wind.com",
            "date": "2020-01-17T14:57:52",
            "name": "[v2,1/3] mempool: fix mempool virt populate with small chunks",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200117145754.11682-2-olivier.matz@6wind.com/mbox/"
        },
        {
            "id": 64851,
            "url": "http://patches.dpdk.org/api/patches/64851/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200117145754.11682-3-olivier.matz@6wind.com/",
            "msgid": "<20200117145754.11682-3-olivier.matz@6wind.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200117145754.11682-3-olivier.matz@6wind.com",
            "date": "2020-01-17T14:57:53",
            "name": "[v2,2/3] doc: announce API change for mempool IOVA populate",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200117145754.11682-3-olivier.matz@6wind.com/mbox/"
        },
        {
            "id": 64850,
            "url": "http://patches.dpdk.org/api/patches/64850/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20200117145754.11682-4-olivier.matz@6wind.com/",
            "msgid": "<20200117145754.11682-4-olivier.matz@6wind.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20200117145754.11682-4-olivier.matz@6wind.com",
            "date": "2020-01-17T14:57:54",
            "name": "[v2,3/3,20.05] mempool: return 0 if area is too small on populate",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20200117145754.11682-4-olivier.matz@6wind.com/mbox/"
        }
    ]
}