Show a series.

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

{
    "id": 1405,
    "url": "https://patchwork.libcamera.org/api/1.1/series/1405/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1405",
    "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": "libcamera: Miscellaneous constructors and destructors cleanups",
    "date": "2020-10-23T05:10:18",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/1.1/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "version": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/1405/mbox/",
    "cover_letter": {
        "id": 10204,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/10204/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/10204/",
        "msgid": "<20201023051021.16389-1-laurent.pinchart@ideasonboard.com>",
        "date": "2020-10-23T05:10:18",
        "name": "[libcamera-devel,0/3] libcamera: Miscellaneous constructors and destructors cleanups",
        "mbox": "https://patchwork.libcamera.org/cover/10204/mbox/"
    },
    "patches": [
        {
            "id": 10205,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/10205/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/10205/",
            "msgid": "<20201023051021.16389-2-laurent.pinchart@ideasonboard.com>",
            "date": "2020-10-23T05:10:19",
            "name": "[libcamera-devel,1/3] libcamera: media_object: Remove unneeded destructors",
            "mbox": "https://patchwork.libcamera.org/patch/10205/mbox/"
        },
        {
            "id": 10206,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/10206/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/10206/",
            "msgid": "<20201023051021.16389-3-laurent.pinchart@ideasonboard.com>",
            "date": "2020-10-23T05:10:20",
            "name": "[libcamera-devel,2/3] libcamera: Drop unneeded empty default constructors and destructors",
            "mbox": "https://patchwork.libcamera.org/patch/10206/mbox/"
        },
        {
            "id": 10207,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/10207/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/10207/",
            "msgid": "<20201023051021.16389-4-laurent.pinchart@ideasonboard.com>",
            "date": "2020-10-23T05:10:21",
            "name": "[libcamera-devel,3/3] libcamera: Declare empty virtual destructors as defaulted",
            "mbox": "https://patchwork.libcamera.org/patch/10207/mbox/"
        }
    ]
}