Show a series.

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

{
    "id": 808,
    "url": "https://patchwork.libcamera.org/api/series/808/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=808",
    "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": "meson: Check on required python modules",
    "date": "2020-04-14T18:02:27",
    "submitter": {
        "id": 44,
        "url": "https://patchwork.libcamera.org/api/people/44/?format=api",
        "name": "Ariel D'Alessandro",
        "email": "ariel@vanguardiasur.com.ar"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/808/mbox/",
    "cover_letter": {
        "id": 3460,
        "url": "https://patchwork.libcamera.org/api/covers/3460/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/3460/",
        "msgid": "<20200414180229.10320-1-ariel@vanguardiasur.com.ar>",
        "date": "2020-04-14T18:02:27",
        "name": "[libcamera-devel,0/2] meson: Check on required python modules",
        "mbox": "https://patchwork.libcamera.org/cover/3460/mbox/"
    },
    "patches": [
        {
            "id": 3461,
            "url": "https://patchwork.libcamera.org/api/patches/3461/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/3461/",
            "msgid": "<20200414180229.10320-2-ariel@vanguardiasur.com.ar>",
            "date": "2020-04-14T18:02:28",
            "name": "[libcamera-devel,1/2] meson: Bump required version to 0.51",
            "mbox": "https://patchwork.libcamera.org/patch/3461/mbox/"
        },
        {
            "id": 3462,
            "url": "https://patchwork.libcamera.org/api/patches/3462/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/3462/",
            "msgid": "<20200414180229.10320-3-ariel@vanguardiasur.com.ar>",
            "date": "2020-04-14T18:02:29",
            "name": "[libcamera-devel,2/2] libcamera: meson: Add check on required python modules",
            "mbox": "https://patchwork.libcamera.org/patch/3462/mbox/"
        }
    ]
}