Returns a paginated list of all AttendanceArchives in your organization.
The maximum number of AttendanceArchives to return (default: 50) when listing AttendanceArchives
1
The number of AttendanceArchives to skip before starting to return results (default: 0) when listing AttendanceArchives
0
Response for AttendanceArchive List operation - returns a paginated list of AttendanceArchive
Array of AttendanceArchive objects
[
{
"school": {
"id": "12345678-1234-1234-1234-123456789012",
"displayName": "Meitner Grundskola"
},
"student": {
"id": "12345678-1234-1234-1234-123456789012",
"identityNumber": "20000101-1234",
"firstName": "John",
"lastName": "Doe",
"dateOfBirth": "2000-01-01",
"gender": "Male",
"schoolType": "GR",
"schoolYear": "9"
},
"subject": { "title": "Matematik", "code": "MAT" },
"course": {
"title": "Matematik 2b",
"code": "MATMAT02B"
},
"report": {
"status": "Attendance",
"date": "2024-01-01",
"week": "1",
"lessonDurationMinutes": 45,
"absenceDurationMinutes": 15
},
"archiveYear": "2024_2025",
"archiveTerm": "HT"
}
]Pagination information
{ "offset": 0, "limit": 1, "total": 100 }