Show a series.

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

{
    "id": 3535,
    "url": "https://patchwork.libcamera.org/api/series/3535/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3535",
    "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": "test: Readability improvements for meson.build",
    "date": "2022-10-05T19:39: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/3535/mbox/",
    "cover_letter": {
        "id": 17531,
        "url": "https://patchwork.libcamera.org/api/covers/17531/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/17531/",
        "msgid": "<20221005193944.16383-1-laurent.pinchart@ideasonboard.com>",
        "date": "2022-10-05T19:39:42",
        "name": "[libcamera-devel,0/2] test: Readability improvements for meson.build",
        "mbox": "https://patchwork.libcamera.org/cover/17531/mbox/"
    },
    "patches": [
        {
            "id": 17532,
            "url": "https://patchwork.libcamera.org/api/patches/17532/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/17532/",
            "msgid": "<20221005193944.16383-2-laurent.pinchart@ideasonboard.com>",
            "date": "2022-10-05T19:39:43",
            "name": "[libcamera-devel,1/2] test: Rename 't' to 'test' in meson.build",
            "mbox": "https://patchwork.libcamera.org/patch/17532/mbox/"
        },
        {
            "id": 17533,
            "url": "https://patchwork.libcamera.org/api/patches/17533/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/17533/",
            "msgid": "<20221005193944.16383-3-laurent.pinchart@ideasonboard.com>",
            "date": "2022-10-05T19:39:44",
            "name": "[libcamera-devel,2/2] test: meson: Use dictionaries instead of arrays to store test information",
            "mbox": "https://patchwork.libcamera.org/patch/17533/mbox/"
        }
    ]
}