Show a series.

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

{
    "id": 694,
    "url": "https://patchwork.libcamera.org/api/1.1/series/694/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=694",
    "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: PixelFormat: Turn into a class",
    "date": "2020-02-28T03:29:07",
    "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": 6,
    "received_total": 6,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/694/mbox/",
    "cover_letter": {
        "id": 2910,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/2910/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/2910/",
        "msgid": "<20200228032913.497826-1-niklas.soderlund@ragnatech.se>",
        "date": "2020-02-28T03:29:07",
        "name": "[libcamera-devel,RFC,0/6] libcamera: PixelFormat: Turn into a class",
        "mbox": "https://patchwork.libcamera.org/cover/2910/mbox/"
    },
    "patches": [
        {
            "id": 2911,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/2911/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2911/",
            "msgid": "<20200228032913.497826-2-niklas.soderlund@ragnatech.se>",
            "date": "2020-02-28T03:29:08",
            "name": "[libcamera-devel,RFC,1/6] libcamera: Use PixelFormat instead of unsigned int where appropriate",
            "mbox": "https://patchwork.libcamera.org/patch/2911/mbox/"
        },
        {
            "id": 2912,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/2912/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2912/",
            "msgid": "<20200228032913.497826-3-niklas.soderlund@ragnatech.se>",
            "date": "2020-02-28T03:29:09",
            "name": "[libcamera-devel,RFC,2/6] libcamera: formats: Turn ImageFormats into a template",
            "mbox": "https://patchwork.libcamera.org/patch/2912/mbox/"
        },
        {
            "id": 2913,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/2913/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2913/",
            "msgid": "<20200228032913.497826-4-niklas.soderlund@ragnatech.se>",
            "date": "2020-02-28T03:29:10",
            "name": "[libcamera-devel,RFC,3/6] libcamera: PixelFormat: Turn into a class",
            "mbox": "https://patchwork.libcamera.org/patch/2913/mbox/"
        },
        {
            "id": 2914,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/2914/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2914/",
            "msgid": "<20200228032913.497826-5-niklas.soderlund@ragnatech.se>",
            "date": "2020-02-28T03:29:11",
            "name": "[libcamera-devel,RFC,4/6] libcamera: PixelFormat: Add operations to operate on names",
            "mbox": "https://patchwork.libcamera.org/patch/2914/mbox/"
        },
        {
            "id": 2915,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/2915/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2915/",
            "msgid": "<20200228032913.497826-6-niklas.soderlund@ragnatech.se>",
            "date": "2020-02-28T03:29:12",
            "name": "[libcamera-devel,RFC,5/6] libcamera: v4l2_videodevice: Remove pixel format translators",
            "mbox": "https://patchwork.libcamera.org/patch/2915/mbox/"
        },
        {
            "id": 2916,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/2916/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2916/",
            "msgid": "<20200228032913.497826-7-niklas.soderlund@ragnatech.se>",
            "date": "2020-02-28T03:29:13",
            "name": "[libcamera-devel,RFC,6/6] v4l2: camera_proxy: Switch to PixelFormat",
            "mbox": "https://patchwork.libcamera.org/patch/2916/mbox/"
        }
    ]
}