Show a series.

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

{
    "id": 702,
    "url": "https://patchwork.libcamera.org/api/series/702/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=702",
    "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: V4L2BufferCache: Improve cache eviction strategy",
    "date": "2020-03-05T20:38:01",
    "submitter": {
        "id": 5,
        "url": "https://patchwork.libcamera.org/api/people/5/?format=api",
        "name": "Niklas Söderlund",
        "email": "niklas.soderlund@ragnatech.se"
    },
    "version": 4,
    "total": 7,
    "received_total": 7,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/702/mbox/",
    "cover_letter": {
        "id": 2964,
        "url": "https://patchwork.libcamera.org/api/covers/2964/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/2964/",
        "msgid": "<20200305203808.536050-1-niklas.soderlund@ragnatech.se>",
        "date": "2020-03-05T20:38:01",
        "name": "[libcamera-devel,v4,0/7] libcamera: V4L2BufferCache: Improve cache eviction strategy",
        "mbox": "https://patchwork.libcamera.org/cover/2964/mbox/"
    },
    "patches": [
        {
            "id": 2965,
            "url": "https://patchwork.libcamera.org/api/patches/2965/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2965/",
            "msgid": "<20200305203808.536050-2-niklas.soderlund@ragnatech.se>",
            "date": "2020-03-05T20:38:02",
            "name": "[libcamera-devel,v4,1/7] test: camera: buffer_import: Fix error messages",
            "mbox": "https://patchwork.libcamera.org/patch/2965/mbox/"
        },
        {
            "id": 2966,
            "url": "https://patchwork.libcamera.org/api/patches/2966/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2966/",
            "msgid": "<20200305203808.536050-3-niklas.soderlund@ragnatech.se>",
            "date": "2020-03-05T20:38:03",
            "name": "[libcamera-devel,v4,2/7] test: Extract BufferSource class out of camera tests to libtest",
            "mbox": "https://patchwork.libcamera.org/patch/2966/mbox/"
        },
        {
            "id": 2967,
            "url": "https://patchwork.libcamera.org/api/patches/2967/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2967/",
            "msgid": "<20200305203808.536050-4-niklas.soderlund@ragnatech.se>",
            "date": "2020-03-05T20:38:04",
            "name": "[libcamera-devel,v4,3/7] libcamera: V4L2BufferCache: Mark Entry::operator==() as const",
            "mbox": "https://patchwork.libcamera.org/patch/2967/mbox/"
        },
        {
            "id": 2968,
            "url": "https://patchwork.libcamera.org/api/patches/2968/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2968/",
            "msgid": "<20200305203808.536050-5-niklas.soderlund@ragnatech.se>",
            "date": "2020-03-05T20:38:05",
            "name": "[libcamera-devel,v4,4/7] libcamera: V4L2BufferCache: Use the entry reference",
            "mbox": "https://patchwork.libcamera.org/patch/2968/mbox/"
        },
        {
            "id": 2969,
            "url": "https://patchwork.libcamera.org/api/patches/2969/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2969/",
            "msgid": "<20200305203808.536050-6-niklas.soderlund@ragnatech.se>",
            "date": "2020-03-05T20:38:06",
            "name": "[libcamera-devel,v4,5/7] libcamera: V4L2BufferCache: Check for hot hit first",
            "mbox": "https://patchwork.libcamera.org/patch/2969/mbox/"
        },
        {
            "id": 2970,
            "url": "https://patchwork.libcamera.org/api/patches/2970/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2970/",
            "msgid": "<20200305203808.536050-7-niklas.soderlund@ragnatech.se>",
            "date": "2020-03-05T20:38:07",
            "name": "[libcamera-devel,v4,6/7] test: v4l2_videodevice: Add test for V4L2BufferCache",
            "mbox": "https://patchwork.libcamera.org/patch/2970/mbox/"
        },
        {
            "id": 2971,
            "url": "https://patchwork.libcamera.org/api/patches/2971/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2971/",
            "msgid": "<20200305203808.536050-8-niklas.soderlund@ragnatech.se>",
            "date": "2020-03-05T20:38:08",
            "name": "[libcamera-devel,v4,7/7] libcamera: V4L2BufferCache: Improve cache eviction strategy",
            "mbox": "https://patchwork.libcamera.org/patch/2971/mbox/"
        }
    ]
}