Show a series.

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

{
    "id": 2819,
    "url": "https://patchwork.libcamera.org/api/series/2819/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2819",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/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: Introduce utils::abs_diff()",
    "date": "2021-12-06T15:26:42",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2819/mbox/",
    "cover_letter": {
        "id": 15051,
        "url": "https://patchwork.libcamera.org/api/covers/15051/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/15051/",
        "msgid": "<20211206152644.4863-1-laurent.pinchart@ideasonboard.com>",
        "date": "2021-12-06T15:26:42",
        "name": "[libcamera-devel,0/2] libcamera: Introduce utils::abs_diff()",
        "mbox": "https://patchwork.libcamera.org/cover/15051/mbox/"
    },
    "patches": [
        {
            "id": 15052,
            "url": "https://patchwork.libcamera.org/api/patches/15052/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15052/",
            "msgid": "<20211206152644.4863-2-laurent.pinchart@ideasonboard.com>",
            "date": "2021-12-06T15:26:43",
            "name": "[libcamera-devel,1/2] libcamera: base: utils: Add abs_diff() utility function",
            "mbox": "https://patchwork.libcamera.org/patch/15052/mbox/"
        },
        {
            "id": 15053,
            "url": "https://patchwork.libcamera.org/api/patches/15053/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/15053/",
            "msgid": "<20211206152644.4863-3-laurent.pinchart@ideasonboard.com>",
            "date": "2021-12-06T15:26:44",
            "name": "[libcamera-devel,2/2] libcamera: Use utils::abs_diff()",
            "mbox": "https://patchwork.libcamera.org/patch/15053/mbox/"
        }
    ]
}