Show a series.

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

{
    "id": 271,
    "url": "https://patchwork.libcamera.org/api/1.1/series/271/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=271",
    "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": "Fix clang compilation warnings and errors",
    "date": "2019-04-26T15:01:47",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/1.1/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "version": 1,
    "total": 8,
    "received_total": 8,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/271/mbox/",
    "cover_letter": {
        "id": 1106,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/1106/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/1106/",
        "msgid": "<20190426150155.18652-1-laurent.pinchart@ideasonboard.com>",
        "date": "2019-04-26T15:01:47",
        "name": "[libcamera-devel,0/8] Fix clang compilation warnings and errors",
        "mbox": "https://patchwork.libcamera.org/cover/1106/mbox/"
    },
    "patches": [
        {
            "id": 1107,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/1107/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/1107/",
            "msgid": "<20190426150155.18652-2-laurent.pinchart@ideasonboard.com>",
            "date": "2019-04-26T15:01:48",
            "name": "[libcamera-devel,1/8] libcamera: Correct struct forward declarations",
            "mbox": "https://patchwork.libcamera.org/patch/1107/mbox/"
        },
        {
            "id": 1108,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/1108/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/1108/",
            "msgid": "<20190426150155.18652-3-laurent.pinchart@ideasonboard.com>",
            "date": "2019-04-26T15:01:49",
            "name": "[libcamera-devel,2/8] libcamera: event_dispatcher_poll: Fix bitwise test",
            "mbox": "https://patchwork.libcamera.org/patch/1108/mbox/"
        },
        {
            "id": 1109,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/1109/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/1109/",
            "msgid": "<20190426150155.18652-4-laurent.pinchart@ideasonboard.com>",
            "date": "2019-04-26T15:01:50",
            "name": "[libcamera-devel,3/8] libcamera: log: Add a LogInvalid entry to LogSeverity",
            "mbox": "https://patchwork.libcamera.org/patch/1109/mbox/"
        },
        {
            "id": 1110,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/1110/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/1110/",
            "msgid": "<20190426150155.18652-5-laurent.pinchart@ideasonboard.com>",
            "date": "2019-04-26T15:01:51",
            "name": "[libcamera-devel,4/8] libcamera: Mark overridden functions with override",
            "mbox": "https://patchwork.libcamera.org/patch/1110/mbox/"
        },
        {
            "id": 1111,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/1111/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/1111/",
            "msgid": "<20190426150155.18652-6-laurent.pinchart@ideasonboard.com>",
            "date": "2019-04-26T15:01:52",
            "name": "[libcamera-devel,5/8] libcamera: v4l2_device: Buffer is not a struct",
            "mbox": "https://patchwork.libcamera.org/patch/1111/mbox/"
        },
        {
            "id": 1112,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/1112/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/1112/",
            "msgid": "<20190426150155.18652-7-laurent.pinchart@ideasonboard.com>",
            "date": "2019-04-26T15:01:53",
            "name": "[libcamera-devel,6/8] test: v4l2_subdevice: Remove std::move() that prevents copy elision",
            "mbox": "https://patchwork.libcamera.org/patch/1112/mbox/"
        },
        {
            "id": 1113,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/1113/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/1113/",
            "msgid": "<20190426150155.18652-8-laurent.pinchart@ideasonboard.com>",
            "date": "2019-04-26T15:01:54",
            "name": "[libcamera-devel,7/8] cam: options: Don't initialise variable-length arrays",
            "mbox": "https://patchwork.libcamera.org/patch/1113/mbox/"
        },
        {
            "id": 1114,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/1114/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/1114/",
            "msgid": "<20190426150155.18652-9-laurent.pinchart@ideasonboard.com>",
            "date": "2019-04-26T15:01:55",
            "name": "[libcamera-devel,8/8] cam: options: Fix string concatenation",
            "mbox": "https://patchwork.libcamera.org/patch/1114/mbox/"
        }
    ]
}