API Reference

Import responses of a question

Warning!

Warning!

It is important to first create your extras (filters) before importing responses because you will need the ids of the created extras.. This id must be the same for each answer.
Example:
Let's say I want to operate two filters Age and Status.
So for example I will define for each of my responses the extras in the following way
Rsp1 {"1": "21", "2": "Junior"}
Rsp2 {"1": "53", "2": "Senior"}

I should then use the create extra endpoint to create the associated extras with the position for the "Age" filter 1 and 2 for the "Status" extra

Language
Credentials
Header
Click Try It! to start a request and see the response here!