Show a series.

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

{
    "id": 701,
    "url": "https://patchwork.libcamera.org/api/1.1/series/701/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=701",
    "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",
    "date": "2020-03-04T23:22:39",
    "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": 3,
    "total": 7,
    "received_total": 7,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/701/mbox/",
    "cover_letter": {
        "id": 2956,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/2956/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/2956/",
        "msgid": "<20200304232246.325384-1-niklas.soderlund@ragnatech.se>",
        "date": "2020-03-04T23:22:39",
        "name": "[libcamera-devel,v3,0/7] libcamera: V4L2BufferCache: Improve cache",
        "mbox": "https://patchwork.libcamera.org/cover/2956/mbox/"
    },
    "patches": [
        {
            "id": 2957,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/2957/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2957/",
            "msgid": "<20200304232246.325384-2-niklas.soderlund@ragnatech.se>",
            "date": "2020-03-04T23:22:40",
            "name": "[libcamera-devel,v3,1/7] test: camera: buffer_import: Fix error messages",
            "mbox": "https://patchwork.libcamera.org/patch/2957/mbox/"
        },
        {
            "id": 2958,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/2958/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2958/",
            "msgid": "<20200304232246.325384-3-niklas.soderlund@ragnatech.se>",
            "date": "2020-03-04T23:22:41",
            "name": "[libcamera-devel,v3,2/7] test: Extract BufferSource class out of camera tests to libtest",
            "mbox": "https://patchwork.libcamera.org/patch/2958/mbox/"
        },
        {
            "id": 2959,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/2959/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2959/",
            "msgid": "<20200304232246.325384-4-niklas.soderlund@ragnatech.se>",
            "date": "2020-03-04T23:22:42",
            "name": "[libcamera-devel,v3,3/7] libcamera: V4L2BufferCache: Mark Entry::operator==() as const",
            "mbox": "https://patchwork.libcamera.org/patch/2959/mbox/"
        },
        {
            "id": 2960,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/2960/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2960/",
            "msgid": "<20200304232246.325384-5-niklas.soderlund@ragnatech.se>",
            "date": "2020-03-04T23:22:43",
            "name": "[libcamera-devel,v3,4/7] libcamera: V4L2BufferCache: Use the entry reference",
            "mbox": "https://patchwork.libcamera.org/patch/2960/mbox/"
        },
        {
            "id": 2961,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/2961/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2961/",
            "msgid": "<20200304232246.325384-6-niklas.soderlund@ragnatech.se>",
            "date": "2020-03-04T23:22:44",
            "name": "[libcamera-devel,v3,5/7] libcamera: V4L2BufferCache: Check for hot hit first",
            "mbox": "https://patchwork.libcamera.org/patch/2961/mbox/"
        },
        {
            "id": 2962,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/2962/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2962/",
            "msgid": "<20200304232246.325384-7-niklas.soderlund@ragnatech.se>",
            "date": "2020-03-04T23:22:45",
            "name": "[libcamera-devel,v3,6/7] test: v4l2_videodevice: Add test for V4L2BufferCache",
            "mbox": "https://patchwork.libcamera.org/patch/2962/mbox/"
        },
        {
            "id": 2963,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/2963/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2963/",
            "msgid": "<20200304232246.325384-8-niklas.soderlund@ragnatech.se>",
            "date": "2020-03-04T23:22:46",
            "name": "[libcamera-devel,v3,7/7] libcamera: V4L2BufferCache: Improve cache eviction strategy",
            "mbox": "https://patchwork.libcamera.org/patch/2963/mbox/"
        }
    ]
}