Skip to content

The answer object

Returned by the template answer routes, one entry per question of the record’s default template.

idstring

Opaque answer identifier.

objectmeeting_answer

Resource type. Always meeting_answer, including for calls.

questionobject

The question this answers.

question.idstring

Opaque question identifier, stable across records that share the template. It is the field to key on, not the text, which the company can reword.

question.textstring

Question text as the template asks it, sanitized.

question.typetext · option · multi_select · boolean · number

What the template expects as an answer. The answer itself always arrives as a string, so this is what says how to parse it.

question.orderinteger

Position of the question in the template, starting at zero.

answerstring

Generated answer. A question that produced none is left out of the list rather than returned with a null answer.

updated_atstring date-time

When the answer last changed.