Create a response
POST/v3/responses
Create a response
Request
- application/json
Body
Array [
]
ID of the survey
ID of the contact
ID of the channel
Default value: true
Should this response trigger workflow
meta_data
object
Possible values: <= 255 characters
OS of the response
Possible values: <= 255 characters
Browser of response
Possible values: <= 255 characters
Time Zone of response
Possible values: <= 255 characters
Browser Language of the response
Date and Time of submission. Should be in the ISO format
Tags of response
Tags of response
Possible values: <= 255 characters
Device Type of response
Possible values: <= 255 characters
Language of response
answers
object[]
required
ID of the question
ID of the parent question
Answer of question
Other Text Answer
Matrix Answer for Text Input
Matrix Answer for Rating
Possible values: <= 255 characters
Region code of Answer
Possible values: <= 255 characters
Time of Answer
Possible values: <= 255 characters
TimeZone of Answer
Responses
- 200
Successful
- */*
- Schema
- Example (from schema)
Schema
data
object
ID of the response
State of the response
Time Taken of the response
{
"data": {
"id": 1,
"state": "STARTED",
"time_taken": 5
}
}