Show a series.

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

{
    "id": 206,
    "url": "https://patchwork.libcamera.org/api/1.1/series/206/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=206",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/1.1/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-13T01:05:28",
    "submitter": {
        "id": 5,
        "url": "https://patchwork.libcamera.org/api/1.1/people/5/?format=api",
        "name": "Niklas Söderlund",
        "email": "niklas.soderlund@ragnatech.se"
    },
    "version": 3,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/206/mbox/",
    "cover_letter": {
        "id": 730,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/730/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/730/",
        "msgid": "<20190313010532.28960-1-niklas.soderlund@ragnatech.se>",
        "date": "2019-03-13T01:05:28",
        "name": "[libcamera-devel,v3,0/4] test: camera: Add basic tests for the camera",
        "mbox": "https://patchwork.libcamera.org/cover/730/mbox/"
    },
    "patches": [
        {
            "id": 731,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/731/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/731/",
            "msgid": "<20190313010532.28960-2-niklas.soderlund@ragnatech.se>",
            "date": "2019-03-13T01:05:29",
            "name": "[libcamera-devel,v3,1/4] test: camera: Add read default configuration test",
            "mbox": "https://patchwork.libcamera.org/patch/731/mbox/"
        },
        {
            "id": 732,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/732/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/732/",
            "msgid": "<20190313010532.28960-3-niklas.soderlund@ragnatech.se>",
            "date": "2019-03-13T01:05:30",
            "name": "[libcamera-devel,v3,2/4] test: camera: Add setting of configuration test",
            "mbox": "https://patchwork.libcamera.org/patch/732/mbox/"
        },
        {
            "id": 733,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/733/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/733/",
            "msgid": "<20190313010532.28960-4-niklas.soderlund@ragnatech.se>",
            "date": "2019-03-13T01:05:31",
            "name": "[libcamera-devel,v3,3/4] test: camera: Add capture test",
            "mbox": "https://patchwork.libcamera.org/patch/733/mbox/"
        },
        {
            "id": 734,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/734/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/734/",
            "msgid": "<20190313010532.28960-5-niklas.soderlund@ragnatech.se>",
            "date": "2019-03-13T01:05:32",
            "name": "[libcamera-devel,v3,4/4] test: camera: Add state machine test",
            "mbox": "https://patchwork.libcamera.org/patch/734/mbox/"
        }
    ]
}