/survey/{id}/answer/count

Get answer counts for the survey.

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

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

If you get "HTTP 502 Proxy Error" then you have too much responses to return in one request. You must use parameters from & to.

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'
Path Params
int64
required

Target survey id.

Query Params
string
Defaults to [complete]
string
Defaults to all
string
Response

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json