Docs

Search Modified Templates

Finds modified templates in SafetyCulture.

GET

Query

Arguments
number

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

string

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

string

The order to return results in. - asc: Order by `modified_at` in ascending order. - desc: Order by `modified_at` in descending order.

date

Filter results modified after this date time.

date

Filter results modified before this date time.

string

Filter results by archived status. - false: Only include unarchived templates. - true: Only include archived templates. - both: Include both archived and unarchived templates.

string

Filter results by owner. - all: Include all templates. - me: Only include templates owned by the requesting user. - other: Only include templates owned by other users.

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.