Show a series.

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

{
    "id": 628,
    "url": "https://patchwork.libcamera.org/api/series/628/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=628",
    "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": "Add the ability to do pre-commit style check",
    "date": "2020-01-16T18:26:01",
    "submitter": {
        "id": 30,
        "url": "https://patchwork.libcamera.org/api/people/30/?format=api",
        "name": "Nicolas Dufresne",
        "email": "nicolas@ndufresne.ca"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/628/mbox/",
    "cover_letter": {
        "id": 2650,
        "url": "https://patchwork.libcamera.org/api/covers/2650/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/2650/",
        "msgid": "<20200116182603.108966-1-nicolas@ndufresne.ca>",
        "date": "2020-01-16T18:26:01",
        "name": "[libcamera-devel,0/2] Add the ability to do pre-commit style check",
        "mbox": "https://patchwork.libcamera.org/cover/2650/mbox/"
    },
    "patches": [
        {
            "id": 2651,
            "url": "https://patchwork.libcamera.org/api/patches/2651/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2651/",
            "msgid": "<20200116182603.108966-2-nicolas@ndufresne.ca>",
            "date": "2020-01-16T18:26:02",
            "name": "[libcamera-devel,1/2] checkstyle: Move from pep8 to pycodestyle",
            "mbox": "https://patchwork.libcamera.org/patch/2651/mbox/"
        },
        {
            "id": 2652,
            "url": "https://patchwork.libcamera.org/api/patches/2652/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2652/",
            "msgid": "<20200116182603.108966-3-nicolas@ndufresne.ca>",
            "date": "2020-01-16T18:26:03",
            "name": "[libcamera-devel,2/2] checkstyle: Add support for pre-commit hook",
            "mbox": "https://patchwork.libcamera.org/patch/2652/mbox/"
        }
    ]
}