/emailtask/{id}/answers

Link survey answer to the email task.

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

Will link an existing answer to the email task.

curl -i -X PUT \
   -H "Authorization: Basic YOUR-USERNAME-AND-TOKEN-BASE64-ENCODED" \
   -H "Accept:application/json" \
 'https://my.surveypal.com/api/rest/emailtask/:id/answers?answerId=:answerId'
Path Params
int64
required

Email task id

Query Params
int64
required

An answer id to link to email task.

Response

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here!