GET /interaction/v1/eventDefinitions
Retrieves a collection of event definitions that matches the filter criteria.
Name | Type | Description | |
---|---|---|---|
$page | number | The number of pages to retrieve. The default value is 1. | |
$pageSize | number | The number of results to return on a page. The default and maximum is 50. | |
name | string | Filter results by the name of the event definition | |
mode | boolean | Filter results by event definitions in production (1) or test (2) mode | |
mode | boolean | Filter results by event definitions that are active (1) or inactive (2) | |
mode | boolean | Filter results by event definitions that are visible in the Event Picker when creating a journey (1) or not (2) |