v1
latestOpenAPI 3.1.02026-08-04164270844.7 KBClassrooms
List all registrations in a classroom
🔑
Required OAuth scope: classrooms:read.
📖
This endpoint is paginated with a page size of 2,000 slot registrations. For more information, see the Pagination guide.
Lists all users registered to any slot in the given classroom.
get/api/v2/classrooms/{classroomId}/registrations
Path parameters
classroomIdstring ObjectId required
Example:507f1f77bcf86cd799439011
The unique ID of the classroom.
Headers
360-api-version'v2.0' required
The version of the API.
Response
Returns one page of 2000 slot registrations.
Example response
[
{
"_id": "507f1f77bcf86cd799439011",
"userId": "507f1f77bcf86cd799439011",
"attendanceDuration": 60,
"pathId": "507f1f77bcf86cd799439011",
"classroomSlotId": "507f1f77bcf86cd799439011"
}
]