Provenance
PublisherSafetyCulture
API basehttps://api.safetyculture.io/
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationCredentials required (Bearer token)
Methods (4)
listAudits
readSearch/list SafetyCulture audits and inspections.
Input schema
{ "type": "object", "properties": { "endpoint": { "type": "string" }, "pageSize": { "type": "number" }, "cursor": { "type": "string" }, "archived": { "type": "boolean" }, "modifiedAfter": { "type": "string" }, "modifiedBefore": { "type": "string" }, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false }getAuditDetails
readGet details for a single audit by ID.
Required paramsauditIdInput schema
{ "type": "object", "properties": { "auditId": { "type": "string" }, "endpoint": { "type": "string" }, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false, "required": [ "auditId" ] }listTasks
readList SafetyCulture actions/tasks (default endpoint: POST /tasks/v1/actions/list).
Input schema
{ "type": "object", "properties": { "endpoint": { "type": "string" }, "method": { "oneOf": [ { "type": "string", "enum": [ "POST" ] }, { "type": "string", "enum": [ "GET" ] } ] }, "pageSize": { "type": "number" }, "cursor": { "type": "string" }, "status": { "oneOf": [ { "type": "string" }, { "type": "array", "items": { "type": "string" } } ] }, "body": {}, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false }querySafetyCulture
readGeneric SafetyCulture API request helper.
Required paramsendpointInput schema
{ "type": "object", "properties": { "endpoint": { "type": "string" }, "method": { "oneOf": [ { "type": "string", "enum": [ "POST" ] }, { "type": "string", "enum": [ "DELETE" ] }, { "type": "string", "enum": [ "PATCH" ] }, { "type": "string", "enum": [ "GET" ] }, { "type": "string", "enum": [ "PUT" ] } ] }, "query": { "type": "object", "properties": {}, "additionalProperties": true }, "body": {}, "expectBinary": { "type": "boolean" } }, "additionalProperties": false, "required": [ "endpoint" ] }
