---
title: "List GradeUpperSecondaries"
method: GET
path: "/grade-upper-secondary"
tags: ["GradeUpperSecondary"]
---

# List GradeUpperSecondaries

`GET /grade-upper-secondary`

Returns a paginated list of all `GradeUpperSecondaries` in your organization.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Response for GradeUpperSecondary List operation - returns a paginated list of GradeUpperSecondary

- object
  - `data` GradeUpperSecondary[] — Array of GradeUpperSecondary objects
    - `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.
  - `pagination` Pagination — Pagination parameters for controlling result sets in list operations
    - `offset` integer, required — Number of items to skip from the beginning of the result set
    - `limit` integer, required — Maximum number of items to return in the result set
    - `total` integer, required — Total number of items available for pagination

## 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)
