Show a series.

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

{
    "id": 639,
    "url": "https://patchwork.libcamera.org/api/series/639/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=639",
    "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": "Make log messages more thread-friendly",
    "date": "2020-01-18T21:33:46",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "version": 1,
    "total": 2,
    "received_total": 2,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/639/mbox/",
    "cover_letter": {
        "id": 2683,
        "url": "https://patchwork.libcamera.org/api/covers/2683/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/2683/",
        "msgid": "<20200118213348.16561-1-laurent.pinchart@ideasonboard.com>",
        "date": "2020-01-18T21:33:46",
        "name": "[libcamera-devel,0/2] Make log messages more thread-friendly",
        "mbox": "https://patchwork.libcamera.org/cover/2683/mbox/"
    },
    "patches": [
        {
            "id": 2684,
            "url": "https://patchwork.libcamera.org/api/patches/2684/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2684/",
            "msgid": "<20200118213348.16561-2-laurent.pinchart@ideasonboard.com>",
            "date": "2020-01-18T21:33:47",
            "name": "[libcamera-devel,1/2] libcamera: thread: Add a method to return the ID of the current thread",
            "mbox": "https://patchwork.libcamera.org/patch/2684/mbox/"
        },
        {
            "id": 2685,
            "url": "https://patchwork.libcamera.org/api/patches/2685/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/2685/",
            "msgid": "<20200118213348.16561-3-laurent.pinchart@ideasonboard.com>",
            "date": "2020-01-18T21:33:48",
            "name": "[libcamera-devel,2/2] libcamera: log: Print the thread ID in the log",
            "mbox": "https://patchwork.libcamera.org/patch/2685/mbox/"
        }
    ]
}