Show a series.

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

{
    "id": 3449,
    "url": "https://patchwork.libcamera.org/api/1.1/series/3449/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=3449",
    "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": "Remove redundant calls to std::string::c_str()",
    "date": "2022-08-29T18:58:46",
    "submitter": {
        "id": 51,
        "url": "https://patchwork.libcamera.org/api/1.1/people/51/?format=api",
        "name": "Marvin Schmidt",
        "email": "marvin.schmidt1987@gmail.com"
    },
    "version": 1,
    "total": 3,
    "received_total": 3,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/3449/mbox/",
    "cover_letter": {
        "id": 17236,
        "url": "https://patchwork.libcamera.org/api/1.1/covers/17236/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/17236/",
        "msgid": "<20220829185849.1884517-1-marvin.schmidt1987@gmail.com>",
        "date": "2022-08-29T18:58:46",
        "name": "[libcamera-devel,0/3] Remove redundant calls to std::string::c_str()",
        "mbox": "https://patchwork.libcamera.org/cover/17236/mbox/"
    },
    "patches": [
        {
            "id": 17237,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/17237/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/17237/",
            "msgid": "<20220829185849.1884517-2-marvin.schmidt1987@gmail.com>",
            "date": "2022-08-29T18:58:47",
            "name": "[libcamera-devel,1/3] test: camera: Remove redundant call of std::string::c_str()",
            "mbox": "https://patchwork.libcamera.org/patch/17237/mbox/"
        },
        {
            "id": 17238,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/17238/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/17238/",
            "msgid": "<20220829185849.1884517-3-marvin.schmidt1987@gmail.com>",
            "date": "2022-08-29T18:58:48",
            "name": "[libcamera-devel,2/3] ipa: ipu3: Remove redundant call of std::string::c_str()",
            "mbox": "https://patchwork.libcamera.org/patch/17238/mbox/"
        },
        {
            "id": 17239,
            "url": "https://patchwork.libcamera.org/api/1.1/patches/17239/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/17239/",
            "msgid": "<20220829185849.1884517-4-marvin.schmidt1987@gmail.com>",
            "date": "2022-08-29T18:58:49",
            "name": "[libcamera-devel,3/3] ipa: rkisp1: Remove redundant call of std::string::c_str()",
            "mbox": "https://patchwork.libcamera.org/patch/17239/mbox/"
        }
    ]
}