Show a series.

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

{
    "id": 1060,
    "url": "https://patchwork.libcamera.org/api/series/1060/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1060",
    "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": "Android HAL multi-stream support",
    "date": "2020-06-29T16:39:12",
    "submitter": {
        "id": 4,
        "url": "https://patchwork.libcamera.org/api/people/4/?format=api",
        "name": "Kieran Bingham",
        "email": "kieran.bingham@ideasonboard.com"
    },
    "version": 1,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/1060/mbox/",
    "cover_letter": {
        "id": 8510,
        "url": "https://patchwork.libcamera.org/api/covers/8510/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/8510/",
        "msgid": "<20200629163916.1815321-1-kieran.bingham@ideasonboard.com>",
        "date": "2020-06-29T16:39:12",
        "name": "[libcamera-devel,0/4] Android HAL multi-stream support",
        "mbox": "https://patchwork.libcamera.org/cover/8510/mbox/"
    },
    "patches": [
        {
            "id": 8511,
            "url": "https://patchwork.libcamera.org/api/patches/8511/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/8511/",
            "msgid": "<20200629163916.1815321-2-kieran.bingham@ideasonboard.com>",
            "date": "2020-06-29T16:39:13",
            "name": "[libcamera-devel,1/4] libcamera: camera: Allow unspecified roles for generateConfiguration",
            "mbox": "https://patchwork.libcamera.org/patch/8511/mbox/"
        },
        {
            "id": 8512,
            "url": "https://patchwork.libcamera.org/api/patches/8512/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/8512/",
            "msgid": "<20200629163916.1815321-3-kieran.bingham@ideasonboard.com>",
            "date": "2020-06-29T16:39:14",
            "name": "[libcamera-devel,2/4] libcamera: camera: Return a reference to the new configuration when adding",
            "mbox": "https://patchwork.libcamera.org/patch/8512/mbox/"
        },
        {
            "id": 8513,
            "url": "https://patchwork.libcamera.org/api/patches/8513/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/8513/",
            "msgid": "<20200629163916.1815321-4-kieran.bingham@ideasonboard.com>",
            "date": "2020-06-29T16:39:15",
            "name": "[libcamera-devel,3/4] android: camera_device: Provide a toPixelFormat helper",
            "mbox": "https://patchwork.libcamera.org/patch/8513/mbox/"
        },
        {
            "id": 8514,
            "url": "https://patchwork.libcamera.org/api/patches/8514/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/8514/",
            "msgid": "<20200629163916.1815321-5-kieran.bingham@ideasonboard.com>",
            "date": "2020-06-29T16:39:16",
            "name": "[libcamera-devel,4/4] android: camera_device: support multiple stream configurations",
            "mbox": "https://patchwork.libcamera.org/patch/8514/mbox/"
        }
    ]
}