Show a series.

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

{
    "id": 3182,
    "url": "https://patchwork.libcamera.org/api/1.1/series/3182/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3182",
    "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": "Replace boost JSON parser with libyaml in Raspberry Pi IPA",
    "date": "2022-06-16T15:05:31",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/1.1/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "version": 3,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3182/mbox/",
    "cover_letter": {
        "id": 16244,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/16244/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/16244/",
        "msgid": "<20220616150535.21742-1-laurent.pinchart@ideasonboard.com>",
        "date": "2022-06-16T15:05:31",
        "name": "[libcamera-devel,RFC,v3,0/4] Replace boost JSON parser with libyaml in Raspberry Pi IPA",
        "mbox": "https://patchwork.libcamera.org/cover/16244/mbox/"
    },
    "patches": [
        {
            "id": 16245,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/16245/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16245/",
            "msgid": "<20220616150535.21742-2-laurent.pinchart@ideasonboard.com>",
            "date": "2022-06-16T15:05:32",
            "name": "[libcamera-devel,RFC,v3,1/4] test: yaml-parser: Test dictionary items ordering",
            "mbox": "https://patchwork.libcamera.org/patch/16245/mbox/"
        },
        {
            "id": 16246,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/16246/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16246/",
            "msgid": "<20220616150535.21742-3-laurent.pinchart@ideasonboard.com>",
            "date": "2022-06-16T15:05:33",
            "name": "[libcamera-devel,RFC,v3,2/4] libcamera: yaml_parser: Preserve order of items in dictionary",
            "mbox": "https://patchwork.libcamera.org/patch/16246/mbox/"
        },
        {
            "id": 16247,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/16247/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16247/",
            "msgid": "<20220616150535.21742-4-laurent.pinchart@ideasonboard.com>",
            "date": "2022-06-16T15:05:34",
            "name": "[libcamera-devel,RFC,v3,3/4] ipa: raspberrypi: Replace tabs with spaces in tuning data files",
            "mbox": "https://patchwork.libcamera.org/patch/16247/mbox/"
        },
        {
            "id": 16248,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/16248/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/16248/",
            "msgid": "<20220616150535.21742-5-laurent.pinchart@ideasonboard.com>",
            "date": "2022-06-16T15:05:35",
            "name": "[libcamera-devel,RFC,v3,4/4] ipa: raspberrypi: Use YamlParser to replace dependency on boost",
            "mbox": "https://patchwork.libcamera.org/patch/16248/mbox/"
        }
    ]
}