Get One Survey Stats

Gets usage information about campaigns

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"
}
Language
Authorization
Header