Show a series.

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

{
    "id": 1550,
    "url": "https://patchwork.libcamera.org/api/series/1550/?format=api",
    "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1550",
    "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": "checkstyle.py: Ensure meson.build is updated when adding header",
    "date": "2020-12-24T12:28:47",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "version": 1,
    "total": 8,
    "received_total": 8,
    "received_all": true,
    "mbox": "https://patchwork.libcamera.org/series/1550/mbox/",
    "cover_letter": {
        "id": 10736,
        "url": "https://patchwork.libcamera.org/api/covers/10736/?format=api",
        "web_url": "https://patchwork.libcamera.org/cover/10736/",
        "msgid": "<20201224122855.22200-1-laurent.pinchart@ideasonboard.com>",
        "date": "2020-12-24T12:28:47",
        "name": "[libcamera-devel,0/8] checkstyle.py: Ensure meson.build is updated when adding header",
        "mbox": "https://patchwork.libcamera.org/cover/10736/mbox/"
    },
    "patches": [
        {
            "id": 10737,
            "url": "https://patchwork.libcamera.org/api/patches/10737/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/10737/",
            "msgid": "<20201224122855.22200-2-laurent.pinchart@ideasonboard.com>",
            "date": "2020-12-24T12:28:48",
            "name": "[libcamera-devel,1/8] utils: checkstyle.py: Drop arguments to super() when possible",
            "mbox": "https://patchwork.libcamera.org/patch/10737/mbox/"
        },
        {
            "id": 10738,
            "url": "https://patchwork.libcamera.org/api/patches/10738/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/10738/",
            "msgid": "<20201224122855.22200-3-laurent.pinchart@ideasonboard.com>",
            "date": "2020-12-24T12:28:49",
            "name": "[libcamera-devel,2/8] utils: checkstyle.py: Factor out automatic class registry",
            "mbox": "https://patchwork.libcamera.org/patch/10738/mbox/"
        },
        {
            "id": 10739,
            "url": "https://patchwork.libcamera.org/api/patches/10739/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/10739/",
            "msgid": "<20201224122855.22200-4-laurent.pinchart@ideasonboard.com>",
            "date": "2020-12-24T12:28:50",
            "name": "[libcamera-devel,3/8] utils: checkstyle.py: Move commit handling to a separate section",
            "mbox": "https://patchwork.libcamera.org/patch/10739/mbox/"
        },
        {
            "id": 10740,
            "url": "https://patchwork.libcamera.org/api/patches/10740/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/10740/",
            "msgid": "<20201224122855.22200-5-laurent.pinchart@ideasonboard.com>",
            "date": "2020-12-24T12:28:51",
            "name": "[libcamera-devel,4/8] utils: checkstyle.py: Make title and files properties of commit class",
            "mbox": "https://patchwork.libcamera.org/patch/10740/mbox/"
        },
        {
            "id": 10741,
            "url": "https://patchwork.libcamera.org/api/patches/10741/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/10741/",
            "msgid": "<20201224122855.22200-6-laurent.pinchart@ideasonboard.com>",
            "date": "2020-12-24T12:28:52",
            "name": "[libcamera-devel,5/8] utils: checkstyle.py: Add ability to filter files by status in a commit",
            "mbox": "https://patchwork.libcamera.org/patch/10741/mbox/"
        },
        {
            "id": 10742,
            "url": "https://patchwork.libcamera.org/api/patches/10742/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/10742/",
            "msgid": "<20201224122855.22200-7-laurent.pinchart@ideasonboard.com>",
            "date": "2020-12-24T12:28:53",
            "name": "[libcamera-devel,6/8] utils: checkstyle.py: Move diff parsing to Commit class",
            "mbox": "https://patchwork.libcamera.org/patch/10742/mbox/"
        },
        {
            "id": 10743,
            "url": "https://patchwork.libcamera.org/api/patches/10743/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/10743/",
            "msgid": "<20201224122855.22200-8-laurent.pinchart@ideasonboard.com>",
            "date": "2020-12-24T12:28:54",
            "name": "[libcamera-devel,7/8] utils: checkstyle.py: Add commit checkers",
            "mbox": "https://patchwork.libcamera.org/patch/10743/mbox/"
        },
        {
            "id": 10744,
            "url": "https://patchwork.libcamera.org/api/patches/10744/?format=api",
            "web_url": "https://patchwork.libcamera.org/patch/10744/",
            "msgid": "<20201224122855.22200-9-laurent.pinchart@ideasonboard.com>",
            "date": "2020-12-24T12:28:55",
            "name": "[libcamera-devel,8/8] utils: checkstyle.py: Add header add checker",
            "mbox": "https://patchwork.libcamera.org/patch/10744/mbox/"
        }
    ]
}