Show a series.

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

{
    "id": 485,
    "url": "https://patchwork.libcamera.org/api/1.1/series/485/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=485",
    "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: process: Cleanup to process test",
    "date": "2019-09-10T09:04:15",
    "submitter": {
        "id": 4,
        "url": "https://patchwork.libcamera.org/api/1.1/people/4/?format=api",
        "name": "Kieran Bingham",
        "email": "kieran.bingham@ideasonboard.com"
    },
    "version": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/485/mbox/",
    "cover_letter": {
        "id": 1954,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/1954/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/1954/",
        "msgid": "<20190910090418.30502-1-kieran.bingham@ideasonboard.com>",
        "date": "2019-09-10T09:04:15",
        "name": "[libcamera-devel,0/3] test: process: Cleanup to process test",
        "mbox": "https://patchwork.libcamera.org/cover/1954/mbox/"
    },
    "patches": [
        {
            "id": 1955,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/1955/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/1955/",
            "msgid": "<20190910090418.30502-2-kieran.bingham@ideasonboard.com>",
            "date": "2019-09-10T09:04:16",
            "name": "[libcamera-devel,1/3] test: process: Fix forking race",
            "mbox": "https://patchwork.libcamera.org/patch/1955/mbox/"
        },
        {
            "id": 1956,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/1956/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/1956/",
            "msgid": "<20190910090418.30502-3-kieran.bingham@ideasonboard.com>",
            "date": "2019-09-10T09:04:17",
            "name": "[libcamera-devel,2/3] test: process: Initialise member variables",
            "mbox": "https://patchwork.libcamera.org/patch/1956/mbox/"
        },
        {
            "id": 1957,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/1957/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/1957/",
            "msgid": "<20190910090418.30502-4-kieran.bingham@ideasonboard.com>",
            "date": "2019-09-10T09:04:18",
            "name": "[libcamera-devel,3/3] test: process: Extend timeout duration",
            "mbox": "https://patchwork.libcamera.org/patch/1957/mbox/"
        }
    ]
}