GET api/v3/classAnalytics/SalesParticipationOverTime

Get Participation Over the Past 12 Months.

You can use this endpoint to retrieve participation data from the last 12 months—data older than that is not retained in our system.

Request Path

GET api/v3/classAnalytics/SalesParticipationOverTime

Request Payload

None

Parameters

{studentId} The student id

Response

[
{
"studentId": "string",
"fullName": "string",
"courseId": "string",
"ParticipantsTime": "[{
"TimeSpentInSeconds" : "int",
"Day" : "Date"
}...]"
}
]