get https://example.com/v1/qa
Question & answer surveys
Parameter | Type | Description |
---|---|---|
_id | String | Unique ID |
creationDate | Timestamp | Unix timestamp when it was created |
creatorId | String | Your user id |
title | String | Title of the Question & Answer survey |
questions | Array | Array of questions and answers. The type is always textarea . |
questions.type | String | Always textarea |
questions.content | String | Text of poll answer |
questions.answers | Array | Array of poll respondents |
questions.answers.recipientEmail | String | Email address of respondent |
questions.answers.recipientName | String | Name of recipient, if available (when email was originally sent) |
questions.answers.answer | String | Respondent answer |