v1
latestOpenAPI 3.1.02026-07-2419603.1 MBList of triggers
JSON API compatibility divergence
Filters
In JSON API standard (https://jsonapi.org/recommendations/#filtering) one can request elements with multiple filter values by simply providing them separated by coma:
triggers?filter[trigger_type]=click,event
This notation will not work here. You can achieve this functionality by providing multiple filters for the same parameter:
triggers?filter[trigger_type][]=click&filter[trigger_type][]=event
Query parameters
Limits the number of returned items
Sets offset for list of items
Filter triggers by name
Trigger type
Filter triggers by type
Filter triggers by having any condition with audience or not
Filter triggers by conditions with audience id. This is a multi-value filter. See supported notation in endpoint description
Filter triggers by having a relation to any tags or not
Filter triggers by belonging to a trigger group that is related to any tag or not
Comma-separated sort list with given attributes: name, created_at, updated_at
Response
List of triggers