Show a series.

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

{
    "id": 3607,
    "url": "https://patches.dpdk.org/api/series/3607/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=3607",
    "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": "Minor changes to checkpatches",
    "date": "2019-03-01T17:08:04",
    "submitter": {
        "id": 1214,
        "url": "https://patches.dpdk.org/api/people/1214/?format=api",
        "name": "Michael Santana",
        "email": "msantana@redhat.com"
    },
    "version": 3,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patches.dpdk.org/series/3607/mbox/",
    "cover_letter": {
        "id": 50725,
        "url": "https://patches.dpdk.org/api/covers/50725/?format=api",
        "web_url": "https://patches.dpdk.org/project/dpdk/cover/20190301170806.3547-1-msantana@redhat.com/",
        "msgid": "<20190301170806.3547-1-msantana@redhat.com>",
        "list_archive_url": "https://inbox.dpdk.org/dev/20190301170806.3547-1-msantana@redhat.com",
        "date": "2019-03-01T17:08:04",
        "name": "[v3,0/2] Minor changes to checkpatches",
        "mbox": "https://patches.dpdk.org/project/dpdk/cover/20190301170806.3547-1-msantana@redhat.com/mbox/"
    },
    "patches": [
        {
            "id": 50726,
            "url": "https://patches.dpdk.org/api/patches/50726/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20190301170806.3547-2-msantana@redhat.com/",
            "msgid": "<20190301170806.3547-2-msantana@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190301170806.3547-2-msantana@redhat.com",
            "date": "2019-03-01T17:08:05",
            "name": "[v3,1/2] Enable codespell by default. Can be disabled from config file.",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20190301170806.3547-2-msantana@redhat.com/mbox/"
        },
        {
            "id": 50727,
            "url": "https://patches.dpdk.org/api/patches/50727/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/patch/20190301170806.3547-3-msantana@redhat.com/",
            "msgid": "<20190301170806.3547-3-msantana@redhat.com>",
            "list_archive_url": "https://inbox.dpdk.org/dev/20190301170806.3547-3-msantana@redhat.com",
            "date": "2019-03-01T17:08:06",
            "name": "[v3,2/2] devtools: fix result of svg include check",
            "mbox": "https://patches.dpdk.org/project/dpdk/patch/20190301170806.3547-3-msantana@redhat.com/mbox/"
        }
    ]
}