---
title: "Get Exam Results for a Student"
method: GET
path: "/Exams/Results"
tags: ["Exams"]
---

# Get Exam Results for a Student

`GET /Exams/Results`

**Auth:** Authenticated - any signed-in user.

Get Exam Results for a Student, this will only return results that are visible to the logged in user

## Query parameters

- `studentId` string, guid, nullable
- `currentYear` boolean, required
- `includeComponentMarks` boolean, nullable
- `page` integer, required
- `pageSize` integer, required
- `includes` string[], nullable
- `sort` string, nullable
- `filter` string, nullable

## Response `200`

Success - Success

- GetExamResultsForStudentResponse
  - `results` ExamResultView[]
    - `year` integer
    - `subject` string, nullable
    - `exam` string, nullable
    - `level` string, nullable
    - `grade` string, nullable
    - `mark` string, nullable
    - `maxMark` string, nullable
    - `item` string, nullable
    - `board` string, nullable
    - `boardCode` string, nullable
    - `examCode` string, nullable
    - `components` ExamComponentView[]
      - `year` integer
      - `examBoard` string, nullable
      - `subject` string, nullable
      - `component` string, nullable
      - `componentCode` string, nullable
      - `componentMark` string, nullable
      - `examCode` string, nullable
    - `examSetting` ExamSetting
      - `id` integer
      - `examType` string, nullable
      - `visibleToStudents` string, date-time, nullable
      - `visibleToStaff` string, date-time, nullable
      - `visibleToParents` string, date-time, nullable
      - `dateToDisplay` string, date-time
      - `saving` boolean
      - `currentlyVisible` boolean
  - `examSettings` ExamSetting[]
    - `id` integer
    - `examType` string, nullable
    - `visibleToStudents` string, date-time, nullable
    - `visibleToStaff` string, date-time, nullable
    - `visibleToParents` string, date-time, nullable
    - `dateToDisplay` string, date-time
    - `saving` boolean
    - `currentlyVisible` boolean
  - `currentDateTime` string, date-time, nullable
  - `currentDateTimeUtc` string, date-time, nullable
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer

## Other responses

- `400` — An Error Occurred - Explain Error
- `401` — Unauthorized

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/28344aa564b4/schema)
