Show a series.

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

{
    "id": 1072,
    "url": "https://patchwork.libcamera.org/api/1.1/series/1072/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1072",
    "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": "Digital zoom implementation",
    "date": "2020-07-02T10:53:35",
    "submitter": {
        "id": 42,
        "url": "https://patchwork.libcamera.org/api/1.1/people/42/?format=api",
        "name": "David Plowman",
        "email": "david.plowman@raspberrypi.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/1072/mbox/",
    "cover_letter": {
        "id": 8552,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/8552/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/8552/",
        "msgid": "<20200702105337.31161-1-david.plowman@raspberrypi.com>",
        "date": "2020-07-02T10:53:35",
        "name": "[libcamera-devel,0/2] Digital zoom implementation",
        "mbox": "https://patchwork.libcamera.org/cover/8552/mbox/"
    },
    "patches": [
        {
            "id": 8553,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/8553/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/8553/",
            "msgid": "<20200702105337.31161-2-david.plowman@raspberrypi.com>",
            "date": "2020-07-02T10:53:36",
            "name": "[libcamera-devel,1/2] libcamera: Implement digital zoom",
            "mbox": "https://patchwork.libcamera.org/patch/8553/mbox/"
        },
        {
            "id": 8554,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/8554/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/8554/",
            "msgid": "<20200702105337.31161-3-david.plowman@raspberrypi.com>",
            "date": "2020-07-02T10:53:37",
            "name": "[libcamera-devel,2/2] libcamera: raspberrypi: Implement digital zoom",
            "mbox": "https://patchwork.libcamera.org/patch/8554/mbox/"
        }
    ]
}