Show a series.

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

{
    "id": 11001,
    "url": "http://patches.dpdk.org/api/series/11001/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=11001",
    "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/2] power: fix power management env detection",
    "date": "2020-07-13T14:54:27",
    "submitter": {
        "id": 4,
        "url": "http://patches.dpdk.org/api/people/4/?format=api",
        "name": "Burakov, Anatoly",
        "email": "anatoly.burakov@intel.com"
    },
    "version": 2,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/11001/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 73952,
            "url": "http://patches.dpdk.org/api/patches/73952/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/42bebf7cebd2b635a60b626faf605df6d8a277c1.1594652063.git.anatoly.burakov@intel.com/",
            "msgid": "<42bebf7cebd2b635a60b626faf605df6d8a277c1.1594652063.git.anatoly.burakov@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/42bebf7cebd2b635a60b626faf605df6d8a277c1.1594652063.git.anatoly.burakov@intel.com",
            "date": "2020-07-13T14:54:27",
            "name": "[v2,1/2] power: fix power management env detection",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/42bebf7cebd2b635a60b626faf605df6d8a277c1.1594652063.git.anatoly.burakov@intel.com/mbox/"
        },
        {
            "id": 73953,
            "url": "http://patches.dpdk.org/api/patches/73953/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/63fe0670b78f31b9336a0b89880d06a6a08f5d9d.1594652063.git.anatoly.burakov@intel.com/",
            "msgid": "<63fe0670b78f31b9336a0b89880d06a6a08f5d9d.1594652063.git.anatoly.burakov@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/63fe0670b78f31b9336a0b89880d06a6a08f5d9d.1594652063.git.anatoly.burakov@intel.com",
            "date": "2020-07-13T14:54:28",
            "name": "[v2,2/2] l3fwd-power: fix updating performance lcore parameters",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/63fe0670b78f31b9336a0b89880d06a6a08f5d9d.1594652063.git.anatoly.burakov@intel.com/mbox/"
        }
    ]
}