Show a series.

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

{
    "id": 120,
    "url": "https://patchwork.libcamera.org/api/1.1/series/120/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=120",
    "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": "Event dispatcher enhancements",
    "date": "2019-01-23T08:59:19",
    "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": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/120/mbox/",
    "cover_letter": {
        "id": 344,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/344/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/344/",
        "msgid": "<20190123085923.12524-1-laurent.pinchart@ideasonboard.com>",
        "date": "2019-01-23T08:59:19",
        "name": "[libcamera-devel,0/4] Event dispatcher enhancements",
        "mbox": "https://patchwork.libcamera.org/cover/344/mbox/"
    },
    "patches": [
        {
            "id": 345,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/345/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/345/",
            "msgid": "<20190123085923.12524-2-laurent.pinchart@ideasonboard.com>",
            "date": "2019-01-23T08:59:20",
            "name": "[libcamera-devel,1/4] tests: Test event dispatcher interruption by signal",
            "mbox": "https://patchwork.libcamera.org/patch/345/mbox/"
        },
        {
            "id": 346,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/346/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/346/",
            "msgid": "<20190123085923.12524-3-laurent.pinchart@ideasonboard.com>",
            "date": "2019-01-23T08:59:21",
            "name": "[libcamera-devel,2/4] libcamera: event_dispatcher_poll: Handle interrupted ppoll() calls",
            "mbox": "https://patchwork.libcamera.org/patch/346/mbox/"
        },
        {
            "id": 347,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/347/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/347/",
            "msgid": "<20190123085923.12524-4-laurent.pinchart@ideasonboard.com>",
            "date": "2019-01-23T08:59:22",
            "name": "[libcamera-devel,3/4] libcamera: event_dispatcher: Add interrupt() function",
            "mbox": "https://patchwork.libcamera.org/patch/347/mbox/"
        },
        {
            "id": 348,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/348/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/348/",
            "msgid": "<20190123085923.12524-5-laurent.pinchart@ideasonboard.com>",
            "date": "2019-01-23T08:59:23",
            "name": "[libcamera-devel,4/4] tests: event-dispatcher: Add processEvents() interruption test",
            "mbox": "https://patchwork.libcamera.org/patch/348/mbox/"
        }
    ]
}