---
title: "Post Wellbeing Survey"
method: POST
path: "/Wellbeing/Survey"
tags: ["Wellbeing"]
---

# Post Wellbeing Survey

`POST /Wellbeing/Survey`

**Requires permission:** *Student*

Post a wellbeing survey

## Query parameters

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

## Request body

- PostWellbeingSurveyRequest
  - `wellbeingSurvey` 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

## Response `204`

Success - Success

## 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/28344aa564b4/schema)
