Space

June 16, 2022 ยท View on GitHub

Properties

NameTypeDescriptionNotes
createdAtOffsetDateTimeCreation time of the Space.[optional]
creatorIdStringUnique identifier of this User. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.[optional]
endedAtOffsetDateTimeEnd time of the Space.[optional]
hostIdsList<String>The user ids for the hosts of the Space.[optional]
idStringThe unique identifier of this Space.
invitedUserIdsList<String>An array of user ids for people who were invited to a Space.[optional]
isTicketedBooleanDenotes if the Space is a ticketed Space.[optional]
langStringThe language of the Space.[optional]
participantCountIntegerThe number of participants in a Space.[optional]
scheduledStartOffsetDateTimeA date time stamp for when a Space is scheduled to begin.[optional]
speakerIdsList<String>An array of user ids for people who were speakers in a Space.[optional]
startedAtOffsetDateTimeWhen the Space was started as a date string.[optional]
stateStateEnumThe current state of the Space.
subscriberCountIntegerThe number of people who have either purchased a ticket or set a reminder for this Space.[optional]
titleStringThe title of the Space.[optional]
topicsList<SpaceTopics>The topics of a Space, as selected by its creator.[optional]
updatedAtOffsetDateTimeWhen the Space was last updated.[optional]

Enum: StateEnum

NameValue
LIVE"live"
SCHEDULED"scheduled"
ENDED"ended"