Update Response
PUT {{baseUrl}}/responses/:responseId
Update embedded data on a survey response Embedded data fields edited in the Data & Analysis tab are stored in a separate database from the raw responses. Updates stored in this separate edits database will always override the raw value. The public update embedded data API only updates the raw response, therefore any updates made via this API will not show up if the field has been edited via Data & Analysis. The update will still successfully update the raw response and return a 200; however, the edit made from Data & Analysis will need to be removed before your value made via this API are visible.
Changes Viewable Only for Fields in Survey Flow
Updates to embedded data are only viewable for fields set in your survey flow. Updates to fields not in the flow will still be added to your survey responses, but will be hidden until you update your survey.
Request Body
{"surveyId"=>"<string>", "embeddedData"=>{"dolord"=>"<string>", "tempor6"=>"<string>", "Ut_61"=>"<string>"}, "resetRecordedDate"=>true}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"meta":{"httpStatus":"\u003cstring\u003e","requestId":"\u003cstring\u003e","notice":"\u003cstring\u003e"}}