Docs

Search Modified Inspections

Finds modified inspections in SafetyCulture.

GET

Query

Arguments
string

The fields to return. Defaults to just `audit_id`. - audit_id: Include `audit_id` in the response. - modified_at: Include `modified_at` in the response. - template_id: Include `template_id` in the response.

string

The order to return results in. - asc: Ascending order. - desc: Descending order.

date

Filter inspections modified after this date time.

date

Filter inspections modified before this date time.

string

Filter to inspections conducted from these templates.

string

Filter results by archived status. Default is `false`. - false: Only unarchived inspections. - true: Only archived inspections. - both: Both unarchived and archived inspections.

string

Filter results by completed status. Default is `both`. - both: Both complete and incomplete inspections. - false: Only incomplete inspections. - true: Only complete inspections.

string

Filter results by owner. Default is `all`. - all: Owned by anyone. - me: Only owned by the requesting user - other: Only owned by other users.

number

Limit the number of results returned. Default is `100`.

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.