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
AuthorizationstringRequired

Put ONLY your JWT Bearer token on textbox below!

OAuth2clientCredentialsRequired
Token URL:
Query parameters
pageinteger · int32OptionalDefault: 0
pageSizeinteger · int32OptionalDefault: 10
api-versionstringOptional
Responses
chevron-right
200

Returns a list of Inspections

TotalRecordsinteger · int32Optional
TotalPagesinteger · int32Optional
CurrentPageinteger · int32Optional
get
/api/v1/Inspections

Last updated