SafetyCulture integration (Productivity, Data). Imported from open-connector.
https://api.safetyculture.io/audits/search
| Param | Type | Required | Description |
|---|---|---|---|
| fields | array | optional | Fields to return for each inspection. audit_id is always included by SafetyCult… |
| order | string | optional | The order to return inspection results in. |
| modifiedAfter | string | optional | Filter inspections modified after this timestamp. |
| modifiedBefore | string | optional | Filter inspections modified before this timestamp. |
| templateIds | array | optional | Template IDs to search inspections for. |
| archived | string | optional | Filter inspections by archived status. |
| completed | string | optional | Filter inspections by completion status. |
| owner | string | optional | Filter inspections by owner. |
| limit | integer | optional | The maximum number of inspections to return. |
/inspections/v1/inspections/{inspectionId}
| Param | Type | Required | Description |
|---|---|---|---|
| inspectionId | string | required | The SafetyCulture inspection ID. |
/tasks/v1/actions/{actionId}
| Param | Type | Required | Description |
|---|---|---|---|
| actionId | string | required | The SafetyCulture action ID. |