Ask Question

Ask a question. On a moderated event it arrives PENDING and waits for a host, which is the whole point of that setting.

Authentication

AuthorizationBearer

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

Path parameters

eventIdstringRequired

Request

This endpoint expects an object.
bodystringRequired
isAnonymousbooleanOptional
participantIdstringOptional
Whose question it is. Left out, it is the key's own. A participant named here must belong to this event.

Response

This endpoint returns an object.
idstring
eventIdstring
bodystring
statusenum
isAnonymousboolean
highlightedboolean
Pinned on the presenter screen.
upvoteCountinteger
createdAtdatetime
updatedAtdatetime
answerTextstringOptional
answeredAtdatetimeOptional
editedAtdatetimeOptional
Set when the asker rewrote it after the room had voted.
askerobjectOptional

Who asked. Absent on an anonymous question: the participant row exists so that one person cannot vote twice, and handing it back through a key would undo the promise made to whoever asked.

Errors

404
Not Found Error
422
Validation Error