Skip to main content
GET
Get Classroom Details

Authorizations

Authorization
string
header
required

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

Query Parameters

code
string
required

The classroom's code.

retMemberLimit
number<double> | null

limit the return number of members for the classroom

Response

200 - application/json

The classroom details.

Subset of properties listed here

_id
string | null
name
string | null
members
string[] | null
ownerID
string | null
description
string | null
code
string | null
codeCamel
string | null
courses
ClassroomResponseWithCodeCoursesItem · object[] | null
clanId
string | null