Route: /api/groups/quizzes
Documentation for the quizzes API endpoint will be added here.
Route: POST /api/groups/quizzes
Get analytics data for quiz usage by students within a group, including quizzes created, questions made, and questions answered with optional student-level breakdowns.
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
startDate | string | No | 2025-01-01T00:00:00.000Z | Start date for analytics period (ISO 8601 format) |
endDate | string | No | Current date | End date for analytics period (ISO 8601 format) |
students | boolean | No | false | Whether to return student-level data (true ) or group-level data (false ) |
x-api-key
header