| created_at |
string |
Creation time of the Space. |
| creator_id |
string |
Unique identifier of this User. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers. |
| ended_at |
string |
End time of the Space. |
| host_ids |
array |
The user ids for the hosts of the Space. |
| id |
string |
The unique identifier of this Space. |
| invited_user_ids |
array |
An array of user ids for people who were invited to a Space. |
| is_ticketed |
boolean |
Denotes if the Space is a ticketed Space. |
| lang |
string |
The language of the Space. |
| participant_count |
integer |
The number of participants in a Space. |
| scheduled_start |
string |
A date time stamp for when a Space is scheduled to begin. |
| speaker_ids |
array |
An array of user ids for people who were speakers in a Space. |
| started_at |
string |
When the Space was started as a date string. |
| state |
string |
The current state of the Space. |
| subscriber_count |
integer |
The number of people who have either purchased a ticket or set a reminder for this Space. |
| title |
string |
The title of the Space. |
| topics |
array |
The topics of a Space, as selected by its creator. |
| updated_at |
string |
When the Space was last updated. |