- Home
- Models
- Event
Event
You can pass an event ID up with responses to link responses collected to an event to help identify the source of responses.
Event fields
Field |
Type |
Fillable |
Reference |
account_id
|
Reference
|
|
Account
|
|
attendances_count
|
Integer
|
|
|
|
attendances_count_all
|
Integer
|
|
|
|
attendances_count_attended
|
Integer
|
|
|
|
attendances_count_cancelled
|
Integer
|
|
|
|
attendances_count_engaged
|
Integer
|
|
|
|
attendances_count_invited
|
Integer
|
|
|
|
attendances_count_registered
|
Integer
|
|
|
|
attendances_count_removed
|
Integer
|
|
|
|
attendances_count_waitlisted
|
Integer
|
|
|
|
auto_waitlist
|
Unknown
|
Yes
|
|
|
available_spaces
|
Integer
|
|
|
|
available_tags
|
Array
|
|
|
|
category_id
|
Integer
|
|
Category
|
|
chat_channel_id
|
String
|
Yes
|
|
|
checkin_start
|
Integer
|
Yes
|
|
|
child_events_count
|
Integer
|
|
|
|
closed
|
Unknown
|
|
|
|
closing_date
|
Timestamp
|
|
|
|
closing_datetime
|
String
|
Yes
|
|
|
color
|
String
|
Yes
|
|
|
connect_id
|
Integer
|
|
|
|
connect_title
|
String
|
Yes
|
|
|
cost
|
Decimal
|
Yes
|
|
The cost of the event
|
country
|
Country
|
Yes
|
|
The string country i.e. Spain
|
created_at
|
Timestamp
|
|
|
The date the event was created.
|
crm
|
String
|
Yes
|
|
An optional CRM value, this will be passed to any CRM integration
|
date_range
|
Array
|
|
|
|
date_time_text
|
String
|
|
|
|
deleted_at
|
Timestamp
|
|
|
The date the event was deleted.
|
description
|
String
|
Yes
|
|
|
end_date
|
Timestamp
|
|
|
|
end_datetime
|
Timestamp
|
Yes
|
|
The date when the event ends
|
event_ids
|
Array
|
|
|
|
finished
|
Unknown
|
|
|
|
full
|
Unknown
|
|
|
|
grand_children
|
Unknown
|
|
|
|
grand_parent
|
Unknown
|
|
|
|
id
|
Integer
|
|
|
The unique ID to identify the event
|
image
|
String
|
|
|
|
integration_syncs
|
Array
|
|
|
|
is_root
|
Unknown
|
|
|
|
is_session
|
Unknown
|
|
|
|
last_sync
|
Timestamp
|
|
|
|
location_id
|
String
|
Yes
|
Location
|
|
location_title
|
String
|
|
|
|
location_title_legacy
|
String
|
Yes
|
|
|
maximum
|
Integer
|
Yes
|
|
|
maximum_guests
|
Integer
|
Yes
|
|
|
parent_id
|
Integer
|
Yes
|
|
|
radius_id
|
Integer
|
|
|
|
radius_title
|
String
|
Yes
|
|
|
registration_type
|
Integer
|
Yes
|
|
|
registration_type_title
|
String
|
|
|
|
related_events
|
Array
|
|
|
|
root_event
|
Unknown
|
|
|
|
session_maximum
|
Integer
|
|
|
|
start_date
|
Integer
|
|
|
|
start_datetime
|
Timestamp
|
Yes
|
|
The date when the event starts
|
started
|
Unknown
|
|
|
|
status
|
Integer
|
|
|
|
sync_progress
|
Integer
|
|
|
|
sync_status
|
Integer
|
|
|
|
syncs
|
Unknown
|
|
|
|
tags
|
Array
|
Yes
|
|
|
timezone
|
String
|
Yes
|
|
|
title
|
String
|
Yes
|
|
The title of the event, used for your reference
|
title_with_parent
|
String
|
|
|
|
total_attendances
|
Integer
|
|
|
|
total_single_attendances
|
Integer
|
|
|
|
type
|
Integer
|
Required
|
|
|
type_title
|
String
|
|
|
|
updated_at
|
Timestamp
|
|
|
The date the event was last updated.
|
user_id
|
Integer
|
|
User
|
|
Event relations
account,
attendances,
children,
children.children,
parent,
parent.parent,
categories,
contacts,
hosts,
location,
responses,
users,
workflows,
activity,
Event endpoints
GET List all events /events toggle
Paramaters
- cost
-
Decimal
The cost of the event
- country
-
Country
The string country i.e. Spain
- end_date
-
String
[No documentation available]
- id
-
Integer
The unique ID to identify the event
- location
-
String
[No documentation available]
- parent_id
-
String
[No documentation available]
- start_datetime
-
Timestamp
Nullable
The date when the event starts
- title
-
String
The title of the event, used for your reference
- type
-
String
[No documentation available]
Required
- user_id
-
String
[No documentation available]
Example response
GET Return data for a specified Event /events/:id toggle
URL slugs
- id
-
Integer
The unique ID to identify the event
Paramaters
- cost
-
Decimal
The cost of the event
- country
-
Country
The string country i.e. Spain
- end_date
-
String
[No documentation available]
- id
-
Integer
The unique ID to identify the event
- location
-
String
[No documentation available]
- parent_id
-
String
[No documentation available]
- start_datetime
-
Timestamp
Nullable
The date when the event starts
- title
-
String
The title of the event, used for your reference
- type
-
String
[No documentation available]
Required
- user_id
-
String
[No documentation available]
Example response
POST Save, or update a Event /events/:id? toggle
URL slugs
- id
-
Integer
The unique ID to identify the event
Paramaters
- auto_waitlist
-
String
[No documentation available]
- chat_channel_id
-
String
[No documentation available]
- checkin_start
-
String
[No documentation available]
- closing_datetime
-
String
[No documentation available]
- color
-
String
[No documentation available]
- connect_title
-
String
[No documentation available]
- cost
-
Decimal
The cost of the event
- country
-
Country
The string country i.e. Spain
- crm
-
String
Nullable
An optional CRM value, this will be passed to any CRM integration
- description
-
String
[No documentation available]
- dynamics_title
-
String
[No documentation available]
- end_datetime
-
Timestamp
Nullable
The date when the event ends
- location_id
-
String
[No documentation available]
- location_title_legacy
-
String
[No documentation available]
- maximum
-
String
[No documentation available]
- maximum_guests
-
String
[No documentation available]
- parent_id
-
String
[No documentation available]
- radius_title
-
String
[No documentation available]
- registration_type
-
String
[No documentation available]
- start_datetime
-
Timestamp
Nullable
The date when the event starts
- tags
-
String
[No documentation available]
- timezone
-
String
[No documentation available]
- title
-
String
The title of the event, used for your reference
- type
-
String
[No documentation available]
Required
DELETE Delete a Event /events/:id toggle
URL slugs
- id
-
Integer
The unique ID to identify the event
Paramaters
There are no parameters for this endpoint