Show a series.

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

{
    "id": 1260,
    "url": "https://patchwork.libcamera.org/api/1.1/series/1260/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1260",
    "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": "Initial EXIF metadata support",
    "date": "2020-09-03T16:32:14",
    "submitter": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/1.1/people/1/?format=api",
        "name": "Umang Jain",
        "email": "email@uajain.com"
    },
    "version": 5,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/1260/mbox/",
    "cover_letter": {
        "id": 9474,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/9474/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/9474/",
        "msgid": "<20200903163216.6359-1-email@uajain.com>",
        "date": "2020-09-03T16:32:14",
        "name": "[libcamera-devel,v5,0/2] Initial EXIF metadata support",
        "mbox": "https://patchwork.libcamera.org/cover/9474/mbox/"
    },
    "patches": [
        {
            "id": 9475,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/9475/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/9475/",
            "msgid": "<20200903163216.6359-2-email@uajain.com>",
            "date": "2020-09-03T16:32:15",
            "name": "[libcamera-devel,v5,1/2] libcamera: android: Add EXIF infrastructure",
            "mbox": "https://patchwork.libcamera.org/patch/9475/mbox/"
        },
        {
            "id": 9476,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/9476/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/9476/",
            "msgid": "<20200903163216.6359-3-email@uajain.com>",
            "date": "2020-09-03T16:32:16",
            "name": "[libcamera-devel,v5,2/2] android: jpeg: Support an initial set of EXIF metadata tags",
            "mbox": "https://patchwork.libcamera.org/patch/9476/mbox/"
        }
    ]
}