API requests
This part provides a detailed description of API requests, including an interactive part that allows you to test them on live data, as an anonymous or an authenticated user.Requests summary
Request | Description | API key required | Access token required |
---|---|---|---|
dataSet | |||
computeDataSet | Computes a new data set by applying a set operator on two existing data sets of the same nature. | ||
getDataSetPage | Returns a page of a data set. | ||
quiz | |||
addQuiz | Adds a quiz with the specified content to account of the user associated to the provided access token. | ||
getQuiz | Returns the quiz with the specified identifier. | ||
getQuizAttribute | Returns an attribute of the quiz with the specified identifier. | ||
getQuizSet | Returns a set of quizzes that match all the specified conditions. | ||
result | |||
getResults | Computes the results of a user set on a quiz set. | ||
user | |||
getUser | Returns the user with the specified identifier. | ||
getUserAttribute | Returns an attribute of the user with the specified identifier. | ||
getUserGroupSet | Returns a set of user groups that match all the specified conditions. | ||
getUserSet | Returns a set of users that match all the specified conditions. |