Gets the checklist items
| Scope: | get_inspection_checklist_items |
| App Type: | Agency |
| Authorization Type: | Access token |
| Url: | v3/inspections/{id}/checklists/{checklistid}/checklistitems?offset={offset}&limit={limit} |
| HTTP Method: | GET |
Response Information
application/json
{
"result": [
{
"status": {
"text": "string",
"value": "string"
},
"comment": {
"text": "string",
"value": "string"
},
"isMajorViolation": "string",
"serviceProviderCode": "string",
"checklist": "string",
"score": 1234,
"checkListId": 12345678,
"critical": "string",
"checkListItem": {
"text": "string",
"value": "string"
},
"isCritical": "string",
"customId": "string",
"id": 12345678,
"displayOrder": 1234
}
]
}