Show a series.

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

{
    "id": 1390,
    "url": "http://patchwork.ozlabs.org/api/1.0/series/1390/?format=api",
    "project": {
        "id": 14,
        "url": "http://patchwork.ozlabs.org/api/1.0/projects/14/?format=api",
        "name": "QEMU Development",
        "link_name": "qemu-devel",
        "list_id": "qemu-devel.nongnu.org",
        "list_email": "qemu-devel@nongnu.org",
        "web_url": "",
        "scm_url": "",
        "webscm_url": ""
    },
    "name": "generalize parsing of cpu_model (x86/arm)",
    "date": "2017-09-04T14:00:57",
    "submitter": {
        "id": 11305,
        "url": "http://patchwork.ozlabs.org/api/1.0/people/11305/?format=api",
        "name": "Igor Mammedov",
        "email": "imammedo@redhat.com"
    },
    "version": 1,
    "total": 6,
    "received_total": 6,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/1390/mbox/",
    "cover_letter": {
        "id": 809696,
        "url": "http://patchwork.ozlabs.org/api/1.0/covers/809696/?format=api",
        "msgid": "<1504533662-198084-1-git-send-email-imammedo@redhat.com>",
        "date": "2017-09-04T14:00:56",
        "name": "[0/6] generalize parsing of cpu_model (x86/arm)"
    },
    "patches": [
        {
            "id": 809691,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/809691/?format=api",
            "msgid": "<1504533662-198084-2-git-send-email-imammedo@redhat.com>",
            "date": "2017-09-04T14:00:57",
            "name": "[1/6] qom: cpus: split cpu_generic_init() on feature parsing and cpu creation parts",
            "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/1504533662-198084-2-git-send-email-imammedo@redhat.com/mbox/"
        },
        {
            "id": 809692,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/809692/?format=api",
            "msgid": "<1504533662-198084-3-git-send-email-imammedo@redhat.com>",
            "date": "2017-09-04T14:00:58",
            "name": "[2/6] cpu: make cpu_generic_init() abort QEMU on error",
            "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/1504533662-198084-3-git-send-email-imammedo@redhat.com/mbox/"
        },
        {
            "id": 809699,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/809699/?format=api",
            "msgid": "<1504533662-198084-4-git-send-email-imammedo@redhat.com>",
            "date": "2017-09-04T14:00:59",
            "name": "[3/6] cpu: rename cpu_parse_features() to cpu_parse_cpu_model()",
            "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/1504533662-198084-4-git-send-email-imammedo@redhat.com/mbox/"
        },
        {
            "id": 809695,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/809695/?format=api",
            "msgid": "<1504533662-198084-5-git-send-email-imammedo@redhat.com>",
            "date": "2017-09-04T14:01:00",
            "name": "[4/6] vl.c: convert cpu_model to cpu type and set of global properties before machine_init()",
            "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/1504533662-198084-5-git-send-email-imammedo@redhat.com/mbox/"
        },
        {
            "id": 809697,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/809697/?format=api",
            "msgid": "<1504533662-198084-6-git-send-email-imammedo@redhat.com>",
            "date": "2017-09-04T14:01:01",
            "name": "[5/6] pc: use generic cpu_model parsing",
            "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/1504533662-198084-6-git-send-email-imammedo@redhat.com/mbox/"
        },
        {
            "id": 809700,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/809700/?format=api",
            "msgid": "<1504533662-198084-7-git-send-email-imammedo@redhat.com>",
            "date": "2017-09-04T14:01:02",
            "name": "[6/6] arm: drop intermadiate cpu_model -> cpu type parsing and use cpu type directly",
            "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/1504533662-198084-7-git-send-email-imammedo@redhat.com/mbox/"
        }
    ]
}