Show a series.

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

{
    "id": 96,
    "url": "https://patchwork.libcamera.org/api/1.1/series/96/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=96",
    "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-21T00:59:24",
    "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": 6,
    "received_total": 6,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/96/mbox/",
    "cover_letter": {
        "id": 280,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/280/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/280/",
        "msgid": "<20190121005930.10112-1-laurent.pinchart@ideasonboard.com>",
        "date": "2019-01-21T00:59:24",
        "name": "[libcamera-devel,0/6] Extend the logger with categories and configuration",
        "mbox": "https://patchwork.libcamera.org/cover/280/mbox/"
    },
    "patches": [
        {
            "id": 281,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/281/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/281/",
            "msgid": "<20190121005930.10112-2-laurent.pinchart@ideasonboard.com>",
            "date": "2019-01-21T00:59:25",
            "name": "[libcamera-devel,1/6] Documentation: coding_style: Add move semantics to C++11 features",
            "mbox": "https://patchwork.libcamera.org/patch/281/mbox/"
        },
        {
            "id": 282,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/282/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/282/",
            "msgid": "<20190121005930.10112-3-laurent.pinchart@ideasonboard.com>",
            "date": "2019-01-21T00:59:26",
            "name": "[libcamera-devel,2/6] libcamera: signal: Enable documentation generation from signal.h file",
            "mbox": "https://patchwork.libcamera.org/patch/282/mbox/"
        },
        {
            "id": 283,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/283/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/283/",
            "msgid": "<20190121005930.10112-4-laurent.pinchart@ideasonboard.com>",
            "date": "2019-01-21T00:59:27",
            "name": "[libcamera-devel,3/6] libcamera: log: Add log categories",
            "mbox": "https://patchwork.libcamera.org/patch/283/mbox/"
        },
        {
            "id": 284,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/284/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/284/",
            "msgid": "<20190121005930.10112-5-laurent.pinchart@ideasonboard.com>",
            "date": "2019-01-21T00:59:28",
            "name": "[libcamera-devel,4/6] libcamera: log: Get log levels from the environment",
            "mbox": "https://patchwork.libcamera.org/patch/284/mbox/"
        },
        {
            "id": 285,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/285/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/285/",
            "msgid": "<20190121005930.10112-6-laurent.pinchart@ideasonboard.com>",
            "date": "2019-01-21T00:59:29",
            "name": "[libcamera-devel,5/6] libcamera: log: Get log output file from the environment",
            "mbox": "https://patchwork.libcamera.org/patch/285/mbox/"
        },
        {
            "id": 286,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/286/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/286/",
            "msgid": "<20190121005930.10112-7-laurent.pinchart@ideasonboard.com>",
            "date": "2019-01-21T00:59:30",
            "name": "[libcamera-devel,6/6] libcamera: Use log categories",
            "mbox": "https://patchwork.libcamera.org/patch/286/mbox/"
        }
    ]
}