List Inspection Types
Summary
The List Inspections API endpoint retrieves a collection of inspection type records, each including an associated array of Clients. The results from this API can be used to populate the inspectionTypeIdand clientIdfields in the Create Inspection API.
Endpoint Specification
get
Authorizations
OAuth2clientCredentialsRequired
Token URL:
AuthorizationstringRequired
Put ONLY your JWT Bearer token on textbox below!
Query parameters
api-versionstringOptional
Responses
200
Returns a list of Inspection types
400
Bad Request
get
/api/v1/InspectionTypesLast updated