/survey/{id}/answer/external

Create an external answer to the survey.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Create a new external answer to the survey.

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/external?sourceId=:sourceId&externalId=:externalId&localeId=:localeId&meta=:meta'
Path Params
int64
required

Target survey id

Query Params
string

The answer external source identifier.

string

The answer language identifier. If survey doesn't contain specified language then first language will be selected. https://developer.surveypal.com/reference/locale-id-parameter

string

The answer external id. External id is required to be unique. If answer with same external id is found then that answer is returned.

Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json