Show a series.

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

{
    "id": 3647,
    "url": "http://patchwork.ozlabs.org/api/series/3647/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/uboot/list/?series=3647",
    "project": {
        "id": 18,
        "url": "http://patchwork.ozlabs.org/api/projects/18/?format=api",
        "name": "U-Boot",
        "link_name": "uboot",
        "list_id": "u-boot.lists.denx.de",
        "list_email": "u-boot@lists.denx.de",
        "web_url": null,
        "scm_url": null,
        "webscm_url": null,
        "list_archive_url": "",
        "list_archive_url_format": "",
        "commit_url_format": ""
    },
    "name": "usb: xhci: Add interrupt transfer support and full speed device support",
    "date": "2017-09-18T13:40:36",
    "submitter": {
        "id": 64981,
        "url": "http://patchwork.ozlabs.org/api/people/64981/?format=api",
        "name": "Bin Meng",
        "email": "bmeng.cn@gmail.com"
    },
    "version": 1,
    "total": 14,
    "received_total": 14,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/3647/mbox/",
    "cover_letter": {
        "id": 814921,
        "url": "http://patchwork.ozlabs.org/api/covers/814921/?format=api",
        "web_url": "http://patchwork.ozlabs.org/project/uboot/cover/1505742050-5697-1-git-send-email-bmeng.cn@gmail.com/",
        "msgid": "<1505742050-5697-1-git-send-email-bmeng.cn@gmail.com>",
        "list_archive_url": null,
        "date": "2017-09-18T13:40:36",
        "name": "[U-Boot,00/14] usb: xhci: Add interrupt transfer support and full speed device support",
        "mbox": "http://patchwork.ozlabs.org/project/uboot/cover/1505742050-5697-1-git-send-email-bmeng.cn@gmail.com/mbox/"
    },
    "patches": [
        {
            "id": 814922,
            "url": "http://patchwork.ozlabs.org/api/patches/814922/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/1505742050-5697-2-git-send-email-bmeng.cn@gmail.com/",
            "msgid": "<1505742050-5697-2-git-send-email-bmeng.cn@gmail.com>",
            "list_archive_url": null,
            "date": "2017-09-18T13:40:37",
            "name": "[U-Boot,01/14] dm: usb: Fix broken usb_stop()",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/1505742050-5697-2-git-send-email-bmeng.cn@gmail.com/mbox/"
        },
        {
            "id": 814926,
            "url": "http://patchwork.ozlabs.org/api/patches/814926/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/1505742050-5697-3-git-send-email-bmeng.cn@gmail.com/",
            "msgid": "<1505742050-5697-3-git-send-email-bmeng.cn@gmail.com>",
            "list_archive_url": null,
            "date": "2017-09-18T13:40:38",
            "name": "[U-Boot,02/14] dm: usb: Remove no longer needed blk_unbind_all()",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/1505742050-5697-3-git-send-email-bmeng.cn@gmail.com/mbox/"
        },
        {
            "id": 814925,
            "url": "http://patchwork.ozlabs.org/api/patches/814925/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/1505742050-5697-4-git-send-email-bmeng.cn@gmail.com/",
            "msgid": "<1505742050-5697-4-git-send-email-bmeng.cn@gmail.com>",
            "list_archive_url": null,
            "date": "2017-09-18T13:40:39",
            "name": "[U-Boot,03/14] usb: xhci: Don't assume LS/FS devices are always behind a HS hub",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/1505742050-5697-4-git-send-email-bmeng.cn@gmail.com/mbox/"
        },
        {
            "id": 814924,
            "url": "http://patchwork.ozlabs.org/api/patches/814924/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/1505742050-5697-5-git-send-email-bmeng.cn@gmail.com/",
            "msgid": "<1505742050-5697-5-git-send-email-bmeng.cn@gmail.com>",
            "list_archive_url": null,
            "date": "2017-09-18T13:40:40",
            "name": "[U-Boot,04/14] usb: Handle audio extension endpoint descriptor in usb_parse_config()",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/1505742050-5697-5-git-send-email-bmeng.cn@gmail.com/mbox/"
        },
        {
            "id": 814927,
            "url": "http://patchwork.ozlabs.org/api/patches/814927/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/1505742050-5697-6-git-send-email-bmeng.cn@gmail.com/",
            "msgid": "<1505742050-5697-6-git-send-email-bmeng.cn@gmail.com>",
            "list_archive_url": null,
            "date": "2017-09-18T13:40:41",
            "name": "[U-Boot,05/14] usb: xhci: Add interrupt transfer support",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/1505742050-5697-6-git-send-email-bmeng.cn@gmail.com/mbox/"
        },
        {
            "id": 814934,
            "url": "http://patchwork.ozlabs.org/api/patches/814934/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/1505742050-5697-7-git-send-email-bmeng.cn@gmail.com/",
            "msgid": "<1505742050-5697-7-git-send-email-bmeng.cn@gmail.com>",
            "list_archive_url": null,
            "date": "2017-09-18T13:40:42",
            "name": "[U-Boot,06/14] usb: Only get 64 bytes device descriptor for full speed devices",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/1505742050-5697-7-git-send-email-bmeng.cn@gmail.com/mbox/"
        },
        {
            "id": 814931,
            "url": "http://patchwork.ozlabs.org/api/patches/814931/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/1505742050-5697-8-git-send-email-bmeng.cn@gmail.com/",
            "msgid": "<1505742050-5697-8-git-send-email-bmeng.cn@gmail.com>",
            "list_archive_url": null,
            "date": "2017-09-18T13:40:43",
            "name": "[U-Boot,07/14] usb: Read device descriptor after device is addressed for xHCI",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/1505742050-5697-8-git-send-email-bmeng.cn@gmail.com/mbox/"
        },
        {
            "id": 814930,
            "url": "http://patchwork.ozlabs.org/api/patches/814930/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/1505742050-5697-9-git-send-email-bmeng.cn@gmail.com/",
            "msgid": "<1505742050-5697-9-git-send-email-bmeng.cn@gmail.com>",
            "list_archive_url": null,
            "date": "2017-09-18T13:40:44",
            "name": "[U-Boot,08/14] usb: xhci: Fix max packet size for full speed device endpoint 0",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/1505742050-5697-9-git-send-email-bmeng.cn@gmail.com/mbox/"
        },
        {
            "id": 814929,
            "url": "http://patchwork.ozlabs.org/api/patches/814929/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/1505742050-5697-10-git-send-email-bmeng.cn@gmail.com/",
            "msgid": "<1505742050-5697-10-git-send-email-bmeng.cn@gmail.com>",
            "list_archive_url": null,
            "date": "2017-09-18T13:40:45",
            "name": "[U-Boot,09/14] usb: hub: Clear port reset before usb_hub_port_connect_change()",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/1505742050-5697-10-git-send-email-bmeng.cn@gmail.com/mbox/"
        },
        {
            "id": 814933,
            "url": "http://patchwork.ozlabs.org/api/patches/814933/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/1505742050-5697-11-git-send-email-bmeng.cn@gmail.com/",
            "msgid": "<1505742050-5697-11-git-send-email-bmeng.cn@gmail.com>",
            "list_archive_url": null,
            "date": "2017-09-18T13:40:46",
            "name": "[U-Boot,10/14] usb: hub: Clear BH reset status change for a 3.0 hub",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/1505742050-5697-11-git-send-email-bmeng.cn@gmail.com/mbox/"
        },
        {
            "id": 814937,
            "url": "http://patchwork.ozlabs.org/api/patches/814937/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/1505742050-5697-12-git-send-email-bmeng.cn@gmail.com/",
            "msgid": "<1505742050-5697-12-git-send-email-bmeng.cn@gmail.com>",
            "list_archive_url": null,
            "date": "2017-09-18T13:40:47",
            "name": "[U-Boot,11/14] usb: xhci: Honor endpoint's interval",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/1505742050-5697-12-git-send-email-bmeng.cn@gmail.com/mbox/"
        },
        {
            "id": 814928,
            "url": "http://patchwork.ozlabs.org/api/patches/814928/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/1505742050-5697-13-git-send-email-bmeng.cn@gmail.com/",
            "msgid": "<1505742050-5697-13-git-send-email-bmeng.cn@gmail.com>",
            "list_archive_url": null,
            "date": "2017-09-18T13:40:48",
            "name": "[U-Boot,12/14] usb: xhci: Program max burst size for endpoint",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/1505742050-5697-13-git-send-email-bmeng.cn@gmail.com/mbox/"
        },
        {
            "id": 814936,
            "url": "http://patchwork.ozlabs.org/api/patches/814936/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/1505742050-5697-14-git-send-email-bmeng.cn@gmail.com/",
            "msgid": "<1505742050-5697-14-git-send-email-bmeng.cn@gmail.com>",
            "list_archive_url": null,
            "date": "2017-09-18T13:40:49",
            "name": "[U-Boot,13/14] usb: xhci: Set 'Error Count' to 0 for isoch endpoints",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/1505742050-5697-14-git-send-email-bmeng.cn@gmail.com/mbox/"
        },
        {
            "id": 814935,
            "url": "http://patchwork.ozlabs.org/api/patches/814935/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/1505742050-5697-15-git-send-email-bmeng.cn@gmail.com/",
            "msgid": "<1505742050-5697-15-git-send-email-bmeng.cn@gmail.com>",
            "list_archive_url": null,
            "date": "2017-09-18T13:40:50",
            "name": "[U-Boot,14/14] usb: xhci: Set 'Average TRB Length' to 8 for control endpoints",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/1505742050-5697-15-git-send-email-bmeng.cn@gmail.com/mbox/"
        }
    ]
}