GET
/
classrooms
/
{classroomHandle}
/
members
/
{memberHandle}
/
sessions

Authorizations

Authorization
string
headerrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

classroomHandle
string
required

The classroom's _id.

memberHandle
string
required

The classroom member's _id.

Response

200 - application/json
state
object | null
level
object | null
levelID
string | null

Level slug like wakka-maul

creator
string | null
playtime
integer | null

Time played in seconds.

changed
string | null
created
string | null
dateFirstCompleted
string | null
submitted
boolean | null

For arenas. Whether or not the level has been added to the ladder.

published
boolean | null

For shareable projects. Whether or not the project has been shared with classmates.