Show a series.

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

{
    "id": 108,
    "url": "https://patchwork.libcamera.org/api/1.1/series/108/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=108",
    "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": "Extend the logger with categories and configuration",
    "date": "2019-01-21T19:56:02",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/1.1/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "version": 2,
    "total": 4,
    "received_total": 4,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/108/mbox/",
    "cover_letter": {
        "id": 311,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/311/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/311/",
        "msgid": "<20190121195606.8526-1-laurent.pinchart@ideasonboard.com>",
        "date": "2019-01-21T19:56:02",
        "name": "[libcamera-devel,v2,0/4] Extend the logger with categories and configuration",
        "mbox": "https://patchwork.libcamera.org/cover/311/mbox/"
    },
    "patches": [
        {
            "id": 312,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/312/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/312/",
            "msgid": "<20190121195606.8526-2-laurent.pinchart@ideasonboard.com>",
            "date": "2019-01-21T19:56:03",
            "name": "[libcamera-devel,v2,1/4] libcamera: log: Add log categories",
            "mbox": "https://patchwork.libcamera.org/patch/312/mbox/"
        },
        {
            "id": 313,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/313/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/313/",
            "msgid": "<20190121195606.8526-3-laurent.pinchart@ideasonboard.com>",
            "date": "2019-01-21T19:56:04",
            "name": "[libcamera-devel,v2,2/4] libcamera: log: Get log levels from the environment",
            "mbox": "https://patchwork.libcamera.org/patch/313/mbox/"
        },
        {
            "id": 314,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/314/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/314/",
            "msgid": "<20190121195606.8526-4-laurent.pinchart@ideasonboard.com>",
            "date": "2019-01-21T19:56:05",
            "name": "[libcamera-devel,v2,3/4] libcamera: log: Get log output file from the environment",
            "mbox": "https://patchwork.libcamera.org/patch/314/mbox/"
        },
        {
            "id": 315,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/315/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/315/",
            "msgid": "<20190121195606.8526-5-laurent.pinchart@ideasonboard.com>",
            "date": "2019-01-21T19:56:06",
            "name": "[libcamera-devel,v2,4/4] libcamera: Use log categories",
            "mbox": "https://patchwork.libcamera.org/patch/315/mbox/"
        }
    ]
}