Show a series.

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

{
    "id": 2777,
    "url": "https://patches.dpdk.org/api/series/2777/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=2777",
    "project": {
        "id": 1,
        "url": "https://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": "examples/power: allow use of more than 64 cores",
    "date": "2018-12-14T11:49:42",
    "submitter": {
        "id": 342,
        "url": "https://patches.dpdk.org/api/people/342/?format=api",
        "name": "Hunt, David",
        "email": "david.hunt@intel.com"
    },
    "version": 2,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/2777/mbox/",
    "cover_letter": {
        "id": 48844,
        "url": "https://patches.dpdk.org/api/covers/48844/?format=api",
        "web_url": "https://patches.dpdk.org/project/dpdk/cover/20181214114946.21570-1-david.hunt@intel.com/",
        "msgid": "<20181214114946.21570-1-david.hunt@intel.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20181214114946.21570-1-david.hunt@intel.com",
        "date": "2018-12-14T11:49:42",
        "name": "[v2,0/4] examples/power: allow use of more than 64 cores",
        "mbox": "https://patches.dpdk.org/project/dpdk/cover/20181214114946.21570-1-david.hunt@intel.com/mbox/"
    },
    "patches": [
        {
            "id": 48845,
            "url": "https://patches.dpdk.org/api/patches/48845/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20181214114946.21570-2-david.hunt@intel.com/",
            "msgid": "<20181214114946.21570-2-david.hunt@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20181214114946.21570-2-david.hunt@intel.com",
            "date": "2018-12-14T11:49:43",
            "name": "[v2,1/4] examples/power: change 64-bit masks to arrays",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20181214114946.21570-2-david.hunt@intel.com/mbox/"
        },
        {
            "id": 48846,
            "url": "https://patches.dpdk.org/api/patches/48846/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20181214114946.21570-3-david.hunt@intel.com/",
            "msgid": "<20181214114946.21570-3-david.hunt@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20181214114946.21570-3-david.hunt@intel.com",
            "date": "2018-12-14T11:49:44",
            "name": "[v2,2/4] examples/power: remove mask functions",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20181214114946.21570-3-david.hunt@intel.com/mbox/"
        },
        {
            "id": 48847,
            "url": "https://patches.dpdk.org/api/patches/48847/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20181214114946.21570-4-david.hunt@intel.com/",
            "msgid": "<20181214114946.21570-4-david.hunt@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20181214114946.21570-4-david.hunt@intel.com",
            "date": "2018-12-14T11:49:45",
            "name": "[v2,3/4] examples/power: allow vms to use lcores over 63",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20181214114946.21570-4-david.hunt@intel.com/mbox/"
        },
        {
            "id": 48848,
            "url": "https://patches.dpdk.org/api/patches/48848/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20181214114946.21570-5-david.hunt@intel.com/",
            "msgid": "<20181214114946.21570-5-david.hunt@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20181214114946.21570-5-david.hunt@intel.com",
            "date": "2018-12-14T11:49:46",
            "name": "[v2,4/4] examples/power: increase max cores to 256",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20181214114946.21570-5-david.hunt@intel.com/mbox/"
        }
    ]
}