List Inspections
Summary
The List Inspections API endpoint offers an efficient method for retrieving a list of inspection records with essential details. It delivers a paginated response, presenting up to 10 inspections per page, sorted by creation date in descending order. This approach ensures that the most recently created inspections appear first, providing a quick and organized way to access the latest inspection data. If further detailed information about a specific inspection is needed, you can use the Get Inspection endpoint to retrieve the full details.
Endpoint Specification
get
Authorizations
OAuth2clientCredentialsRequired
Token URL:
AuthorizationstringRequired
Put ONLY your JWT Bearer token on textbox below!
Query parameters
pageinteger · int32OptionalDefault:
0pageSizeinteger · int32OptionalDefault:
10api-versionstringOptional
Responses
200
Returns a list of Inspections
400
Bad Request
get
/api/v1/InspectionsLast updated