get
https://api.movintracks.io/v:version/survey-stats/
Gets usage information about campaigns
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Returns statistics for a given survey. For each answer, the count of submissions.
You can combine it with the surveys endpoint to discover the text of the answer.
For example, if you get the survey with the correct id:
{
"answers": [
"Answer with index 0, Batman",
"Answer with index 1, Darth Vader"
],
"id": 1,
"img_url": "...",
"question": "What's your favourite non-fictional character?",
"title": "Likes and dislikes",
"webview": "https://api.movintracks.io/v2.0/webviews/surveys/1"
}
