Show a series.

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

{
    "id": 74,
    "url": "https://patchwork.libcamera.org/api/1.1/series/74/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=74",
    "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": "Pipeline handler refactoring and documentation improvements",
    "date": "2019-01-12T14:46:16",
    "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": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/74/mbox/",
    "cover_letter": {
        "id": 216,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/216/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/216/",
        "msgid": "<20190112144619.5816-1-laurent.pinchart@ideasonboard.com>",
        "date": "2019-01-12T14:46:16",
        "name": "[libcamera-devel,0/3] Pipeline handler refactoring and documentation improvements",
        "mbox": "https://patchwork.libcamera.org/cover/216/mbox/"
    },
    "patches": [
        {
            "id": 217,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/217/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/217/",
            "msgid": "<20190112144619.5816-2-laurent.pinchart@ideasonboard.com>",
            "date": "2019-01-12T14:46:17",
            "name": "[libcamera-devel,1/3] libcamera: pipeline_handler: Don't index factories by name",
            "mbox": "https://patchwork.libcamera.org/patch/217/mbox/"
        },
        {
            "id": 218,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/218/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/218/",
            "msgid": "<20190112144619.5816-3-laurent.pinchart@ideasonboard.com>",
            "date": "2019-01-12T14:46:18",
            "name": "[libcamera-devel,2/3] libcamera: camera_manager: Improve class documentation",
            "mbox": "https://patchwork.libcamera.org/patch/218/mbox/"
        },
        {
            "id": 219,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/219/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/219/",
            "msgid": "<20190112144619.5816-4-laurent.pinchart@ideasonboard.com>",
            "date": "2019-01-12T14:46:19",
            "name": "[libcamera-devel,3/3] Documentation: Exclude pipeline handlers directory",
            "mbox": "https://patchwork.libcamera.org/patch/219/mbox/"
        }
    ]
}