Skip to main content
GET
Get Level Session

Authorizations

Authorization
string
header
required

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

The classroom with the user enrolled.

state
LevelSessionResponseState · object | null
level
LevelSessionResponseLevel · 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.