---
title: "Gets rewards tallies"
method: POST
path: "/rewards/tally"
tags: ["Rewards"]
---

# Gets rewards tallies

`POST /rewards/tally`

**Requires permissions:** *AcademicStaff* or *AcademicSupport* or *StudentFacing*

Returns a list of all rewards tally for a given query

## Query parameters

- `page` integer, required
- `pageSize` integer, required
- `includes` string[], nullable
- `sort` string, nullable
- `filter` string, nullable

## Request body

- PostRewardsTallyRequest
  - `query` string, nullable
  - `houseCode` string, nullable
  - `fromDate` string, date-time, nullable
  - `toDate` string, date-time, nullable

## Other responses

- `400` — An Error Occurred - Explain Error
- `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)
