Show a series.

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

{
    "id": 2321,
    "url": "https://patchwork.libcamera.org/api/1.1/series/2321/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2321",
    "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": "MappedFrameBuffer: Move its own component.",
    "date": "2021-08-09T13:29:26",
    "submitter": {
        "id": 4,
        "url": "https://patchwork.libcamera.org/api/1.1/people/4/?format=api",
        "name": "Kieran Bingham",
        "email": "kieran.bingham@ideasonboard.com"
    },
    "version": 3,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2321/mbox/",
    "cover_letter": {
        "id": 13257,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/13257/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/13257/",
        "msgid": "<20210809132929.1824114-1-kieran.bingham@ideasonboard.com>",
        "date": "2021-08-09T13:29:26",
        "name": "[libcamera-devel,v3,0/3] MappedFrameBuffer: Move its own component.",
        "mbox": "https://patchwork.libcamera.org/cover/13257/mbox/"
    },
    "patches": [
        {
            "id": 13258,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/13258/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/13258/",
            "msgid": "<20210809132929.1824114-2-kieran.bingham@ideasonboard.com>",
            "date": "2021-08-09T13:29:27",
            "name": "[libcamera-devel,v3,1/3] src: Remove all unused sys/mman.h inclusions",
            "mbox": "https://patchwork.libcamera.org/patch/13258/mbox/"
        },
        {
            "id": 13259,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/13259/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/13259/",
            "msgid": "<20210809132929.1824114-3-kieran.bingham@ideasonboard.com>",
            "date": "2021-08-09T13:29:28",
            "name": "[libcamera-devel,v3,2/3] libcamera: Give MappedFrameBuffer its own implementation",
            "mbox": "https://patchwork.libcamera.org/patch/13259/mbox/"
        },
        {
            "id": 13260,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/13260/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/13260/",
            "msgid": "<20210809132929.1824114-4-kieran.bingham@ideasonboard.com>",
            "date": "2021-08-09T13:29:29",
            "name": "[libcamera-devel,v3,3/3] libcamera: MappedFrameBuffer: Use typed Flags<MapFlags>",
            "mbox": "https://patchwork.libcamera.org/patch/13260/mbox/"
        }
    ]
}