---
title: "Get the report matrix templates"
method: GET
path: "/Report/Matrix"
tags: ["Report"]
---

# Get the report matrix templates

`GET /Report/Matrix`

**Requires permission:** *StaffMember*

Returns the mark-grade matrix rows grouped by template name (lower/upper bound -> value).

## Response `200`

Success - Got matrices

- GetReportMatrixResponse
  - `matrixGroups` MatrixGroups[]
    - `templateName` string, nullable
    - `matrix` ReportMatrix[], nullable
      - `id` integer
      - `templateName` string, nullable
      - `upper` integer
      - `lower` integer
      - `value` string, nullable

## Other responses

- `400` — An Error Occurred - Could not get matrices
- `401` — Unauthorized
- `403` — Forbidden

---

[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/fab57bf5558a/schema)
