Show a series.

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

{
    "id": 871,
    "url": "https://patchwork.libcamera.org/api/1.1/series/871/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=871",
    "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: Prepare to support more complex sensors",
    "date": "2020-05-02T13:53:52",
    "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/871/mbox/",
    "cover_letter": {
        "id": 3665,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/3665/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/3665/",
        "msgid": "<20200502135355.22757-1-laurent.pinchart@ideasonboard.com>",
        "date": "2020-05-02T13:53:52",
        "name": "[libcamera-devel,0/3] libcamera: Prepare to support more complex sensors",
        "mbox": "https://patchwork.libcamera.org/cover/3665/mbox/"
    },
    "patches": [
        {
            "id": 3666,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/3666/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/3666/",
            "msgid": "<20200502135355.22757-2-laurent.pinchart@ideasonboard.com>",
            "date": "2020-05-02T13:53:53",
            "name": "[libcamera-devel,1/3] libcamera: camera_sensor: Access entity directly",
            "mbox": "https://patchwork.libcamera.org/patch/3666/mbox/"
        },
        {
            "id": 3667,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/3667/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/3667/",
            "msgid": "<20200502135355.22757-3-laurent.pinchart@ideasonboard.com>",
            "date": "2020-05-02T13:53:54",
            "name": "[libcamera-devel,2/3] libcamera: camera_sensor: Store subdevice in std::unique_ptr",
            "mbox": "https://patchwork.libcamera.org/patch/3667/mbox/"
        },
        {
            "id": 3668,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/3668/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/3668/",
            "msgid": "<20200502135355.22757-4-laurent.pinchart@ideasonboard.com>",
            "date": "2020-05-02T13:53:55",
            "name": "[libcamera-devel,3/3] libcamera: camera_sensor: Prepare for multi-subdev camera sensors",
            "mbox": "https://patchwork.libcamera.org/patch/3668/mbox/"
        }
    ]
}