Show a series.

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

{
    "id": 2528,
    "url": "https://patchwork.libcamera.org/api/series/2528/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2528",
    "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": "test: gstreamer: cleanup and memory leak fixes",
    "date": "2021-09-14T12:16:58",
    "submitter": {
        "id": 86,
        "url": "https://patchwork.libcamera.org/api/people/86/?format=api",
        "name": "Umang Jain",
        "email": "umang.jain@ideasonboard.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/2528/mbox/",
    "cover_letter": {
        "id": 13844,
        "url": "https://patchwork.libcamera.org/api/covers/13844/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/13844/",
        "msgid": "<20210914121700.122591-1-umang.jain@ideasonboard.com>",
        "date": "2021-09-14T12:16:58",
        "name": "[libcamera-devel,0/2] test: gstreamer: cleanup and memory leak fixes",
        "mbox": "https://patchwork.libcamera.org/cover/13844/mbox/"
    },
    "patches": [
        {
            "id": 13845,
            "url": "https://patchwork.libcamera.org/api/patches/13845/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/13845/",
            "msgid": "<20210914121700.122591-2-umang.jain@ideasonboard.com>",
            "date": "2021-09-14T12:16:59",
            "name": "[libcamera-devel,1/2] test: gstreamer: Simplify elements' ownerships",
            "mbox": "https://patchwork.libcamera.org/patch/13845/mbox/"
        },
        {
            "id": 13846,
            "url": "https://patchwork.libcamera.org/api/patches/13846/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/13846/",
            "msgid": "<20210914121700.122591-3-umang.jain@ideasonboard.com>",
            "date": "2021-09-14T12:17:00",
            "name": "[libcamera-devel,2/2] test: gstreamer_single_stream_test: Fix memory leak",
            "mbox": "https://patchwork.libcamera.org/patch/13846/mbox/"
        }
    ]
}