GradeUpperSecondary
Get a GradeUpperSecondary
Retrieves the GradeUpperSecondary with the given ID.
get/grade-upper-secondary/{id}
Path parameters
idstring uuid required
Example:123e4567-e89b-12d3-a456-426614174000
The unique identifier of the GradeUpperSecondary to retrieve
Response
Response for GradeUpperSecondary Get operation - returns the requested GradeUpperSecondary
Example response
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"meta": {
"createdAt": "2024-01-15T10:30:00Z",
"createdBy": "987fcdeb-51a2-43d1-b567-123456789abc",
"updatedAt": "2024-01-15T14:45:00Z",
"updatedBy": "987fcdeb-51a2-43d1-b567-123456789abc"
},
"external": {
"sourceID": "12345678",
"source": "ExternalIntegrationAPI"
},
"studentID": "123e4567-e89b-12d3-a456-426614174000",
"schoolID": "123e4567-e89b-12d3-a456-426614174000",
"courseCode": "MATMAT01a",
"languageCode": "SV",
"teacher1EmployeeID": "123e4567-e89b-12d3-a456-426614174000",
"teacher2EmployeeID": "123e4567-e89b-12d3-a456-426614174000",
"gradeDate": "2025-01-15",
"gradeComment": "Eleven har visat goda kunskaper i algebra.",
"teacherComment": "Eleven deltar aktivt och visar stort engagemang.",
"includeOnFinalGrade": true,
"programTitle": "Teknikprogrammet",
"startDate": "2024-08-19",
"endDate": "2025-01-17"
}