Show a series.

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

{
    "id": 2307,
    "url": "http://patches.dpdk.org/api/series/2307/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=2307",
    "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": "Fix Coverity issues for virtio-pci and vhost-user msg",
    "date": "2018-11-07T09:01:00",
    "submitter": {
        "id": 617,
        "url": "http://patches.dpdk.org/api/people/617/?format=api",
        "name": "Tiwei Bie",
        "email": "tiwei.bie@intel.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "http://patches.dpdk.org/series/2307/mbox/",
    "cover_letter": {
        "id": 47917,
        "url": "http://patches.dpdk.org/api/covers/47917/?format=api",
        "web_url": "http://patches.dpdk.org/project/dpdk/cover/20181107090102.9364-1-tiwei.bie@intel.com/",
        "msgid": "<20181107090102.9364-1-tiwei.bie@intel.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20181107090102.9364-1-tiwei.bie@intel.com",
        "date": "2018-11-07T09:01:00",
        "name": "[0/2] Fix Coverity issues for virtio-pci and vhost-user msg",
        "mbox": "http://patches.dpdk.org/project/dpdk/cover/20181107090102.9364-1-tiwei.bie@intel.com/mbox/"
    },
    "patches": [
        {
            "id": 47918,
            "url": "http://patches.dpdk.org/api/patches/47918/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20181107090102.9364-2-tiwei.bie@intel.com/",
            "msgid": "<20181107090102.9364-2-tiwei.bie@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20181107090102.9364-2-tiwei.bie@intel.com",
            "date": "2018-11-07T09:01:01",
            "name": "[1/2] net/virtio: fix unchecked return value",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20181107090102.9364-2-tiwei.bie@intel.com/mbox/"
        },
        {
            "id": 47919,
            "url": "http://patches.dpdk.org/api/patches/47919/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/patch/20181107090102.9364-3-tiwei.bie@intel.com/",
            "msgid": "<20181107090102.9364-3-tiwei.bie@intel.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20181107090102.9364-3-tiwei.bie@intel.com",
            "date": "2018-11-07T09:01:02",
            "name": "[2/2] vhost: remove unneeded null pointer check",
            "mbox": "http://patches.dpdk.org/project/dpdk/patch/20181107090102.9364-3-tiwei.bie@intel.com/mbox/"
        }
    ]
}