Show a series.

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

{
    "id": 215,
    "url": "https://patchwork.libcamera.org/api/series/215/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=215",
    "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: Extend to support configuration of multiple streams",
    "date": "2019-03-22T01:53:45",
    "submitter": {
        "id": 5,
        "url": "https://patchwork.libcamera.org/api/people/5/?format=api",
        "name": "Niklas Söderlund",
        "email": "niklas.soderlund@ragnatech.se"
    },
    "version": 1,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/215/mbox/",
    "cover_letter": {
        "id": 778,
        "url": "https://patchwork.libcamera.org/api/covers/778/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/778/",
        "msgid": "<20190322015349.14934-1-niklas.soderlund@ragnatech.se>",
        "date": "2019-03-22T01:53:45",
        "name": "[libcamera-devel,RFC,0/4] cam: Extend to support configuration of multiple streams",
        "mbox": "https://patchwork.libcamera.org/cover/778/mbox/"
    },
    "patches": [
        {
            "id": 779,
            "url": "https://patchwork.libcamera.org/api/patches/779/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/779/",
            "msgid": "<20190322015349.14934-2-niklas.soderlund@ragnatech.se>",
            "date": "2019-03-22T01:53:46",
            "name": "[libcamera-devel,RFC,1/4] cam: options: Create own enum for OptionValue types",
            "mbox": "https://patchwork.libcamera.org/patch/779/mbox/"
        },
        {
            "id": 780,
            "url": "https://patchwork.libcamera.org/api/patches/780/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/780/",
            "msgid": "<20190322015349.14934-3-niklas.soderlund@ragnatech.se>",
            "date": "2019-03-22T01:53:47",
            "name": "[libcamera-devel,RFC,2/4] cam: options: Add an array data type to OptionValue",
            "mbox": "https://patchwork.libcamera.org/patch/780/mbox/"
        },
        {
            "id": 781,
            "url": "https://patchwork.libcamera.org/api/patches/781/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/781/",
            "msgid": "<20190322015349.14934-4-niklas.soderlund@ragnatech.se>",
            "date": "2019-03-22T01:53:48",
            "name": "[libcamera-devel,RFC,3/4] cam: options: Add parsing of multiple instances of the same option",
            "mbox": "https://patchwork.libcamera.org/patch/781/mbox/"
        },
        {
            "id": 782,
            "url": "https://patchwork.libcamera.org/api/patches/782/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/782/",
            "msgid": "<20190322015349.14934-5-niklas.soderlund@ragnatech.se>",
            "date": "2019-03-22T01:53:49",
            "name": "[libcamera-devel,RFC,4/4] cam: Allow specifying configuration for more then one stream",
            "mbox": "https://patchwork.libcamera.org/patch/782/mbox/"
        }
    ]
}