Gets the checklists
Scope: | get_inspection_checklists |
App Type: | Agency |
Authorization Type: | Access token |
Url: | v3/inspections/{id}/Checklists?offset={offset}&limit={limit} |
HTTP Method: | GET |
Response Information
application/json
{ "inspectionChecklists": [ { "id": "sample string 1", "subject": "sample string 2", "label": "sample string 3", "totalScore": 1.1, "entityState": "sample string 4" } ], "page": { "totalRows": 1, "hasMore": true } }