Show a series.

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

{
    "id": 580,
    "url": "https://patchwork.libcamera.org/api/1.1/series/580/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=580",
    "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/5] test: message: Fix message handling in MessageReceiver",
    "date": "2019-11-27T08:49:05",
    "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": 5,
    "received_total": 5,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/580/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 2379,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/2379/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2379/",
            "msgid": "<20191127084909.10612-1-laurent.pinchart@ideasonboard.com>",
            "date": "2019-11-27T08:49:05",
            "name": "[libcamera-devel,1/5] test: message: Fix message handling in MessageReceiver",
            "mbox": "https://patchwork.libcamera.org/patch/2379/mbox/"
        },
        {
            "id": 2380,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/2380/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2380/",
            "msgid": "<20191127084909.10612-2-laurent.pinchart@ideasonboard.com>",
            "date": "2019-11-27T08:49:06",
            "name": "[libcamera-devel,2/5] test: message: Add slow receiver test",
            "mbox": "https://patchwork.libcamera.org/patch/2380/mbox/"
        },
        {
            "id": 2381,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/2381/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2381/",
            "msgid": "<20191127084909.10612-3-laurent.pinchart@ideasonboard.com>",
            "date": "2019-11-27T08:49:07",
            "name": "[libcamera-devel,3/5] libcamera: thread: Fix race condition when dispatching messages",
            "mbox": "https://patchwork.libcamera.org/patch/2381/mbox/"
        },
        {
            "id": 2382,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/2382/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2382/",
            "msgid": "<20191127084909.10612-4-laurent.pinchart@ideasonboard.com>",
            "date": "2019-11-27T08:49:08",
            "name": "[libcamera-devel,4/5] libcamera: object: Document danger of deleting object from other thread",
            "mbox": "https://patchwork.libcamera.org/patch/2382/mbox/"
        },
        {
            "id": 2383,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/2383/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2383/",
            "msgid": "<20191127084909.10612-5-laurent.pinchart@ideasonboard.com>",
            "date": "2019-11-27T08:49:09",
            "name": "[libcamera-devel,5/5] test: object-invoke: Delete InvokeObject after thread termination",
            "mbox": "https://patchwork.libcamera.org/patch/2383/mbox/"
        }
    ]
}