Show a series.

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

{
    "id": 414,
    "url": "https://patchwork.libcamera.org/api/1.1/series/414/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=414",
    "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": "[libcamera-devel,1/6] libcamera: Add thread support",
    "date": "2019-07-10T19:17:03",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/1.1/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "version": 1,
    "total": 6,
    "received_total": 6,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/414/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 1644,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/1644/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/1644/",
            "msgid": "<20190710191708.13049-1-laurent.pinchart@ideasonboard.com>",
            "date": "2019-07-10T19:17:03",
            "name": "[libcamera-devel,1/6] libcamera: Add thread support",
            "mbox": "https://patchwork.libcamera.org/patch/1644/mbox/"
        },
        {
            "id": 1645,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/1645/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/1645/",
            "msgid": "<20190710191708.13049-2-laurent.pinchart@ideasonboard.com>",
            "date": "2019-07-10T19:17:04",
            "name": "[libcamera-devel,2/6] libcamera: thread: Add a messaging passing API",
            "mbox": "https://patchwork.libcamera.org/patch/1645/mbox/"
        },
        {
            "id": 1646,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/1646/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/1646/",
            "msgid": "<20190710191708.13049-3-laurent.pinchart@ideasonboard.com>",
            "date": "2019-07-10T19:17:05",
            "name": "[libcamera-devel,3/6] libcamera: signal: Support cross-thread signals",
            "mbox": "https://patchwork.libcamera.org/patch/1646/mbox/"
        },
        {
            "id": 1647,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/1647/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/1647/",
            "msgid": "<20190710191708.13049-4-laurent.pinchart@ideasonboard.com>",
            "date": "2019-07-10T19:17:06",
            "name": "[libcamera-devel,4/6] test: Add Thread test cases",
            "mbox": "https://patchwork.libcamera.org/patch/1647/mbox/"
        },
        {
            "id": 1648,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/1648/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/1648/",
            "msgid": "<20190710191708.13049-5-laurent.pinchart@ideasonboard.com>",
            "date": "2019-07-10T19:17:07",
            "name": "[libcamera-devel,5/6] test: Add Message test case",
            "mbox": "https://patchwork.libcamera.org/patch/1648/mbox/"
        },
        {
            "id": 1649,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/1649/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/1649/",
            "msgid": "<20190710191708.13049-6-laurent.pinchart@ideasonboard.com>",
            "date": "2019-07-10T19:17:08",
            "name": "[libcamera-devel,6/6] test: Add test case for signal delivery across threads",
            "mbox": "https://patchwork.libcamera.org/patch/1649/mbox/"
        }
    ]
}