Show a series.

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

{
    "id": 902,
    "url": "http://patchwork.ozlabs.org/api/1.0/series/902/?format=api",
    "project": {
        "id": 7,
        "url": "http://patchwork.ozlabs.org/api/1.0/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
    },
    "name": "net: ubuf_info.refcnt conversion",
    "date": "2017-08-31T20:30:11",
    "submitter": {
        "id": 13357,
        "url": "http://patchwork.ozlabs.org/api/1.0/people/13357/?format=api",
        "name": "Eric Dumazet",
        "email": "edumazet@google.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/902/mbox/",
    "cover_letter": {
        "id": 808400,
        "url": "http://patchwork.ozlabs.org/api/1.0/covers/808400/?format=api",
        "msgid": "<20170831203013.9219-1-edumazet@google.com>",
        "date": "2017-08-31T20:30:11",
        "name": "[net-next,0/2] net: ubuf_info.refcnt conversion"
    },
    "patches": [
        {
            "id": 808401,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/808401/?format=api",
            "msgid": "<20170831203013.9219-2-edumazet@google.com>",
            "date": "2017-08-31T20:30:12",
            "name": "[net-next,1/2] net: prepare (struct ubuf_info)->refcnt conversion",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/20170831203013.9219-2-edumazet@google.com/mbox/"
        },
        {
            "id": 808402,
            "url": "http://patchwork.ozlabs.org/api/1.0/patches/808402/?format=api",
            "msgid": "<20170831203013.9219-3-edumazet@google.com>",
            "date": "2017-08-31T20:30:13",
            "name": "[net-next,2/2] net: convert (struct ubuf_info)->refcnt to refcount_t",
            "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/20170831203013.9219-3-edumazet@google.com/mbox/"
        }
    ]
}