Responses

Save answer

Creates or updates an answer for a specific question within a response. Requires ownership of response.

put/forms/{formId}/responses/{responseId}/answers

Request body

questionstring required
valuestring required

This string must contain the answer, JSON.stringify(...)-ed.

Response

Answer saved successfully.

idstring ulid required
responsestring required
questionstring required
valueobject required
submittedstring date-time required
modifiedstring date-time required

Changes

Changed in 2 of the 14 revisions of this API.2