Automation2
get
Authorizations
X-API-KEYstringRequired
X-BUSINESS-IDstringRequired
X-USER-IDstringRequired
Query parameters
activebooleanOptional
custom_object_idstring · uuidOptional
custom_object_namestringOptional
folder_idstring · uuidOptional
Filters automations by folder_id. Will be set to root when include_subfolder is toggled on.
include_empty_foldersbooleanOptionalDefault:
Displays folders without matching automations, by default they are hidden
falseinclude_subfoldersbooleanOptionalDefault:
Returns folder structure instead of a list. If folder_id query parameter is not set, root folder will be used by default.
falseorderingstring · enumOptionalPossible values:
Which field to use when ordering the results. Prepend with '-' for descending order.
pageintegerOptional
A page number within the paginated result set.
page_sizeintegerOptional
Number of results to return per page.
searchstringOptional
A search term.
Responses
200Success
application/json
countintegerRequiredExample:
123nextstring · uri · nullableOptionalExample:
http://api.example.org/accounts/?page=4previousstring · uri · nullableOptionalExample:
http://api.example.org/accounts/?page=2errorsone ofOptionalExample:
["error message"]nullOptional
string[]Optional
get
/api/automation2/automations200Success
post
Authorizations
X-API-KEYstringRequired
X-BUSINESS-IDstringRequired
X-USER-IDstringRequired
Path parameters
automation_identifierstringRequired
Query parameters
orderingstring · enumOptionalPossible values:
Which field to use when ordering the results. Prepend with '-' for descending order.
Body
client_idstring · uuidOptional
record_idstring · uuidOptional
Responses
200Success
application/json
post
/api/automation2/automations/{automation_identifier}/start200Success
Last updated
Was this helpful?