back

Describe Inspection Types

Scope: get_ref_inspection_types
App Type: Agency
Authorization Type: Access token
Url: v3/system/inspection/groups/{id}/types?offset={offset}&limit={limit}
HTTP Method: GET

Response Information

application/json

{
  "inspectionTypes": [
    {
      "id": "sample string 1",
      "display": "sample string 2",
      "status": [
        {
          "id": "sample string 1",
          "display": "sample string 2",
          "type": "sample string 3"
        }
      ],
      "checklistGroup": {
        "id": "sample string 1",
        "display": "sample string 2"
      }
    }
  ],
  "page": {
    "totalRows": 1,
    "hasMore": true
  }
}