Route: /api/groups/live-lecture
Documentation for the live lecture API endpoint will be added here.
Route: POST /api/groups/live-lecture
Get analytics data for live lecture usage by students within a group, including sessions created and chat messages sent during live lectures 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