Show a series.

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

{
    "id": 2049,
    "url": "https://patchwork.libcamera.org/api/series/2049/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2049",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/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: thread: Documentation fixes and enhancements",
    "date": "2021-05-23T02:31:51",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "version": 1,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2049/mbox/",
    "cover_letter": {
        "id": 12363,
        "url": "https://patchwork.libcamera.org/api/covers/12363/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/12363/",
        "msgid": "<20210523023155.20268-1-laurent.pinchart@ideasonboard.com>",
        "date": "2021-05-23T02:31:51",
        "name": "[libcamera-devel,0/4] libcamera: thread: Documentation fixes and enhancements",
        "mbox": "https://patchwork.libcamera.org/cover/12363/mbox/"
    },
    "patches": [
        {
            "id": 12364,
            "url": "https://patchwork.libcamera.org/api/patches/12364/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12364/",
            "msgid": "<20210523023155.20268-2-laurent.pinchart@ideasonboard.com>",
            "date": "2021-05-23T02:31:52",
            "name": "[libcamera-devel,1/4] libcamera: thread: Document dispatchMessages() thread-safety requirements",
            "mbox": "https://patchwork.libcamera.org/patch/12364/mbox/"
        },
        {
            "id": 12365,
            "url": "https://patchwork.libcamera.org/api/patches/12365/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12365/",
            "msgid": "<20210523023155.20268-3-laurent.pinchart@ideasonboard.com>",
            "date": "2021-05-23T02:31:53",
            "name": "[libcamera-devel,2/4] libcamera: thread: Enforce dispatchMessages() call context with assert",
            "mbox": "https://patchwork.libcamera.org/patch/12365/mbox/"
        },
        {
            "id": 12366,
            "url": "https://patchwork.libcamera.org/api/patches/12366/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12366/",
            "msgid": "<20210523023155.20268-4-laurent.pinchart@ideasonboard.com>",
            "date": "2021-05-23T02:31:54",
            "name": "[libcamera-devel,3/4] libcamera: thread: Drop doc of asynchronous signals delivery to applications",
            "mbox": "https://patchwork.libcamera.org/patch/12366/mbox/"
        },
        {
            "id": 12367,
            "url": "https://patchwork.libcamera.org/api/patches/12367/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12367/",
            "msgid": "<20210523023155.20268-5-laurent.pinchart@ideasonboard.com>",
            "date": "2021-05-23T02:31:55",
            "name": "[libcamera-devel,4/4] libcamera: thread: Document race condition at stop time",
            "mbox": "https://patchwork.libcamera.org/patch/12367/mbox/"
        }
    ]
}