Get Event

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

eventIdstringRequired

Response

This endpoint returns an object.
idstring
organizationIdstring
titlestring
codestring
The short code the room types. Unique inside the workspace rather than globally, so two workspaces can each hold the memorable one their host wants.
statusenum

What the doors are doing. startsAt and endsAt are informational: this is what actually opens them, because a meeting that starts late should not lock the room out of its own Q&A.

settingsobject
createdAtdatetime
updatedAtdatetime
descriptionstringOptional
startsAtdatetimeOptional
endsAtdatetimeOptional
questionsOpenAtdatetimeOptional
When questions may be asked, if that is not simply "while live".
questionsCloseAtdatetimeOptional
timeZonestringOptional

IANA zone the event’s times are written in, such as Europe/Berlin.

instructionsstringOptional
capacityAtEventintegerOptional

What the workspace was paying for per event when this one was settled. Absent until then: it is copied onto the event so that raising the plan later cannot rewrite an invoice already sent.

overageParticipantsintegerOptional
questionCountintegerOptional
participantCountintegerOptional
hostobjectOptional
A person in a Taktoria organization.
archivedAtdatetimeOptional

Errors

404
Not Found Error