Old version of answer count request. Please use our newer endpoint /survey/{id}/answer/count: https://developer.surveypal.com/reference/surveyidanswercount

🚧

Old version

This is old way to request answer count. We recommend that you use our newer endpoint /survey/{id}/answer/count: https://developer.surveypal.com/reference/surveyidanswercount

Fetch amount of answer for the requested survey. Can be filtered based on answer channel or answer state.

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