---
title: "Get report delegations (legacy GET /Reports/Delegation)"
method: GET
path: "/Reports/Delegation"
tags: ["Reports"]
---

# Get report delegations (legacy GET /Reports/Delegation)

`GET /Reports/Delegation`

**Requires permission:** *StaffMember*

Returns the report delegations filtered by staff email and/or subject code. At least one filter is required. Port of the legacy v2 GetDelegations endpoint.

## Query parameters

- `staffEmail` string, nullable
- `subjectCode` string, nullable

## Response `200`

Success - Got delegations

- GetDelegationsResponse
  - `delegations` ReportDelegation[]
    - `id` integer
    - `staffEmail` string, nullable
    - `subjectCode` string, nullable
    - `delegatedBy` string, nullable

## Other responses

- `400` — An Error Occurred - Could not get delegations
- `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/28344aa564b4/schema)
