Create a filter definition for a project defined event
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The ID of the project defined event
Body
The variable name of the filter definition. Must start with event.. If a filter definition with this variable_name already exists for the project defined event (and business, if provided), it is updated instead of created
The label of the filter definition
The type of the filter definition
select, text, number, boolean, datetime, currency, array_of_known The ID of a business. When provided, the filter definition is created for that business only (and enabled) and overrides the project defined event's filter definition with the same variable_name. When omitted, the filter definition is created at the project defined event level and starts disabled
The options of the filter definition. Required if the type is select or array_of_known
Response
The created or updated FilterDefinition object
The ID of the filter definition
The label of the filter definition
The variable name of the filter definition
The type of the filter definition
select, text, number, boolean, datetime, currency, array_of_known Whether the filter definition is enabled
The options for the select dropdown