---
title: "Get Accident Forms"
method: GET
path: "/AccidentForms"
tags: ["Accidentforms"]
---

# Get Accident Forms

`GET /AccidentForms`

**Requires permission:** *StaffMember*

Get Accident Forms with filtering, sorting and paging

## Query parameters

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

## Response `200`

Success - Success

- GetAccidentFormsResponse
  - `data` AccidentForm[]
    - `id` integer
    - `personIdentifier` string, nullable
    - `studentUpi` string, guid, nullable
    - `cause` string, nullable
    - `event` string, nullable
    - `department` string, nullable
    - `summary` string, nullable
    - `injuryType` string, nullable
    - `submittedByEmail` string, nullable
    - `formType` string, nullable
    - `incidentDate` string, date-time, nullable
    - `suspectedConcussion` boolean, nullable
    - `visitor` AccidentVisitor
      - `id` integer
      - `age` integer, nullable
      - `type` string, nullable
      - `fullName` string, nullable
      - `email` string, nullable
      - `contactNumber` string, nullable
    - `injuries` AccidentInjury[]
      - `id` integer
      - `formId` integer, nullable
      - `bodyPart` string, nullable
      - `subBodyPart` string, nullable
      - `injuryType` string, nullable
  - `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/versions/fab57bf5558a/schema)
