Show a series.

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

{
    "id": 1911,
    "url": "http://patchwork.ozlabs.org/api/series/1911/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/netdev/list/?series=1911",
    "project": {
        "id": 7,
        "url": "http://patchwork.ozlabs.org/api/projects/7/?format=api",
        "name": "Linux network development",
        "link_name": "netdev",
        "list_id": "netdev.vger.kernel.org",
        "list_email": "netdev@vger.kernel.org",
        "web_url": null,
        "scm_url": null,
        "webscm_url": null,
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "name": "net: qrtr: Fixes and support receiving version 2 packets",
    "date": "2017-09-07T06:03:24",
    "submitter": {
        "id": 68398,
        "url": "http://patchwork.ozlabs.org/api/people/68398/?format=api",
        "name": "Bjorn Andersson",
        "email": "bjorn.andersson@linaro.org"
    },
    "version": 1,
    "total": 7,
    "received_total": 7,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/1911/mbox/",
    "cover_letter": {
        "id": 810854,
        "url": "http://patchwork.ozlabs.org/api/covers/810854/?format=api",
        "web_url": "http://patchwork.ozlabs.org/project/netdev/cover/20170907060329.32402-1-bjorn.andersson@linaro.org/",
        "msgid": "<20170907060329.32402-1-bjorn.andersson@linaro.org>",
        "list_archive_url": null,
        "date": "2017-09-07T06:03:22",
        "name": "[0/7] net: qrtr: Fixes and support receiving version 2 packets",
        "mbox": "http://patchwork.ozlabs.org/project/netdev/cover/20170907060329.32402-1-bjorn.andersson@linaro.org/mbox/"
    },
    "patches": [
        {
            "id": 810855,
            "url": "http://patchwork.ozlabs.org/api/patches/810855/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/20170907060329.32402-2-bjorn.andersson@linaro.org/",
            "msgid": "<20170907060329.32402-2-bjorn.andersson@linaro.org>",
            "list_archive_url": null,
            "date": "2017-09-07T06:03:23",
            "name": "[1/7] net: qrtr: Invoke sk_error_report() after setting sk_err",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/20170907060329.32402-2-bjorn.andersson@linaro.org/mbox/"
        },
        {
            "id": 810848,
            "url": "http://patchwork.ozlabs.org/api/patches/810848/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/20170907060329.32402-3-bjorn.andersson@linaro.org/",
            "msgid": "<20170907060329.32402-3-bjorn.andersson@linaro.org>",
            "list_archive_url": null,
            "date": "2017-09-07T06:03:24",
            "name": "[2/7] net: qrtr: Move constants to header file",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/20170907060329.32402-3-bjorn.andersson@linaro.org/mbox/"
        },
        {
            "id": 810853,
            "url": "http://patchwork.ozlabs.org/api/patches/810853/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/20170907060329.32402-4-bjorn.andersson@linaro.org/",
            "msgid": "<20170907060329.32402-4-bjorn.andersson@linaro.org>",
            "list_archive_url": null,
            "date": "2017-09-07T06:03:25",
            "name": "[3/7] net: qrtr: Add control packet definition to uapi",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/20170907060329.32402-4-bjorn.andersson@linaro.org/mbox/"
        },
        {
            "id": 810852,
            "url": "http://patchwork.ozlabs.org/api/patches/810852/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/20170907060329.32402-5-bjorn.andersson@linaro.org/",
            "msgid": "<20170907060329.32402-5-bjorn.andersson@linaro.org>",
            "list_archive_url": null,
            "date": "2017-09-07T06:03:26",
            "name": "[4/7] net: qrtr: Pass source and destination to enqueue functions",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/20170907060329.32402-5-bjorn.andersson@linaro.org/mbox/"
        },
        {
            "id": 810849,
            "url": "http://patchwork.ozlabs.org/api/patches/810849/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/20170907060329.32402-6-bjorn.andersson@linaro.org/",
            "msgid": "<20170907060329.32402-6-bjorn.andersson@linaro.org>",
            "list_archive_url": null,
            "date": "2017-09-07T06:03:27",
            "name": "[5/7] net: qrtr: Clean up control packet handling",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/20170907060329.32402-6-bjorn.andersson@linaro.org/mbox/"
        },
        {
            "id": 810850,
            "url": "http://patchwork.ozlabs.org/api/patches/810850/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/20170907060329.32402-7-bjorn.andersson@linaro.org/",
            "msgid": "<20170907060329.32402-7-bjorn.andersson@linaro.org>",
            "list_archive_url": null,
            "date": "2017-09-07T06:03:28",
            "name": "[6/7] net: qrtr: Use sk_buff->cb in receive path",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/20170907060329.32402-7-bjorn.andersson@linaro.org/mbox/"
        },
        {
            "id": 810851,
            "url": "http://patchwork.ozlabs.org/api/patches/810851/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/20170907060329.32402-8-bjorn.andersson@linaro.org/",
            "msgid": "<20170907060329.32402-8-bjorn.andersson@linaro.org>",
            "list_archive_url": null,
            "date": "2017-09-07T06:03:29",
            "name": "[7/7] net: qrtr: Support decoding incoming v2 packets",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/20170907060329.32402-8-bjorn.andersson@linaro.org/mbox/"
        }
    ]
}