Classrooms
Get Member Stats
Returns a list of all members stats for the classroom.
GET
/
classrooms
/
{classroomHandle}
/
stats
Authorizations
Authorization
string
headerrequiredBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
classroomHandle
string
requiredThe classroom's _id
.
Query Parameters
project
string | null
If specified, include only the specified projection of returned stats; else, return all stats. Format as a comma-separated list, like creator,playtime,state.complete
.
memberLimit
number | null
Limit the return member number. the default value is 10, and the max value is 100
memberSkip
number | null
Skip the members that doesn't need to return, for pagination
Response
200 - application/json
_id
string | null
stats
object | null