Show a series.

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

{
    "id": 4,
    "url": "https://patchwork.libcamera.org/api/series/4/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4",
    "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": "sphinx-documentation and initial CI",
    "date": "2018-11-22T13:10:07",
    "submitter": {
        "id": 4,
        "url": "https://patchwork.libcamera.org/api/people/4/?format=api",
        "name": "Kieran Bingham",
        "email": "kieran.bingham@ideasonboard.com"
    },
    "version": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/4/mbox/",
    "cover_letter": {
        "id": 6,
        "url": "https://patchwork.libcamera.org/api/covers/6/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/6/",
        "msgid": "<20181122131010.22085-1-kieran.bingham@ideasonboard.com>",
        "date": "2018-11-22T13:10:07",
        "name": "[libcamera-devel,0/3] sphinx-documentation and initial CI",
        "mbox": "https://patchwork.libcamera.org/cover/6/mbox/"
    },
    "patches": [
        {
            "id": 7,
            "url": "https://patchwork.libcamera.org/api/patches/7/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/7/",
            "msgid": "<20181122131010.22085-2-kieran.bingham@ideasonboard.com>",
            "date": "2018-11-22T13:10:08",
            "name": "[libcamera-devel,1/3] test: Register the initialisation test with meson",
            "mbox": "https://patchwork.libcamera.org/patch/7/mbox/"
        },
        {
            "id": 8,
            "url": "https://patchwork.libcamera.org/api/patches/8/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/8/",
            "msgid": "<20181122131010.22085-3-kieran.bingham@ideasonboard.com>",
            "date": "2018-11-22T13:10:09",
            "name": "[libcamera-devel,2/3] CI: Provide initial automated testing",
            "mbox": "https://patchwork.libcamera.org/patch/8/mbox/"
        },
        {
            "id": 9,
            "url": "https://patchwork.libcamera.org/api/patches/9/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/9/",
            "msgid": "<20181122131010.22085-4-kieran.bingham@ideasonboard.com>",
            "date": "2018-11-22T13:10:10",
            "name": "[libcamera-devel,3/3] Documentation: Introduce sphinx documentation",
            "mbox": "https://patchwork.libcamera.org/patch/9/mbox/"
        }
    ]
}