Show a series.

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

{
    "id": 4162,
    "url": "https://patchwork.libcamera.org/api/series/4162/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4162",
    "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: debayer_cpu: Stop requiring 2 lines of padding at the top/bottom",
    "date": "2024-01-30T18:13:09",
    "submitter": {
        "id": 102,
        "url": "https://patchwork.libcamera.org/api/people/102/?format=api",
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4162/mbox/",
    "cover_letter": {
        "id": 19469,
        "url": "https://patchwork.libcamera.org/api/covers/19469/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/19469/",
        "msgid": "<20240130181311.43745-1-hdegoede@redhat.com>",
        "date": "2024-01-30T18:13:09",
        "name": "[RFC,0/2] libcamera: debayer_cpu: Stop requiring 2 lines of padding at the top/bottom",
        "mbox": "https://patchwork.libcamera.org/cover/19469/mbox/"
    },
    "patches": [
        {
            "id": 19470,
            "url": "https://patchwork.libcamera.org/api/patches/19470/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/19470/",
            "msgid": "<20240130181311.43745-2-hdegoede@redhat.com>",
            "date": "2024-01-30T18:13:10",
            "name": "[RFC,1/2] libcamera: debayer: Move sizes() to DebayerCpu implementation",
            "mbox": "https://patchwork.libcamera.org/patch/19470/mbox/"
        },
        {
            "id": 19471,
            "url": "https://patchwork.libcamera.org/api/patches/19471/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/19471/",
            "msgid": "<20240130181311.43745-3-hdegoede@redhat.com>",
            "date": "2024-01-30T18:13:11",
            "name": "[RFC,2/2] libcamera: debayer_cpu: Stop requiring 2 lines of padding at the top/bottom",
            "mbox": "https://patchwork.libcamera.org/patch/19471/mbox/"
        }
    ]
}