Returns a paginated list of all Students in your organization.
The maximum number of Students to return (default: 50) when listing Students
1
The number of Students to skip before starting to return results (default: 0) when listing Students
0
Response for Student List operation - returns a paginated list of Student
Array of Student 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"
},
"motherTongue": "SWE",
"motherTongueParticipates": false,
"modernLanguageInStudentsChoice": "DEU",
"modernLanguageInLanguageChoice": "DEU",
"swedishAsSecondLanguage": false,
"isAbleToSwim": false,
"hasActionProgram": false,
"hasChildcare": false,
"startDate": "2024-01-01",
"endDate": "2024-01-01",
"archiveYear": "2024_2025",
"archiveTerm": "HT"
}
]Pagination information
{ "offset": 0, "limit": 1, "total": 100 }