按用户获取教室

返回Clasrooms(“教室”)清单,这个用户(如果是学生)在教室里或者是教室的主人(如果是老师)。

Path parameters

handlestringRequired

文件中的 _id 或者 slug.

Headers

AuthorizationstringRequired

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

Query parameters

retMemberLimitdoubleOptional

设置返回的教室中显示的学生数量

Response

This endpoint returns a list of objects.
_idstring or null
namestring or null
memberslist of strings or null
ownerIDstring or null
descriptionstring or null
codestring or null
codeCamelstring or null
courseslist of objects or null
clanIdstring or null