Show a series.

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

{
    "id": 260,
    "url": "https://patchwork.libcamera.org/api/series/260/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=260",
    "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-devel,v2] libcamera: pipeline: stm32: add pipeline handler for stm32",
    "date": "2019-04-19T09:03:45",
    "submitter": {
        "id": 14,
        "url": "https://patchwork.libcamera.org/api/people/14/?format=api",
        "name": "Benjamin GAIGNARD",
        "email": "benjamin.gaignard@st.com"
    },
    "version": 2,
    "total": 1,
    "received_total": 1,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/260/mbox/",
    "cover_letter": null,
    "patches": [
        {
            "id": 1072,
            "url": "https://patchwork.libcamera.org/api/patches/1072/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/1072/",
            "msgid": "<20190419090345.18136-1-benjamin.gaignard@st.com>",
            "date": "2019-04-19T09:03:45",
            "name": "[libcamera-devel,v2] libcamera: pipeline: stm32: add pipeline handler for stm32",
            "mbox": "https://patchwork.libcamera.org/patch/1072/mbox/"
        }
    ]
}