Show a series.

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

{
    "id": 636,
    "url": "https://patchwork.libcamera.org/api/1.1/series/636/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=636",
    "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": "Add the ability to do pre-commit style check",
    "date": "2020-01-18T20:00:09",
    "submitter": {
        "id": 30,
        "url": "https://patchwork.libcamera.org/api/1.1/people/30/?format=api",
        "name": "Nicolas Dufresne",
        "email": "nicolas@ndufresne.ca"
    },
    "version": 4,
    "total": 6,
    "received_total": 6,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/636/mbox/",
    "cover_letter": {
        "id": 2674,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/2674/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/2674/",
        "msgid": "<20200118200015.16531-1-nicolas@ndufresne.ca>",
        "date": "2020-01-18T20:00:09",
        "name": "[libcamera-devel,v4,0/6] Add the ability to do pre-commit style check",
        "mbox": "https://patchwork.libcamera.org/cover/2674/mbox/"
    },
    "patches": [
        {
            "id": 2675,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/2675/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2675/",
            "msgid": "<20200118200015.16531-2-nicolas@ndufresne.ca>",
            "date": "2020-01-18T20:00:10",
            "name": "[libcamera-devel,v4,1/6] checkstyle: Move from pep8 to pycodestyle",
            "mbox": "https://patchwork.libcamera.org/patch/2675/mbox/"
        },
        {
            "id": 2676,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/2676/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2676/",
            "msgid": "<20200118200015.16531-3-nicolas@ndufresne.ca>",
            "date": "2020-01-18T20:00:11",
            "name": "[libcamera-devel,v4,2/6] checkstyle: Exit with 1 status if issues are found",
            "mbox": "https://patchwork.libcamera.org/patch/2676/mbox/"
        },
        {
            "id": 2677,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/2677/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2677/",
            "msgid": "<20200118200015.16531-4-nicolas@ndufresne.ca>",
            "date": "2020-01-18T20:00:12",
            "name": "[libcamera-devel,v4,3/6] checkstyle: Introduce a Commit class",
            "mbox": "https://patchwork.libcamera.org/patch/2677/mbox/"
        },
        {
            "id": 2678,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/2678/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2678/",
            "msgid": "<20200118200015.16531-5-nicolas@ndufresne.ca>",
            "date": "2020-01-18T20:00:13",
            "name": "[libcamera-devel,v4,4/6] checkstyle: Add support for checking style on staged changes",
            "mbox": "https://patchwork.libcamera.org/patch/2678/mbox/"
        },
        {
            "id": 2679,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/2679/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2679/",
            "msgid": "<20200118200015.16531-6-nicolas@ndufresne.ca>",
            "date": "2020-01-18T20:00:14",
            "name": "[libcamera-devel,v4,5/6] checkstyle: Add support for checking style on amendments",
            "mbox": "https://patchwork.libcamera.org/patch/2679/mbox/"
        },
        {
            "id": 2680,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/2680/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2680/",
            "msgid": "<20200118200015.16531-7-nicolas@ndufresne.ca>",
            "date": "2020-01-18T20:00:15",
            "name": "[libcamera-devel,v4,6/6] checkstyle: Add a pre-commit hook script",
            "mbox": "https://patchwork.libcamera.org/patch/2680/mbox/"
        }
    ]
}