List of a marketing automation event types.
All available methods for resource event types.
HTTP method | Endpoint | Description |
---|---|---|
[badge-blue GET] | /event-types | List of all event types |
[badge-blue GET] | /event-types/{event_type_id} | Detail of a specific event type |
Get a list of all event types.
[badge-blue GET] /event-types
Parameter name | Type | Description | Mandatory (Yes/No) |
---|---|---|---|
count | integer | The number of records to return. Default value is 100. |
No |
offset | integer | The number of records from a collection to skip. Default value is 0. | No |
sort_field | string | One of the query string parameters for sorting. Response is sorted by the specified field. | No |
sort_direction | string | Direction of sorting the response list. Possible values are: ASC / DESC | No |
name | string | Name or part of the name of an event type | No |
Status code: 200 OK
Output structure : object
Parameter name | Type | Description |
---|---|---|
event_types | EventType[] | List of all event types |
total_items | integer | Count of all found event types |
Get information about a specific event type.
[badge-blue GET] /event-types/{event_type_id}
Parameter name | Type | Description | Mandatory (Yes/No) |
---|---|---|---|
event_type_id | string | The unique id for the event type | Yes |
Status code: 200 OK
Output structure : EventType