List event types
GET {{baseUrl}}/v1/event_types?name=value&includeOldVersions=false&pageSize=1000&skip=10&sort=value
Fetch all event type definitions for your account.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
name | string | Filter results to event types with the given name. This parameter implies includeOldVersions . | |
includeOldVersions | boolean | Include all versions of every event type. | |
pageSize | number | The number of items in this response. | |
skip | number | The number of items to skip when paging through large result sets. | |
sort | string | The field by which results should be sorted. By default, results are sorted in ascending order. To sort them in descending order, prefix the field name with - . |
Note: This parameter works only with numeric fields. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |