api/v2-triggers
Number of APIs: 8
-
List Triggers GET {{baseUrl}}/api/v2/triggers?active=<boolean>&sort_by=<string>&sort_order=<string>&category_id=<string>
-
Create Trigger POST {{baseUrl}}/api/v2/triggers
-
List Active Triggers GET {{baseUrl}}/api/v2/triggers/active?sort_by=<string>&sort_order=<string>&category_id=<string>
-
List Trigger Action and Condition Definitions GET {{baseUrl}}/api/v2/triggers/definitions
-
Bulk Delete Triggers DELETE {{baseUrl}}/api/v2/triggers/destroy_many?ids=<string>
-
Reorder Triggers PUT {{baseUrl}}/api/v2/triggers/reorder
-
Search Triggers GET {{baseUrl}}/api/v2/triggers/search?query=<string>&json={"conditions":{"all":[{"value":"<Error: Too many levels of nesting to fake this schema>"},{"value":"<Error: Too many levels of nesting to fake this schema>"}],"any":[{"value":"<Error: Too many levels of nesting to fake this schema>"},{"value":"<Error: Too many levels of nesting to fake this schema>"}]},"actions":[{"field":{"value":"<Error: Too many levels of nesting to fake this schema>"},"value":{"value":"<Error: Too many levels of nesting to fake this schema>"}},{"field":{"value":"<Error: Too many levels of nesting to fake this schema>"},"value":{"value":"<Error: Too many levels of nesting to fake this schema>"}}],"title":"<string>","active":"<boolean>","category_id":"<string>","description":"<string>","position":"<integer>","raw_title":"<string>"}&active=<boolean>&sort_by=<string>&sort_order=<string>&include=<string>
-
Update Many Triggers PUT {{baseUrl}}/api/v2/triggers/update_many