/survey/{id}/answer/email

Add an email answer to the survey.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
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/email?email=:email&unique=:unique&anonymous=:anonymous&localeId=:localeId&meta=:meta'
Path Params
int64
required

Target survey id

Query Params
string
required

The answer email address.

string

A JSON array of meta information for the answer. Inside the array should be JSON objects https://developer.surveypal.com/reference/meta-parameter

boolean
Defaults to false

The answer email address is shown anonymously in the results.

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

boolean
Defaults to true

The answer email address is required to be unique among the survey.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
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
text/plain