Show a series.

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

{
    "id": 2239,
    "url": "https://patchwork.libcamera.org/api/1.1/series/2239/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2239",
    "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": "android: Drive-by cleanups",
    "date": "2021-07-15T15:32:38",
    "submitter": {
        "id": 3,
        "url": "https://patchwork.libcamera.org/api/1.1/people/3/?format=api",
        "name": "Jacopo Mondi",
        "email": "jacopo@jmondi.org"
    },
    "version": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2239/mbox/",
    "cover_letter": {
        "id": 12963,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/12963/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/12963/",
        "msgid": "<20210715153241.63971-1-jacopo@jmondi.org>",
        "date": "2021-07-15T15:32:38",
        "name": "[libcamera-devel,0/3] android: Drive-by cleanups",
        "mbox": "https://patchwork.libcamera.org/cover/12963/mbox/"
    },
    "patches": [
        {
            "id": 12964,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/12964/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12964/",
            "msgid": "<20210715153241.63971-2-jacopo@jmondi.org>",
            "date": "2021-07-15T15:32:39",
            "name": "[libcamera-devel,1/3] android: capabilities: Use a throw-away config for YUV stream building",
            "mbox": "https://patchwork.libcamera.org/patch/12964/mbox/"
        },
        {
            "id": 12965,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/12965/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12965/",
            "msgid": "<20210715153241.63971-3-jacopo@jmondi.org>",
            "date": "2021-07-15T15:32:40",
            "name": "[libcamera-devel,2/3] android: capabilties: Rationalize get[YUV|Raw]Resolution names",
            "mbox": "https://patchwork.libcamera.org/patch/12965/mbox/"
        },
        {
            "id": 12966,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/12966/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/12966/",
            "msgid": "<20210715153241.63971-4-jacopo@jmondi.org>",
            "date": "2021-07-15T15:32:41",
            "name": "[libcamera-devel,3/3] android: capabilities: Centralize RAW support check",
            "mbox": "https://patchwork.libcamera.org/patch/12966/mbox/"
        }
    ]
}