get:
List checks.

post:
Create a check.

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

[
    {
        "id": 50158,
        "url": "https://patches.dpdk.org/api/patches/41041/checks/50158/",
        "user": {
            "id": 4476,
            "url": "https://patches.dpdk.org/api/users/4476/",
            "username": "ci",
            "first_name": "CI",
            "last_name": "",
            "email": "ci@dpdk.org"
        },
        "date": "2018-06-13T14:15:40.557503",
        "state": "success",
        "target_url": "http://dpdk.org/ml/archives/test-report/2018-June/055775.html",
        "context": "checkpatch",
        "description": "coding style OK"
    },
    {
        "id": 50204,
        "url": "https://patches.dpdk.org/api/patches/41041/checks/50204/",
        "user": {
            "id": 4476,
            "url": "https://patches.dpdk.org/api/users/4476/",
            "username": "ci",
            "first_name": "CI",
            "last_name": "",
            "email": "ci@dpdk.org"
        },
        "date": "2018-06-14T04:41:07.614383",
        "state": "success",
        "target_url": "http://dpdk.org/ml/archives/test-report/2018-June/055822.html",
        "context": "Intel-compilation",
        "description": "Compilation OK"
    }
]
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.