|
Metoda API | Metoda HTTP | Endpoint | Descriere |
---|
automation.all | GET
| /automation.all.json
| Returnează o listă cu automatizări având nume $name, tip $type, status $status actualizate între $start_date, $stop_date (inclusiv)
|
automation.setWorkflowStatus | POST
| /automation.setWorkflowStatus.json
| Actualizează status-ul unei automatizări
|
automation.getWorkflow | GET
| /automation.getWorkflow.json
| Returnează informațiile pentru o automatizare
|
automation.stats | GET
| /automation.stats.json
| Returnează statistici, grupate pe zile, pentru automatizări între $start_date, $stop_date (inclusiv)
|