Classrooms
Get Level Session
Returns a list of all levels played by the user for the classroom.
GET
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
The classroom's _id
.
The classroom member's _id
.
Response
200 - application/json
The classroom with the user enrolled.
The response is of type object[]
.