back

Get Inspectors

Scope: get_ref_inspectors
App Type: Agency
Authorization Type: Access token
Url: v3/system/inspection/inspectors?offset={offset}&limit={limit}
HTTP Method: GET

Response Information

application/json

{
  "inspectors": [
    {
      "id": "sample string 1",
      "firstName": "sample string 2",
      "lastName": "sample string 3"
    }
  ],
  "page": {
    "totalRows": 1,
    "hasMore": true
  }
}