get https://my.surveypal.com/api/rest/survey//answerCount
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'