|
API Method | HTTP method | Endpoint | Description |
---|
automation.all | GET
| /automation.all.json
| Returns a list of workflows with name $name, type $type, status $status updated between $start_date, $stop_date (inclusive)
|
automation.setWorkflowStatus | POST
| /automation.setWorkflowStatus.json
| Sets the status for a workflow
|
automation.getWorkflow | GET
| /automation.getWorkflow.json
| Returns data for the specified workflow
|
automation.stats | GET
| /automation.stats.json
| Returns stats, grouped by days, for workflows between $start_date, $stop_date (inclusive)
|