Show a series.

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

{
    "id": 1142,
    "url": "https://patchwork.libcamera.org/api/series/1142/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1142",
    "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": "cam: Add options to make batch testing with cam easier",
    "date": "2020-07-24T19:18:48",
    "submitter": {
        "id": 5,
        "url": "https://patchwork.libcamera.org/api/people/5/?format=api",
        "name": "Niklas Söderlund",
        "email": "niklas.soderlund@ragnatech.se"
    },
    "version": 3,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/1142/mbox/",
    "cover_letter": {
        "id": 8987,
        "url": "https://patchwork.libcamera.org/api/covers/8987/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/8987/",
        "msgid": "<20200724191851.803350-1-niklas.soderlund@ragnatech.se>",
        "date": "2020-07-24T19:18:48",
        "name": "[libcamera-devel,v3,0/3] cam: Add options to make batch testing with cam easier",
        "mbox": "https://patchwork.libcamera.org/cover/8987/mbox/"
    },
    "patches": [
        {
            "id": 8988,
            "url": "https://patchwork.libcamera.org/api/patches/8988/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/8988/",
            "msgid": "<20200724191851.803350-2-niklas.soderlund@ragnatech.se>",
            "date": "2020-07-24T19:18:49",
            "name": "[libcamera-devel,v3,1/3] cam: Add option to disallow adjusting of requested formats",
            "mbox": "https://patchwork.libcamera.org/patch/8988/mbox/"
        },
        {
            "id": 8989,
            "url": "https://patchwork.libcamera.org/api/patches/8989/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/8989/",
            "msgid": "<20200724191851.803350-3-niklas.soderlund@ragnatech.se>",
            "date": "2020-07-24T19:18:50",
            "name": "[libcamera-devel,v3,2/3] cam: capture: Cache the EventLoop handler",
            "mbox": "https://patchwork.libcamera.org/patch/8989/mbox/"
        },
        {
            "id": 8990,
            "url": "https://patchwork.libcamera.org/api/patches/8990/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/8990/",
            "msgid": "<20200724191851.803350-4-niklas.soderlund@ragnatech.se>",
            "date": "2020-07-24T19:18:51",
            "name": "[libcamera-devel,v3,3/3] cam: Add optional argument to --capture to specify how many frames to capture",
            "mbox": "https://patchwork.libcamera.org/patch/8990/mbox/"
        }
    ]
}