Show a series.

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

{
    "id": 1998,
    "url": "http://patchwork.ozlabs.org/api/1.2/series/1998/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/uboot/list/?series=1998",
    "project": {
        "id": 18,
        "url": "http://patchwork.ozlabs.org/api/1.2/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": "[U-Boot,1/5] dm: usb: Add a new USB controller operation 'get_max_xfer_size'",
    "date": "2017-09-07T13:13:17",
    "submitter": {
        "id": 64981,
        "url": "http://patchwork.ozlabs.org/api/1.2/people/64981/?format=api",
        "name": "Bin Meng",
        "email": "bmeng.cn@gmail.com"
    },
    "version": 1,
    "total": 5,
    "received_total": 5,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/1998/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 811004,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/811004/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/1504790001-24715-1-git-send-email-bmeng.cn@gmail.com/",
            "msgid": "<1504790001-24715-1-git-send-email-bmeng.cn@gmail.com>",
            "list_archive_url": null,
            "date": "2017-09-07T13:13:17",
            "name": "[U-Boot,1/5] dm: usb: Add a new USB controller operation 'get_max_xfer_size'",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/1504790001-24715-1-git-send-email-bmeng.cn@gmail.com/mbox/"
        },
        {
            "id": 811005,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/811005/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/1504790001-24715-2-git-send-email-bmeng.cn@gmail.com/",
            "msgid": "<1504790001-24715-2-git-send-email-bmeng.cn@gmail.com>",
            "list_archive_url": null,
            "date": "2017-09-07T13:13:18",
            "name": "[U-Boot,2/5] dm: usb: xhci: Implement get_max_xfer_size() operation",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/1504790001-24715-2-git-send-email-bmeng.cn@gmail.com/mbox/"
        },
        {
            "id": 811006,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/811006/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/1504790001-24715-3-git-send-email-bmeng.cn@gmail.com/",
            "msgid": "<1504790001-24715-3-git-send-email-bmeng.cn@gmail.com>",
            "list_archive_url": null,
            "date": "2017-09-07T13:13:19",
            "name": "[U-Boot,3/5] dm: usb: ehci: Implement get_max_xfer_size() operation",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/1504790001-24715-3-git-send-email-bmeng.cn@gmail.com/mbox/"
        },
        {
            "id": 811008,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/811008/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/1504790001-24715-4-git-send-email-bmeng.cn@gmail.com/",
            "msgid": "<1504790001-24715-4-git-send-email-bmeng.cn@gmail.com>",
            "list_archive_url": null,
            "date": "2017-09-07T13:13:20",
            "name": "[U-Boot,4/5] usb: storage: Refactor to use max_xfer_blk from struct us_data",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/1504790001-24715-4-git-send-email-bmeng.cn@gmail.com/mbox/"
        },
        {
            "id": 811007,
            "url": "http://patchwork.ozlabs.org/api/1.2/patches/811007/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/uboot/patch/1504790001-24715-5-git-send-email-bmeng.cn@gmail.com/",
            "msgid": "<1504790001-24715-5-git-send-email-bmeng.cn@gmail.com>",
            "list_archive_url": null,
            "date": "2017-09-07T13:13:21",
            "name": "[U-Boot,5/5] dm: usb: storage: Fix broken read/write when both EHCD and xHCD are enabled",
            "mbox": "http://patchwork.ozlabs.org/project/uboot/patch/1504790001-24715-5-git-send-email-bmeng.cn@gmail.com/mbox/"
        }
    ]
}