Get Level Session

Returns a list of all levels played by the user for the classroom.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

classroomHandlestringRequired

The classroom’s _id.

memberHandlestringRequired

The classroom member’s _id.

Response

This endpoint returns a list of objects.
stateobject
levelobject
levelIDstring

Level slug like wakka-maul

creatorstring
playtimeinteger
Time played in seconds.
changedstring
createdstring
dateFirstCompletedstring
submittedboolean
For arenas. Whether or not the level has been added to the ladder.
publishedboolean
For shareable projects. Whether or not the project has been shared with classmates.