---
title: "Get a GradeUpperSecondary"
method: GET
path: "/grade-upper-secondary/{id}"
tags: ["GradeUpperSecondary"]
---

# Get a GradeUpperSecondary

`GET /grade-upper-secondary/{id}`

Retrieves the `GradeUpperSecondary` with the given ID.

## Path parameters

- `id` string, uuid, required

## Response `200`

Response for GradeUpperSecondary Get operation - returns the requested GradeUpperSecondary

- GradeUpperSecondary — GradeUpperSecondary represents a grade awarded to a student in upper secondary school (Swedish: gymnasieskola). Grades are scoped to the organization of the API key used. The CourseCode field uses the national course code as defined by the Swedish school authorities (e.g. "MATMAT01a").
  - `id` string, uuid, required — Unique identifier for the GradeUpperSecondary
  - `meta` Meta — Meta contains information about the creation and modification of a resource for auditing purposes
    - `createdAt` string, date-time, required — Timestamp when the resource was created
    - `createdBy` string, uuid, nullable — User who created the resource
    - `updatedAt` string, date-time, nullable — Timestamp when the resource was last updated
    - `updatedBy` string, uuid, nullable — User who last updated the resource
  - `external` External — External is a reusable object that can be used to store external information from another system, used for third-party integration tracking.
    - `sourceID` string, nullable — The ID of the external source
    - `source` string, nullable — The source of the external information
  - `studentID` string, uuid, required — The ID of the student the grade belongs to. Must reference a student within the organization who has an active placement at the school referenced by SchoolID.
  - `schoolID` string, uuid, required — The ID of the school where the student received the grade. Must reference a school within the organization.
  - `courseCode` string, required — The national course code as defined by the Swedish school authorities (e.g. "MATMAT01a" for Mathematics 1a).
  - `languageCode` string, nullable — The language code for the grade, used when the course is taught in a specific language.
  - `teacher1EmployeeID` string, uuid, nullable — The ID of the primary teacher responsible for the grade. Must reference an Employee who has an active placement at the school referenced by SchoolID.
  - `teacher2EmployeeID` string, uuid, nullable — The ID of the secondary teacher responsible for the grade. Must reference an Employee who has an active placement at the school referenced by SchoolID.
  - `grade` 'A' | 'B' | 'C' | 'D' | 'E' | 'F' | 'MISSING' — The grade awarded to a student
  - `gradeDate` string, date, nullable — The date the grade was awarded.
  - `gradeComment` string, nullable — A comment about the grade from the teacher.
  - `extent` 'Normal' | 'Extended' | 'Reduced' — The extent of the course in the study plan
  - `schoolYear` '1' | '2' | '3' — The school year of the student when the grade was awarded (upper secondary school)
  - `section` 'General' | 'Program' | 'Orientation' | 'Specialization' | 'Individual' | 'Project' | 'Elementary' — The section/type of the course in the study plan
  - `teacherComment` string, nullable — A comment from the teacher about the student's performance.
  - `includeOnFinalGrade` boolean, required — Whether this course grade should be included when calculating the student's final grade certificate.
  - `programTitle` string, nullable — The title of the program this course belongs to. Used to associate the course with a specific educational program.
  - `startDate` string, date, nullable — The date the student started the course.
  - `endDate` string, date, nullable — The date the student finished the course.

## Other responses

- `400` — Bad Request - The request was malformed or contained invalid parameters
- `401` — Unauthorized - The request is missing valid authentication credentials
- `403` — Forbidden - Request is authenticated, but the user is not allowed to perform the operation
- `404` — Not Found - The requested resource does not exist
- `409` — Conflict - The request could not be completed due to a conflict
- `429` — Too Many Requests - When the rate limit has been exceeded
- `500` — Internal Server Error - An unexpected server error occurred

---

[API](https://skmtc.net/meitner/apis/directory-api.md) · [All operations](https://skmtc.net/meitner/apis/directory-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meitner/directory-api/revisions/014348a7bc35/schema)
