Show a series.

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

{
    "id": 203,
    "url": "https://patchwork.libcamera.org/api/series/203/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=203",
    "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": "test: camera: Add basic tests for the camera",
    "date": "2019-03-06T02:47: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": 5,
    "received_total": 5,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/203/mbox/",
    "cover_letter": {
        "id": 704,
        "url": "https://patchwork.libcamera.org/api/covers/704/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/704/",
        "msgid": "<20190306024755.28726-1-niklas.soderlund@ragnatech.se>",
        "date": "2019-03-06T02:47:50",
        "name": "[libcamera-devel,0/5] test: camera: Add basic tests for the camera",
        "mbox": "https://patchwork.libcamera.org/cover/704/mbox/"
    },
    "patches": [
        {
            "id": 705,
            "url": "https://patchwork.libcamera.org/api/patches/705/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/705/",
            "msgid": "<20190306024755.28726-2-niklas.soderlund@ragnatech.se>",
            "date": "2019-03-06T02:47:51",
            "name": "[libcamera-devel,1/5] libcamera: camera: Fix access bug in configureStreams()",
            "mbox": "https://patchwork.libcamera.org/patch/705/mbox/"
        },
        {
            "id": 706,
            "url": "https://patchwork.libcamera.org/api/patches/706/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/706/",
            "msgid": "<20190306024755.28726-3-niklas.soderlund@ragnatech.se>",
            "date": "2019-03-06T02:47:52",
            "name": "[libcamera-devel,2/5] test: camera: Add read default format test",
            "mbox": "https://patchwork.libcamera.org/patch/706/mbox/"
        },
        {
            "id": 707,
            "url": "https://patchwork.libcamera.org/api/patches/707/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/707/",
            "msgid": "<20190306024755.28726-4-niklas.soderlund@ragnatech.se>",
            "date": "2019-03-06T02:47:53",
            "name": "[libcamera-devel,3/5] test: camera: Add setting of format test",
            "mbox": "https://patchwork.libcamera.org/patch/707/mbox/"
        },
        {
            "id": 708,
            "url": "https://patchwork.libcamera.org/api/patches/708/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/708/",
            "msgid": "<20190306024755.28726-5-niklas.soderlund@ragnatech.se>",
            "date": "2019-03-06T02:47:54",
            "name": "[libcamera-devel,4/5] test: camera: Add capture test",
            "mbox": "https://patchwork.libcamera.org/patch/708/mbox/"
        },
        {
            "id": 709,
            "url": "https://patchwork.libcamera.org/api/patches/709/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/709/",
            "msgid": "<20190306024755.28726-6-niklas.soderlund@ragnatech.se>",
            "date": "2019-03-06T02:47:55",
            "name": "[libcamera-devel,5/5] test: camera: Add state machine test",
            "mbox": "https://patchwork.libcamera.org/patch/709/mbox/"
        }
    ]
}