v1
latestOpenAPI 3.1.02026-08-04164270844.7 KBClassrooms
List all attendance sheets
🔑
Required OAuth scope: attendanceSheets:read.
📖
This endpoint is paginated with a page size of 3,000 attendance sheets. For more information, see the Pagination guide.
Lists all attendance sheets in your platform for the given classroom slot.
get/api/v2/classroom-slots/{classroomSlotId}/attendance-sheets
Path parameters
classroomSlotIdstring ObjectId required
Example:507f1f77bcf86cd799439011
The unique ID of the classroom slot.
Headers
360-api-version'v2.0' required
The version of the API.
Response
Returns one page of 3000 attendance sheets.
Example response
[
{
"_id": "507f1f77bcf86cd799439011",
"name": "First day afternoon",
"personalizedFields": {
"organizationName": "360Learning",
"organizationLogoId": "507f1f77bcf86cd799439011"
},
"checkInCode": "1234"
}
]