---
title: "Get Wellbeing Surveys"
method: GET
path: "/Wellbeing/Surveys"
tags: ["Wellbeing"]
---

# Get Wellbeing Surveys

`GET /Wellbeing/Surveys`

**Requires permission:** *Student*

Get a list of wellbeing surveys and if the user has completed the survey this year

## Query parameters

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

## Response `200`

Success - Success

- GetWellbeingSurveysResponse
  - `wellbeingSurveys` WellbeingSurvey[]
    - `id` integer
    - `username` string, nullable
    - `email` string, nullable
    - `academicYear` integer, nullable
    - `studentYear` string, nullable
    - `house` string, nullable
    - `q1` string, nullable
    - `q2` string, nullable
    - `q3` string, nullable
    - `q4` string, nullable
    - `q5` string, nullable
    - `q6` string, nullable
    - `q7` string, nullable
    - `q8` string, nullable
    - `q9` string, nullable
    - `q10` string, nullable
    - `q11` string, nullable
    - `q12` string, nullable
    - `q13` string, nullable
    - `q14` string, nullable
    - `q15` string, nullable
    - `q16` string, nullable
    - `q17` string, nullable
    - `q18` string, nullable
    - `q19` string, nullable
    - `q20` string, nullable
    - `q21` string, nullable
    - `q22` string, nullable
  - `completedThisYear` boolean
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer

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