Show a series.

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

{
    "id": 1122,
    "url": "http://patchwork.ozlabs.org/api/series/1122/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/netdev/list/?series=1122",
    "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": "cleanups and fixes of channel settings",
    "date": "2017-09-01T21:30:04",
    "submitter": {
        "id": 69452,
        "url": "http://patchwork.ozlabs.org/api/people/69452/?format=api",
        "name": "Haiyang Zhang",
        "email": "haiyangz@exchange.microsoft.com"
    },
    "version": 1,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/1122/mbox/",
    "cover_letter": {
        "id": 809021,
        "url": "http://patchwork.ozlabs.org/api/covers/809021/?format=api",
        "web_url": "http://patchwork.ozlabs.org/project/netdev/cover/20170901213007.10325-1-haiyangz@exchange.microsoft.com/",
        "msgid": "<20170901213007.10325-1-haiyangz@exchange.microsoft.com>",
        "list_archive_url": null,
        "date": "2017-09-01T21:30:03",
        "name": "[net-next,0/4] cleanups and fixes of channel settings",
        "mbox": "http://patchwork.ozlabs.org/project/netdev/cover/20170901213007.10325-1-haiyangz@exchange.microsoft.com/mbox/"
    },
    "patches": [
        {
            "id": 809017,
            "url": "http://patchwork.ozlabs.org/api/patches/809017/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/20170901213007.10325-2-haiyangz@exchange.microsoft.com/",
            "msgid": "<20170901213007.10325-2-haiyangz@exchange.microsoft.com>",
            "list_archive_url": null,
            "date": "2017-09-01T21:30:04",
            "name": "[net-next,1/4] hv_netvsc: Clean up an unused parameter in rndis_filter_set_rss_param()",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/20170901213007.10325-2-haiyangz@exchange.microsoft.com/mbox/"
        },
        {
            "id": 809019,
            "url": "http://patchwork.ozlabs.org/api/patches/809019/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/20170901213007.10325-3-haiyangz@exchange.microsoft.com/",
            "msgid": "<20170901213007.10325-3-haiyangz@exchange.microsoft.com>",
            "list_archive_url": null,
            "date": "2017-09-01T21:30:05",
            "name": "[net-next,2/4] hv_netvsc: Simplify num_chn checking in rndis_filter_device_add()",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/20170901213007.10325-3-haiyangz@exchange.microsoft.com/mbox/"
        },
        {
            "id": 809020,
            "url": "http://patchwork.ozlabs.org/api/patches/809020/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/20170901213007.10325-4-haiyangz@exchange.microsoft.com/",
            "msgid": "<20170901213007.10325-4-haiyangz@exchange.microsoft.com>",
            "list_archive_url": null,
            "date": "2017-09-01T21:30:06",
            "name": "[net-next,3/4] hv_netvsc: Simplify the limit check in netvsc_set_channels()",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/20170901213007.10325-4-haiyangz@exchange.microsoft.com/mbox/"
        },
        {
            "id": 809018,
            "url": "http://patchwork.ozlabs.org/api/patches/809018/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/20170901213007.10325-5-haiyangz@exchange.microsoft.com/",
            "msgid": "<20170901213007.10325-5-haiyangz@exchange.microsoft.com>",
            "list_archive_url": null,
            "date": "2017-09-01T21:30:07",
            "name": "[net-next,4/4] hv_netvsc: Fix the channel limit in netvsc_set_rxfh()",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/20170901213007.10325-5-haiyangz@exchange.microsoft.com/mbox/"
        }
    ]
}