Show a series.

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

{
    "id": 164,
    "url": "https://patchwork.libcamera.org/api/series/164/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=164",
    "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: Buffer Objects",
    "date": "2019-02-03T10:55:12",
    "submitter": {
        "id": 4,
        "url": "https://patchwork.libcamera.org/api/people/4/?format=api",
        "name": "Kieran Bingham",
        "email": "kieran.bingham@ideasonboard.com"
    },
    "version": 2,
    "total": 5,
    "received_total": 5,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/164/mbox/",
    "cover_letter": {
        "id": 481,
        "url": "https://patchwork.libcamera.org/api/covers/481/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/481/",
        "msgid": "<20190203105517.5355-1-kieran.bingham@ideasonboard.com>",
        "date": "2019-02-03T10:55:12",
        "name": "[libcamera-devel,v2,0/5] libcamera: Buffer Objects",
        "mbox": "https://patchwork.libcamera.org/cover/481/mbox/"
    },
    "patches": [
        {
            "id": 482,
            "url": "https://patchwork.libcamera.org/api/patches/482/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/482/",
            "msgid": "<20190203105517.5355-2-kieran.bingham@ideasonboard.com>",
            "date": "2019-02-03T10:55:13",
            "name": "[libcamera-devel,v2,1/5] libcamera: Add Buffer and BufferPool classes",
            "mbox": "https://patchwork.libcamera.org/patch/482/mbox/"
        },
        {
            "id": 483,
            "url": "https://patchwork.libcamera.org/api/patches/483/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/483/",
            "msgid": "<20190203105517.5355-3-kieran.bingham@ideasonboard.com>",
            "date": "2019-02-03T10:55:14",
            "name": "[libcamera-devel,v2,2/5] libcamera: buffer: Fix setDmabuf operations",
            "mbox": "https://patchwork.libcamera.org/patch/483/mbox/"
        },
        {
            "id": 484,
            "url": "https://patchwork.libcamera.org/api/patches/484/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/484/",
            "msgid": "<20190203105517.5355-4-kieran.bingham@ideasonboard.com>",
            "date": "2019-02-03T10:55:15",
            "name": "[libcamera-devel,v2,3/5] libcamera: buffer: Document the BufferPool",
            "mbox": "https://patchwork.libcamera.org/patch/484/mbox/"
        },
        {
            "id": 485,
            "url": "https://patchwork.libcamera.org/api/patches/485/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/485/",
            "msgid": "<20190203105517.5355-5-kieran.bingham@ideasonboard.com>",
            "date": "2019-02-03T10:55:16",
            "name": "[libcamera-devel,v2,4/5] libcamera: buffer: Provide access to the Buffer vector",
            "mbox": "https://patchwork.libcamera.org/patch/485/mbox/"
        },
        {
            "id": 486,
            "url": "https://patchwork.libcamera.org/api/patches/486/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/486/",
            "msgid": "<20190203105517.5355-6-kieran.bingham@ideasonboard.com>",
            "date": "2019-02-03T10:55:17",
            "name": "[libcamera-devel,v2,5/5] libcamera: buffer: Provide Buffer Planes",
            "mbox": "https://patchwork.libcamera.org/patch/486/mbox/"
        }
    ]
}