API v1 Documentation
Client API > Response
Client API > Contacts
Client API > Display
Client API > Environment
Client API > User
Management API > Action Class
Management API > Attribute Class
Management API > Contact Attribute Keys
Management API > Contact Attributes
Management API > Contacts
Management API > Me
Management API > People
Management API > Response
Management API > Storage
Management API > Survey
Management API > Webhook
Health
Update Response
Update an existing response for example when you want to mark a response as finished or you want to change an existing response’s value.
PUT
/
api
/
v1
/
client
/
responses
/
{responseId}
curl --request PUT \
--url http:///%7B{baseurl}%7D/api/v1/client/responses/{responseId} \
--header 'Content-Type: application/json' \
--data '{
"data": {
"hs8yd14l9h8u353tjmv6rzawqqq": "clicked",
"tcgls0063n8ri7dtrbnepcmz": "Who? Who? Who?"
},
"finished": true
}'
{
"data": {}
}
Path Parameters
Body
application/json · object
Response
200
application/json
OK
The response is of type object
.
Was this page helpful?
curl --request PUT \
--url http:///%7B{baseurl}%7D/api/v1/client/responses/{responseId} \
--header 'Content-Type: application/json' \
--data '{
"data": {
"hs8yd14l9h8u353tjmv6rzawqqq": "clicked",
"tcgls0063n8ri7dtrbnepcmz": "Who? Who? Who?"
},
"finished": true
}'
{
"data": {}
}