get:
List checks.

post:
Create a check.

GET /api/patches/958760/checks/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 1541,
        "url": "http://patchwork.ozlabs.org/api/patches/958760/checks/1541/?format=api",
        "user": {
            "id": 83965,
            "url": "http://patchwork.ozlabs.org/api/users/83965/?format=api",
            "username": "snowpatch_ozlabs",
            "first_name": "snowpatch",
            "last_name": "ozlabs",
            "email": "patchwork.ozlabs@gmail.com"
        },
        "date": "2018-08-17T21:52:00.465333",
        "state": "success",
        "target_url": null,
        "context": "apply_patch",
        "description": "next/apply_patch\n\nSuccessfully applied"
    },
    {
        "id": 1542,
        "url": "http://patchwork.ozlabs.org/api/patches/958760/checks/1542/?format=api",
        "user": {
            "id": 83965,
            "url": "http://patchwork.ozlabs.org/api/users/83965/?format=api",
            "username": "snowpatch_ozlabs",
            "first_name": "snowpatch",
            "last_name": "ozlabs",
            "email": "patchwork.ozlabs@gmail.com"
        },
        "date": "2018-08-17T21:52:01.013806",
        "state": "warning",
        "target_url": "https://openpower.xyz/job/snowpatch/job/snowpatch-linux-checkpatch/663//artifact/linux/checkpatch.log",
        "context": "checkpatch",
        "description": "Test checkpatch on branch next"
    }
]
The state of the check.
The target URL to associate with this check. This should be specific to the patch.
A label to discern check from checks of other testing systems.
A brief description of the check.