get https://my.surveypal.com/api/rest/answer//data
Get actual content for the answer.
Adds actual answer data to the answer.
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/data?preferredLocaleId=:preferredLocaleId'