Show a series.

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

{
    "id": 646,
    "url": "https://patchwork.libcamera.org/api/series/646/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=646",
    "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-devel,1/2] libcamera: thread: Support timeout in wait() function",
    "date": "2020-01-23T02:55:19",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/646/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 2730,
            "url": "https://patchwork.libcamera.org/api/patches/2730/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2730/",
            "msgid": "<20200123025520.12149-1-laurent.pinchart@ideasonboard.com>",
            "date": "2020-01-23T02:55:19",
            "name": "[libcamera-devel,1/2] libcamera: thread: Support timeout in wait() function",
            "mbox": "https://patchwork.libcamera.org/patch/2730/mbox/"
        },
        {
            "id": 2731,
            "url": "https://patchwork.libcamera.org/api/patches/2731/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2731/",
            "msgid": "<20200123025520.12149-2-laurent.pinchart@ideasonboard.com>",
            "date": "2020-01-23T02:55:20",
            "name": "[libcamera-devel,2/2] test: threads: Add wait() timeout test",
            "mbox": "https://patchwork.libcamera.org/patch/2731/mbox/"
        }
    ]
}