Show a series.

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

{
    "id": 192,
    "url": "https://patchwork.libcamera.org/api/series/192/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=192",
    "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: improve validation of camera operations",
    "date": "2019-02-26T02:18:50",
    "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": 8,
    "received_total": 8,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/192/mbox/",
    "cover_letter": {
        "id": 622,
        "url": "https://patchwork.libcamera.org/api/covers/622/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/622/",
        "msgid": "<20190226021857.28255-1-niklas.soderlund@ragnatech.se>",
        "date": "2019-02-26T02:18:49",
        "name": "[libcamera-devel,0/8] libcamera: improve validation of camera operations",
        "mbox": "https://patchwork.libcamera.org/cover/622/mbox/"
    },
    "patches": [
        {
            "id": 621,
            "url": "https://patchwork.libcamera.org/api/patches/621/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/621/",
            "msgid": "<20190226021857.28255-2-niklas.soderlund@ragnatech.se>",
            "date": "2019-02-26T02:18:50",
            "name": "[libcamera-devel,1/8] libcamera: camera: fix bug in error check for streamConfiguration()",
            "mbox": "https://patchwork.libcamera.org/patch/621/mbox/"
        },
        {
            "id": 623,
            "url": "https://patchwork.libcamera.org/api/patches/623/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/623/",
            "msgid": "<20190226021857.28255-3-niklas.soderlund@ragnatech.se>",
            "date": "2019-02-26T02:18:51",
            "name": "[libcamera-devel,2/8] libcamera: align the documentation for numeric error codes",
            "mbox": "https://patchwork.libcamera.org/patch/623/mbox/"
        },
        {
            "id": 624,
            "url": "https://patchwork.libcamera.org/api/patches/624/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/624/",
            "msgid": "<20190226021857.28255-4-niklas.soderlund@ragnatech.se>",
            "date": "2019-02-26T02:18:52",
            "name": "[libcamera-devel,3/8] libcamera: camera: document return values for application facing functions",
            "mbox": "https://patchwork.libcamera.org/patch/624/mbox/"
        },
        {
            "id": 625,
            "url": "https://patchwork.libcamera.org/api/patches/625/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/625/",
            "msgid": "<20190226021857.28255-5-niklas.soderlund@ragnatech.se>",
            "date": "2019-02-26T02:18:53",
            "name": "[libcamera-devel,4/8] cam: fix order camera is operated on",
            "mbox": "https://patchwork.libcamera.org/patch/625/mbox/"
        },
        {
            "id": 626,
            "url": "https://patchwork.libcamera.org/api/patches/626/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/626/",
            "msgid": "<20190226021857.28255-6-niklas.soderlund@ragnatech.se>",
            "date": "2019-02-26T02:18:54",
            "name": "[libcamera-devel,5/8] libcamera: camera: add state machine to control access from applications",
            "mbox": "https://patchwork.libcamera.org/patch/626/mbox/"
        },
        {
            "id": 627,
            "url": "https://patchwork.libcamera.org/api/patches/627/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/627/",
            "msgid": "<20190226021857.28255-7-niklas.soderlund@ragnatech.se>",
            "date": "2019-02-26T02:18:55",
            "name": "[libcamera-devel,6/8] libcamera: store stream pointers in sets instead of a vectors",
            "mbox": "https://patchwork.libcamera.org/patch/627/mbox/"
        },
        {
            "id": 628,
            "url": "https://patchwork.libcamera.org/api/patches/628/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/628/",
            "msgid": "<20190226021857.28255-8-niklas.soderlund@ragnatech.se>",
            "date": "2019-02-26T02:18:56",
            "name": "[libcamera-devel,7/8] libcamera: camera: ensure streams belong to camera",
            "mbox": "https://patchwork.libcamera.org/patch/628/mbox/"
        },
        {
            "id": 629,
            "url": "https://patchwork.libcamera.org/api/patches/629/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/629/",
            "msgid": "<20190226021857.28255-9-niklas.soderlund@ragnatech.se>",
            "date": "2019-02-26T02:18:57",
            "name": "[libcamera-devel,8/8] libcamera: camera: make sure camera is configured before starting",
            "mbox": "https://patchwork.libcamera.org/patch/629/mbox/"
        }
    ]
}