Skip to main content
GET
List filter definitions for a project defined event

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The ID of the project defined event

Query Parameters

business
string

The ID of a business. When provided, the business's own filter definitions for the project defined event replace the project-level ones with the same variable_name

show_disabled
string

When true, disabled filter definitions are included. Otherwise only enabled filter definitions are returned

Response

200 - application/json

A dictionary with a filter_definitions property which is an array of FilterDefinition objects

filter_definitions
The Filter Definition object · object[]
required

An array of filter definitions for the project defined event