api/v2-triggers

Number of APIs: 8

  1. List Triggers GET {{baseUrl}}/api/v2/triggers?active=<boolean>&sort_by=<string>&sort_order=<string>&category_id=<string>

  2. Create Trigger POST {{baseUrl}}/api/v2/triggers

  3. List Active Triggers GET {{baseUrl}}/api/v2/triggers/active?sort_by=<string>&sort_order=<string>&category_id=<string>

  4. List Trigger Action and Condition Definitions GET {{baseUrl}}/api/v2/triggers/definitions

  5. Bulk Delete Triggers DELETE {{baseUrl}}/api/v2/triggers/destroy_many?ids=<string>

  6. Reorder Triggers PUT {{baseUrl}}/api/v2/triggers/reorder

  7. 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>

  8. Update Many Triggers PUT {{baseUrl}}/api/v2/triggers/update_many