Show a series.

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

{
    "id": 676,
    "url": "https://patchwork.libcamera.org/api/1.1/series/676/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=676",
    "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": "libcamera: V4L2BufferCache: Improve cache eviction strategy",
    "date": "2020-02-16T16:16:40",
    "submitter": {
        "id": 5,
        "url": "https://patchwork.libcamera.org/api/1.1/people/5/?format=api",
        "name": "Niklas Söderlund",
        "email": "niklas.soderlund@ragnatech.se"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/676/mbox/",
    "cover_letter": {
        "id": 2835,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/2835/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/2835/",
        "msgid": "<20200216161642.152263-1-niklas.soderlund@ragnatech.se>",
        "date": "2020-02-16T16:16:40",
        "name": "[libcamera-devel,0/2] libcamera: V4L2BufferCache: Improve cache eviction strategy",
        "mbox": "https://patchwork.libcamera.org/cover/2835/mbox/"
    },
    "patches": [
        {
            "id": 2836,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/2836/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2836/",
            "msgid": "<20200216161642.152263-2-niklas.soderlund@ragnatech.se>",
            "date": "2020-02-16T16:16:41",
            "name": "[libcamera-devel,1/2] libcamera: V4L2BufferCache: Improve cache eviction strategy",
            "mbox": "https://patchwork.libcamera.org/patch/2836/mbox/"
        },
        {
            "id": 2837,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/2837/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2837/",
            "msgid": "<20200216161642.152263-3-niklas.soderlund@ragnatech.se>",
            "date": "2020-02-16T16:16:42",
            "name": "[libcamera-devel,2/2] test: v4l2_videodevice: Add test for V4L2BufferCache",
            "mbox": "https://patchwork.libcamera.org/patch/2837/mbox/"
        }
    ]
}