Show a series.

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

{
    "id": 135,
    "url": "https://patchwork.libcamera.org/api/1.1/series/135/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=135",
    "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": "cam: make the --format option take arguments",
    "date": "2019-01-25T21:21:52",
    "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": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/135/mbox/",
    "cover_letter": {
        "id": 394,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/394/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/394/",
        "msgid": "<20190125212154.26950-1-niklas.soderlund@ragnatech.se>",
        "date": "2019-01-25T21:21:52",
        "name": "[libcamera-devel,RFC,0/2] cam: make the --format option take arguments",
        "mbox": "https://patchwork.libcamera.org/cover/394/mbox/"
    },
    "patches": [
        {
            "id": 395,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/395/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/395/",
            "msgid": "<20190125212154.26950-2-niklas.soderlund@ragnatech.se>",
            "date": "2019-01-25T21:21:53",
            "name": "[libcamera-devel,RFC,1/2] cam: options: add parser for suboptions",
            "mbox": "https://patchwork.libcamera.org/patch/395/mbox/"
        },
        {
            "id": 396,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/396/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/396/",
            "msgid": "<20190125212154.26950-3-niklas.soderlund@ragnatech.se>",
            "date": "2019-01-25T21:21:54",
            "name": "[libcamera-devel,RFC,2/2] cam: make the --format option take arguments",
            "mbox": "https://patchwork.libcamera.org/patch/396/mbox/"
        }
    ]
}