English
Postman
OpenAPI
Contact us
Sign up
Search...
/
Overview
Introduction
API Reference
POST
Add Oauth2 Identity
Auth
GET
Login User
Clans
PUT
Upsert User Into Clan
Classrooms
GET
Get Classroom Details
POST
Create a classroom
PUT
Upsert a user from classroom
DEL
Delete User from Classroom
PUT
Enroll User in a Course
PUT
Remove User from a classroom
GET
Get Member Stats
GET
Get Level Session
Stats
GET
Get Playtime Stats
GET
Get License Stats
Users
POST
Create User
GET
Get User
PUT
Update User
GET
Get Classrooms By User
PUT
Get User Hero
PUT
Put Ace Config
PUT
Put Subscription
PUT
Shorten User Subscription
PUT
Grant User License
PUT
Shorten User License
GET
Search for User
Postman
OpenAPI
Contact us
Sign up
API Reference
Classrooms
Get Level Session
GET
https://
codecombat.com
/
api
/
classrooms
/
:classroomHandle
/
members
/
:memberHandle
/
sessions
Returns a list of all levels played by the user for the classroom.
Path parameters
classroomHandle
string
Required
The classroom’s
_id
.
memberHandle
string
Required
The classroom member’s
_id
.
Response
This endpoint returns a list of objects
state
object
Optional
Show property
level
object
Optional
Show property
levelID
string
Optional
Level slug like
wakka-maul
creator
string
Optional
playtime
integer
Optional
Time played in seconds.
changed
string
Optional
created
string
Optional
dateFirstCompleted
string
Optional
submitted
boolean
Optional
For arenas. Whether or not the level has been added to the ladder.
published
boolean
Optional
For shareable projects. Whether or not the project has been shared with classmates.
Built with