GET api/v3/classAnalytics/SalesParticipationOverTime

Get Participation Over Time

Request Path

[sourcecodeGET api/v3/classAnalytics/SalesParticipationOverTime[/sourcecode]

Request Payload

None

Parameters

{studentId} The student id

Response

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