Show a series.

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

{
    "id": 204,
    "url": "https://patchwork.libcamera.org/api/series/204/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=204",
    "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-11T02:22:28",
    "submitter": {
        "id": 5,
        "url": "https://patchwork.libcamera.org/api/people/5/?format=api",
        "name": "Niklas Söderlund",
        "email": "niklas.soderlund@ragnatech.se"
    },
    "version": 2,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/204/mbox/",
    "cover_letter": {
        "id": 710,
        "url": "https://patchwork.libcamera.org/api/covers/710/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/710/",
        "msgid": "<20190311022232.4759-1-niklas.soderlund@ragnatech.se>",
        "date": "2019-03-11T02:22:28",
        "name": "[libcamera-devel,v2,0/4] test: camera: Add basic tests for the camera",
        "mbox": "https://patchwork.libcamera.org/cover/710/mbox/"
    },
    "patches": [
        {
            "id": 711,
            "url": "https://patchwork.libcamera.org/api/patches/711/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/711/",
            "msgid": "<20190311022232.4759-2-niklas.soderlund@ragnatech.se>",
            "date": "2019-03-11T02:22:29",
            "name": "[libcamera-devel,v2,1/4] test: camera: Add read default configuration test",
            "mbox": "https://patchwork.libcamera.org/patch/711/mbox/"
        },
        {
            "id": 712,
            "url": "https://patchwork.libcamera.org/api/patches/712/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/712/",
            "msgid": "<20190311022232.4759-3-niklas.soderlund@ragnatech.se>",
            "date": "2019-03-11T02:22:30",
            "name": "[libcamera-devel,v2,2/4] test: camera: Add setting of configuration test",
            "mbox": "https://patchwork.libcamera.org/patch/712/mbox/"
        },
        {
            "id": 713,
            "url": "https://patchwork.libcamera.org/api/patches/713/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/713/",
            "msgid": "<20190311022232.4759-4-niklas.soderlund@ragnatech.se>",
            "date": "2019-03-11T02:22:31",
            "name": "[libcamera-devel,v2,3/4] test: camera: Add capture test",
            "mbox": "https://patchwork.libcamera.org/patch/713/mbox/"
        },
        {
            "id": 714,
            "url": "https://patchwork.libcamera.org/api/patches/714/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/714/",
            "msgid": "<20190311022232.4759-5-niklas.soderlund@ragnatech.se>",
            "date": "2019-03-11T02:22:32",
            "name": "[libcamera-devel,v2,4/4] test: camera: Add state machine test",
            "mbox": "https://patchwork.libcamera.org/patch/714/mbox/"
        }
    ]
}