Show a series.

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

{
    "id": 5487,
    "url": "http://patches.dpdk.org/api/series/5487/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=5487",
    "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": "Add mdev (Mediated device) support in DPDK",
    "date": "2019-07-15T07:52:09",
    "submitter": {
        "id": 617,
        "url": "http://patches.dpdk.org/api/people/617/?format=api",
        "name": "Tiwei Bie",
        "email": "tiwei.bie@intel.com"
    },
    "version": 2,
    "total": 5,
    "received_total": 5,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/5487/mbox/",
    "cover_letter": {
        "id": 56422,
        "url": "http://patches.dpdk.org/api/covers/56422/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/20190715075214.16616-1-tiwei.bie@intel.com/",
        "msgid": "<20190715075214.16616-1-tiwei.bie@intel.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20190715075214.16616-1-tiwei.bie@intel.com",
        "date": "2019-07-15T07:52:09",
        "name": "[RFC,v2,0/5] Add mdev (Mediated device) support in DPDK",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/20190715075214.16616-1-tiwei.bie@intel.com/mbox/"
    },
    "patches": [
        {
            "id": 56423,
            "url": "http://patches.dpdk.org/api/patches/56423/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190715075214.16616-2-tiwei.bie@intel.com/",
            "msgid": "<20190715075214.16616-2-tiwei.bie@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190715075214.16616-2-tiwei.bie@intel.com",
            "date": "2019-07-15T07:52:10",
            "name": "[RFC,v2,1/5] bus/pci: introduce an internal representation of PCI device",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190715075214.16616-2-tiwei.bie@intel.com/mbox/"
        },
        {
            "id": 56424,
            "url": "http://patches.dpdk.org/api/patches/56424/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190715075214.16616-3-tiwei.bie@intel.com/",
            "msgid": "<20190715075214.16616-3-tiwei.bie@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190715075214.16616-3-tiwei.bie@intel.com",
            "date": "2019-07-15T07:52:11",
            "name": "[RFC,v2,2/5] bus/pci: avoid depending on private value in kernel source",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190715075214.16616-3-tiwei.bie@intel.com/mbox/"
        },
        {
            "id": 56425,
            "url": "http://patches.dpdk.org/api/patches/56425/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190715075214.16616-4-tiwei.bie@intel.com/",
            "msgid": "<20190715075214.16616-4-tiwei.bie@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190715075214.16616-4-tiwei.bie@intel.com",
            "date": "2019-07-15T07:52:12",
            "name": "[RFC,v2,3/5] bus/pci: introduce helper for MMIO read and write",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190715075214.16616-4-tiwei.bie@intel.com/mbox/"
        },
        {
            "id": 56426,
            "url": "http://patches.dpdk.org/api/patches/56426/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190715075214.16616-5-tiwei.bie@intel.com/",
            "msgid": "<20190715075214.16616-5-tiwei.bie@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190715075214.16616-5-tiwei.bie@intel.com",
            "date": "2019-07-15T07:52:13",
            "name": "[RFC,v2,4/5] eal: add a helper for reading string from sysfs",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190715075214.16616-5-tiwei.bie@intel.com/mbox/"
        },
        {
            "id": 56427,
            "url": "http://patches.dpdk.org/api/patches/56427/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20190715075214.16616-6-tiwei.bie@intel.com/",
            "msgid": "<20190715075214.16616-6-tiwei.bie@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190715075214.16616-6-tiwei.bie@intel.com",
            "date": "2019-07-15T07:52:14",
            "name": "[RFC,v2,5/5] bus/pci: add mdev support",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20190715075214.16616-6-tiwei.bie@intel.com/mbox/"
        }
    ]
}