Get Level Session

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

Path parameters

classroomHandlestringRequired

The classroom’s _id.

memberHandlestringRequired

The classroom member’s _id.

Headers

AuthorizationstringRequired

Basic authentication of the form Basic <username:password>.

Response

This endpoint returns a list of objects.
stateobject or null
levelobject or null
levelIDstring or null

Level slug like wakka-maul

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