Get One Survey Stats

Gets usage information about campaigns

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

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"
}
Path Params
string
required

survey id

Responses

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json