---
title: "Get School Trips"
method: GET
path: "/SchoolTrips"
tags: ["Schooltrips"]
---

# Get School Trips

`GET /SchoolTrips`

**Auth:** Authenticated - any signed-in user.

Get School Trips with optional pagination, sorting & filtering

## Query parameters

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

## Response `200`

Success - Success

- GetSchoolTripsResponse
  - `schoolTrips` SchoolTrip[]
    - `id` integer
    - `tripName` string, nullable
    - `destination` string, nullable
    - `startDate` string, date-time, nullable
    - `endDate` string, date-time, nullable
    - `cost` integer, nullable
    - `yearGroups` string, nullable
    - `maxPlaces` integer, nullable
    - `organiser` string, nullable
    - `initials` string, nullable
    - `status` string, nullable
    - `link` string, nullable
    - `refCode` string, nullable
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer

## Other responses

- `400` — An Error Occurred - Explain Error
- `401` — Unauthorized

---

[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)
