back

Get Checklists For Specific Inspection

Scope: get_inspection_checklist
App Type: Agency
Authorization Type: Access token
Url: /v3p/inspections/{inspectionId}/checklists
HTTP Method: GET

Response Information

application/json

{
    "result": [
        {
            "group": "string",
            "serviceProviderCode": "string",
            "recordId": {
                "serviceProviderCode": "string",
                "customId": "string",
                "id": "string",
                "trackingId": 12345678
            },
            "checkListStatus": "string",
            "checkListDesc": "string",
            "inspectionId": "string",
            "customId": "string",
            "type": {
                "text": "string",
                "value": "string"
            },
            "id": 12345678,
            "displayOrder": 1234
        }
    ]
}