The event type object contains the name and description of the event types created inside your account to allow the easy use of event type id's to filter when retrieving other objects, such as bookings. Learn more about event types
Field | Type | Description |
---|---|---|
object | string | String representing the object’s type. Objects of the same type share the same value. The type here is event_type . |
id | string | Unique identifier for the object. |
name | string | The name of the event type. |
description | string | A description of the event type. |
{
"id": "ET-7I7PKDTFJS",
"object": "event_type",
"name": "Live demo",
"description": "Schedule a live demo with us for an in-depth look at our enterprise solutions."
}