Returns a list of all members stats for the classroom.
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
The classroom's _id
.
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
.
Limit the return member number. the default value is 10, and the max value is 100
Skip the members that doesn't need to return, for pagination
The members stats for the classroom.
The response is of type ClassroomsGetMembersStatsResponseItem · object[]
.
Returns a list of all members stats for the classroom.
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
The classroom's _id
.
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
.
Limit the return member number. the default value is 10, and the max value is 100
Skip the members that doesn't need to return, for pagination
The members stats for the classroom.
The response is of type ClassroomsGetMembersStatsResponseItem · object[]
.