put
https://my.surveypal.com/api/rest/survey//answer
Create a new answer to the survey.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Will create a new answer to the survey. With this request all answers to survey questions can be added at the same time. Also supports adding meta data for the answer. Read how you can use this: https://support.surveypal.com/hc/en-us/articles/6469398719890
curl -i -X PUT \
-H "Authorization: Basic YOUR-USERNAME-AND-TOKEN-BASE64-ENCODED" \
-H "Accept:application/json" \
'https://my.surveypal.com/api/rest/survey/:id/answer?source=:source&state=:state&startTime=:startTime&localeId=:localeId&meta=:meta'