Show a series.

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

{
    "id": 35,
    "url": "https://patchwork.libcamera.org/api/1.1/series/35/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=35",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/1.1/projects/1/?format=api",
        "name": "libcamera",
        "link_name": "libcamera",
        "list_id": "libcamera_core",
        "list_email": "libcamera-devel@lists.libcamera.org",
        "web_url": "",
        "scm_url": "",
        "webscm_url": ""
    },
    "name": "test: Define libtest",
    "date": "2018-12-21T08:13:06",
    "submitter": {
        "id": 4,
        "url": "https://patchwork.libcamera.org/api/1.1/people/4/?format=api",
        "name": "Kieran Bingham",
        "email": "kieran.bingham@ideasonboard.com"
    },
    "version": 1,
    "total": 5,
    "received_total": 5,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/35/mbox/",
    "cover_letter": {
        "id": 66,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/66/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/66/",
        "msgid": "<20181221081311.3291-1-kieran.bingham@ideasonboard.com>",
        "date": "2018-12-21T08:13:06",
        "name": "[libcamera-devel,0/5] test: Define libtest",
        "mbox": "https://patchwork.libcamera.org/cover/66/mbox/"
    },
    "patches": [
        {
            "id": 67,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/67/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/67/",
            "msgid": "<20181221081311.3291-2-kieran.bingham@ideasonboard.com>",
            "date": "2018-12-21T08:13:07",
            "name": "[libcamera-devel,1/5] test: Move test objects to libtest",
            "mbox": "https://patchwork.libcamera.org/patch/67/mbox/"
        },
        {
            "id": 68,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/68/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/68/",
            "msgid": "<20181221081311.3291-3-kieran.bingham@ideasonboard.com>",
            "date": "2018-12-21T08:13:08",
            "name": "[libcamera-devel,2/5] test: libtest: Add test return codes",
            "mbox": "https://patchwork.libcamera.org/patch/68/mbox/"
        },
        {
            "id": 69,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/69/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/69/",
            "msgid": "<20181221081311.3291-4-kieran.bingham@ideasonboard.com>",
            "date": "2018-12-21T08:13:09",
            "name": "[libcamera-devel,3/5] test: libtest: Return all non-zero init values",
            "mbox": "https://patchwork.libcamera.org/patch/69/mbox/"
        },
        {
            "id": 70,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/70/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/70/",
            "msgid": "<20181221081311.3291-5-kieran.bingham@ideasonboard.com>",
            "date": "2018-12-21T08:13:10",
            "name": "[libcamera-devel,4/5] utils: checkstyle: add keep-one-line-blocks",
            "mbox": "https://patchwork.libcamera.org/patch/70/mbox/"
        },
        {
            "id": 71,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/71/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/71/",
            "msgid": "<20181221081311.3291-6-kieran.bingham@ideasonboard.com>",
            "date": "2018-12-21T08:13:11",
            "name": "[libcamera-devel,5/5] meson: Shorten project description",
            "mbox": "https://patchwork.libcamera.org/patch/71/mbox/"
        }
    ]
}