Get User Quizzes Report
Return the quiz results per user, including score and number of attempts.
Authentication
Api-Keystring
API key of the organization. Always sent together with the Secret-Access header.
Path parameters
organization_slug
Headers
Secret-Access
Query parameters
user_id
user_email
from_date
Start of the range, in YYYY-MM-DD format. Inclusive. With no to_date the range stays open going forward. Applies to the date of the last quiz attempt (last_quiz_date), interpreted in UTC — the same zone the report returns that field in.
to_date
End of the range, in YYYY-MM-DD format. Inclusive: the whole day is covered, not just its midnight. For a single day, send the same date in from_date and in to_date. Applies to the date of the last quiz attempt (last_quiz_date), interpreted in UTC — the same zone the report returns that field in.
limit
Rows per page, up to 100. Defaults to 100 when omitted.
offset
Rows to skip before the page. Use it together with limit to walk the report: 0, then limit, then twice limit, and so on.
Response
Successful Response
results
total
Errors
400
Bad Request Error
422
Unprocessable Entity Error
