Show a series.

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

{
    "id": 4644,
    "url": "https://patchwork.libcamera.org/api/series/4644/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4644",
    "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": "Add global configuration file",
    "date": "2024-10-01T10:27:52",
    "submitter": {
        "id": 177,
        "url": "https://patchwork.libcamera.org/api/people/177/?format=api",
        "name": "Milan Zamazal",
        "email": "mzamazal@redhat.com"
    },
    "version": 5,
    "total": 15,
    "received_total": 15,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4644/mbox/",
    "cover_letter": {
        "id": 21447,
        "url": "https://patchwork.libcamera.org/api/covers/21447/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/21447/",
        "msgid": "<20241001102810.479285-1-mzamazal@redhat.com>",
        "date": "2024-10-01T10:27:52",
        "name": "[v5,00/15] Add global configuration file",
        "mbox": "https://patchwork.libcamera.org/cover/21447/mbox/"
    },
    "patches": [
        {
            "id": 21448,
            "url": "https://patchwork.libcamera.org/api/patches/21448/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21448/",
            "msgid": "<20241001102810.479285-2-mzamazal@redhat.com>",
            "date": "2024-10-01T10:27:53",
            "name": "[v5,01/15] yaml: Include stdlib.h instead of cstdlib",
            "mbox": "https://patchwork.libcamera.org/patch/21448/mbox/"
        },
        {
            "id": 21449,
            "url": "https://patchwork.libcamera.org/api/patches/21449/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21449/",
            "msgid": "<20241001102810.479285-3-mzamazal@redhat.com>",
            "date": "2024-10-01T10:27:54",
            "name": "[v5,02/15] yaml: Move yaml_parser.cpp to base",
            "mbox": "https://patchwork.libcamera.org/patch/21449/mbox/"
        },
        {
            "id": 21450,
            "url": "https://patchwork.libcamera.org/api/patches/21450/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21450/",
            "msgid": "<20241001102810.479285-4-mzamazal@redhat.com>",
            "date": "2024-10-01T10:27:55",
            "name": "[v5,03/15] config: Introduce global runtime configuration",
            "mbox": "https://patchwork.libcamera.org/patch/21450/mbox/"
        },
        {
            "id": 21451,
            "url": "https://patchwork.libcamera.org/api/patches/21451/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21451/",
            "msgid": "<20241001102810.479285-5-mzamazal@redhat.com>",
            "date": "2024-10-01T10:27:56",
            "name": "[v5,04/15] config: Look up logging levels in the configuration file",
            "mbox": "https://patchwork.libcamera.org/patch/21451/mbox/"
        },
        {
            "id": 21452,
            "url": "https://patchwork.libcamera.org/api/patches/21452/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21452/",
            "msgid": "<20241001102810.479285-6-mzamazal@redhat.com>",
            "date": "2024-10-01T10:27:57",
            "name": "[v5,05/15] config: Add configuration retrieval helpers",
            "mbox": "https://patchwork.libcamera.org/patch/21452/mbox/"
        },
        {
            "id": 21454,
            "url": "https://patchwork.libcamera.org/api/patches/21454/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21454/",
            "msgid": "<20241001102810.479285-7-mzamazal@redhat.com>",
            "date": "2024-10-01T10:27:58",
            "name": "[v5,06/15] config: Look up log file in configuration file",
            "mbox": "https://patchwork.libcamera.org/patch/21454/mbox/"
        },
        {
            "id": 21453,
            "url": "https://patchwork.libcamera.org/api/patches/21453/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21453/",
            "msgid": "<20241001102810.479285-8-mzamazal@redhat.com>",
            "date": "2024-10-01T10:27:59",
            "name": "[v5,07/15] config: Look up log color configuration in configuration file",
            "mbox": "https://patchwork.libcamera.org/patch/21453/mbox/"
        },
        {
            "id": 21455,
            "url": "https://patchwork.libcamera.org/api/patches/21455/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21455/",
            "msgid": "<20241001102810.479285-9-mzamazal@redhat.com>",
            "date": "2024-10-01T10:28:00",
            "name": "[v5,08/15] config: Look up rpi paths in configuration file",
            "mbox": "https://patchwork.libcamera.org/patch/21455/mbox/"
        },
        {
            "id": 21456,
            "url": "https://patchwork.libcamera.org/api/patches/21456/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21456/",
            "msgid": "<20241001102810.479285-10-mzamazal@redhat.com>",
            "date": "2024-10-01T10:28:01",
            "name": "[v5,09/15] config: Look up IPA configurables in configuration file",
            "mbox": "https://patchwork.libcamera.org/patch/21456/mbox/"
        },
        {
            "id": 21457,
            "url": "https://patchwork.libcamera.org/api/patches/21457/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21457/",
            "msgid": "<20241001102810.479285-11-mzamazal@redhat.com>",
            "date": "2024-10-01T10:28:02",
            "name": "[v5,10/15] config: Look up RkISP1 tuning file in configuration file",
            "mbox": "https://patchwork.libcamera.org/patch/21457/mbox/"
        },
        {
            "id": 21459,
            "url": "https://patchwork.libcamera.org/api/patches/21459/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21459/",
            "msgid": "<20241001102810.479285-12-mzamazal@redhat.com>",
            "date": "2024-10-01T10:28:03",
            "name": "[v5,11/15] config: Look up pipelines match list in configuration file",
            "mbox": "https://patchwork.libcamera.org/patch/21459/mbox/"
        },
        {
            "id": 21458,
            "url": "https://patchwork.libcamera.org/api/patches/21458/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21458/",
            "msgid": "<20241001102810.479285-13-mzamazal@redhat.com>",
            "date": "2024-10-01T10:28:04",
            "name": "[v5,12/15] config: Allow enabling software ISP in runtime",
            "mbox": "https://patchwork.libcamera.org/patch/21458/mbox/"
        },
        {
            "id": 21460,
            "url": "https://patchwork.libcamera.org/api/patches/21460/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21460/",
            "msgid": "<20241001102810.479285-14-mzamazal@redhat.com>",
            "date": "2024-10-01T10:28:05",
            "name": "[v5,13/15] config: Add global configuration file documentation",
            "mbox": "https://patchwork.libcamera.org/patch/21460/mbox/"
        },
        {
            "id": 21462,
            "url": "https://patchwork.libcamera.org/api/patches/21462/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21462/",
            "msgid": "<20241001102810.479285-15-mzamazal@redhat.com>",
            "date": "2024-10-01T10:28:06",
            "name": "[v5,14/15] libcamera: software_isp: Make input buffer copying configurable",
            "mbox": "https://patchwork.libcamera.org/patch/21462/mbox/"
        },
        {
            "id": 21461,
            "url": "https://patchwork.libcamera.org/api/patches/21461/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/21461/",
            "msgid": "<20241001102810.479285-16-mzamazal@redhat.com>",
            "date": "2024-10-01T10:28:07",
            "name": "[v5,15/15] libcamera: software_isp: Make measurement configurable",
            "mbox": "https://patchwork.libcamera.org/patch/21461/mbox/"
        }
    ]
}