Returns a paginated list of all UpperSecondaryGrades in your organization.
The maximum number of UpperSecondaryGrades to return (default: 50) when listing UpperSecondaryGrades
1
The number of UpperSecondaryGrades to skip before starting to return results (default: 0) when listing UpperSecondaryGrades
0
Response for UpperSecondaryGrade List operation - returns a paginated list of UpperSecondaryGrade
Array of UpperSecondaryGrade 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"
},
"grade": "A",
"gradeDate": "2024-01-01",
"schoolYear": "9",
"languageCode": "DEU",
"startDate": "2024-01-01",
"endDate": "2024-01-01",
"section": "General",
"programDisplayName": "Program 1",
"programTemplateTitle": "Program 1",
"orientationTitle": "Orientation 1",
"orientationCode": "ORI1"
}
]Pagination information
{ "offset": 0, "limit": 1, "total": 100 }