Show a series.

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

{
    "id": 1092,
    "url": "https://patchwork.libcamera.org/api/1.1/series/1092/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1092",
    "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-09T09:15:53",
    "submitter": {
        "id": 42,
        "url": "https://patchwork.libcamera.org/api/1.1/people/42/?format=api",
        "name": "David Plowman",
        "email": "david.plowman@raspberrypi.com"
    },
    "version": 2,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/1092/mbox/",
    "cover_letter": {
        "id": 8712,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/8712/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/8712/",
        "msgid": "<20200709091555.1617-1-david.plowman@raspberrypi.com>",
        "date": "2020-07-09T09:15:53",
        "name": "[libcamera-devel,v2,0/2] Digital zoom implementation",
        "mbox": "https://patchwork.libcamera.org/cover/8712/mbox/"
    },
    "patches": [
        {
            "id": 8713,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/8713/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/8713/",
            "msgid": "<20200709091555.1617-2-david.plowman@raspberrypi.com>",
            "date": "2020-07-09T09:15:54",
            "name": "[libcamera-devel,v2,1/2] libcamera: Implement digital zoom",
            "mbox": "https://patchwork.libcamera.org/patch/8713/mbox/"
        },
        {
            "id": 8714,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/8714/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/8714/",
            "msgid": "<20200709091555.1617-3-david.plowman@raspberrypi.com>",
            "date": "2020-07-09T09:15:55",
            "name": "[libcamera-devel,v2,2/2] libcamera: raspberrypi: Implement digital zoom",
            "mbox": "https://patchwork.libcamera.org/patch/8714/mbox/"
        }
    ]
}