---
title: "Get all house tour bookings"
method: GET
path: "/HouseTours"
tags: ["Housetours"]
---

# Get all house tour bookings

`GET /HouseTours`

**Requires permissions:** *Admin* or *Admissions*

All OpenApply house tour bookings (Admin / Admissions).

## Query parameters

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

## Response `200`

Success - Success

- GetHouseToursResponse
  - `bookings` HouseTourBookingDto[]
    - `id` integer
    - `studentId` integer, nullable
    - `parentId` integer, nullable
    - `tourDate` string, date-time, nullable
    - `endDate` string, date-time, nullable
    - `housemaster` string, nullable
    - `house` string, nullable
    - `comments` string, nullable
    - `system` string, nullable
    - `bookingType` string, nullable
    - `virtualLink` string, nullable
    - `eventId` string, nullable
    - `parentEventId` string, nullable
    - `dateAdded` string, date-time, nullable
    - `applicantName` string, nullable
    - `entryYear` integer, nullable
    - `previousSchool` string, nullable
    - `photo` 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/28344aa564b4/schema)
