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. Yes
getDataSetPage Returns a page of a data set. Yes
quiz
addQuiz Adds a quiz with the specified content to account of the user associated to the provided access token. Yes Yes
getQuiz Returns the quiz with the specified identifier. Yes
getQuizAttribute Returns an attribute of the quiz with the specified identifier. Yes
getQuizSet Returns a set of quizzes that match all the specified conditions. Yes
result
getResults Computes the results of a user set on a quiz set. Yes
user
getUser Returns the user with the specified identifier. Yes Yes
getUserAttribute Returns an attribute of the user with the specified identifier. Yes Yes
getUserGroupSet Returns a set of user groups that match all the specified conditions. Yes Yes
getUserSet Returns a set of users that match all the specified conditions. Yes