get https://api.mixmax.com/v1/yesno
Returns a list of Yes/No questions that you've sent out
Parameter | Type | Description |
---|---|---|
_id | String | Unique ID |
userId | String | Your user id |
created | Timestamp | Unix timestamp when it was created |
text | String | The question |
answers | Array | Array of buttons |
answers.text | String | Button title |
answers.respondents | Array | Array of email addresses that have responded |