Get details of the answer.

Get details of an answer. The actual answer data is fetched using another method.

curl -i -X GET \
   -H "Authorization: Basic YOUR-USERNAME-AND-TOKEN-BASE64-ENCODED" \
   -H "Accept:application/json" \
 'https://my.surveypal.com/api/rest/answer/:id'
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!