Create Answers

Query Params
string
enum
required

A string indicating the method through which the answers are being submitted. In this case, it is "VOICE", implying that the responses are collected via a voice channel.

Allowed:
string
required

A string representing the contact information of the respondent. Here, the contact is provided as an email address "[email protected]".

string
required

A string uniquely identifying the survey to which these answers belong. The example survey ID is "714234fb-5dec-4d1d-a5c0-a0d74ada73ff".

answers
array
required

answers: An array of objects, each representing an answer to a specific question in the survey. Each object includes: questionId: A string uniquely identifying the question being answered. Two example question IDs are "eddd5744-9180-4ed3-a83a-8c5cb56efa23" and "c83ef45b-4b1f-4830-bbae-97333dca5a35". answer: An integer representing the selected answer. In this example, the answers are "1" for the first question and "3" for the second question.

answers*
Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json