get:
List checks.

post:
Create a check.

GET /api/patches/42098/checks/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Link: 
<http://patchwork.dpdk.org/api/patches/42098/checks/?format=api&page=1>; rel="first",
<http://patchwork.dpdk.org/api/patches/42098/checks/?format=api&page=1>; rel="last"
Vary: Accept
[ { "id": 51920, "url": "http://patchwork.dpdk.org/api/patches/42098/checks/51920/?format=api", "user": { "id": 4476, "url": "http://patchwork.dpdk.org/api/users/4476/?format=api", "username": "ci", "first_name": "CI", "last_name": "", "email": "ci@dpdk.org" }, "date": "2018-07-02T16:57:01.984243", "state": "success", "target_url": "http://mails.dpdk.org/archives/test-report/2018-July/057555.html", "context": "checkpatch", "description": "coding style OK" }, { "id": 53306, "url": "http://patchwork.dpdk.org/api/patches/42098/checks/53306/?format=api", "user": { "id": 4476, "url": "http://patchwork.dpdk.org/api/users/4476/?format=api", "username": "ci", "first_name": "CI", "last_name": "", "email": "ci@dpdk.org" }, "date": "2018-07-06T12:36:10.770478", "state": "success", "target_url": "http://mails.dpdk.org/archives/test-report/2018-July/058945.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.