Executions
Retrieves executions for the provided filter
Authorizations
AuthorizationstringRequired
Enter your Bearer token
organization_codestringRequired
Enter your organization code
Query parameters
workflowAutomationTaskIdintegerOptionalExample:
ID of the workflow task
123consumerIdintegerOptionalExample:
ID of the consumer
1consumerUuidstringOptionalExample:
UUID of the consumer
123taskTypestring · enumOptionalExample:
Task type
APPOINTMENTPossible values: appointmentIdintegerOptionalExample:
Appointment ID
123slaintegerOptionalExample:
Service Level Agreement time
60serviceProviderIdstringOptionalExample:
Service provider ID
123startDateTimestringOptionalExample:
Start date for filtering
2023-01-01endDateTimestringOptionalExample:
End date for filtering
2023-12-31namestringOptionalExample:
Search by task execution name
Appointment Reminder TaskactivebooleanOptional
userTypestring · enumOptionalExample:
User type
CONSUMERPossible values: sortFieldstringOptionalExample:
Sort field
namesortOrderstring · enumOptionalExample:
Sort order
ASCPossible values: pageNumberinteger · min: 1OptionalExample:
Page number
1pageSizeinteger · min: 1OptionalExample:
Page size
10searchKeystringOptionalExample:
Search key
searchResponses
200Success
application/json
get
/api/workflow-automation/tasks/executions200Success
Gets an existing workflow task execution
Authorizations
AuthorizationstringRequired
Enter your Bearer token
organization_codestringRequired
Enter your organization code
Path parameters
executionIdnumberRequiredPattern:
[^\/#\?]+?Responses
200Success
application/json
Responseany
get
/api/workflow-automation/tasks/executions/{executionId}200Success
No content
Updates an existing workflow task execution
Authorizations
AuthorizationstringRequired
Enter your Bearer token
organization_codestringRequired
Enter your organization code
Path parameters
executionIdnumberRequiredPattern:
[^\/#\?]+?Body
statusstring · enumOptionalDefault:
Status of the task execution
SCHEDULEDExample: SCHEDULEDPossible values: attributesanyOptional
Additional attributes in JSON format
serviceProviderIdstringOptionalExample:
Service provider ID
123consumerIdintegerOptionalExample:
Consumer ID
123financialEntryIdintegerOptionalExample:
Financial Entry ID
123activebooleanOptional
userTypestring · enumOptionalExample:
User type
CONSUMERPossible values: Responses
200Success
application/json
Responseany
put
/api/workflow-automation/tasks/executions/{executionId}200Success
No content