---
title: "Get a list of all available allocations for a date + 7 days for a specified appointment type"
method: GET
path: "/v3/diary/{shortName}/allocations"
tags: ["DiaryController"]
---

# Get a list of all available allocations for a date + 7 days for a specified appointment type

`GET /v3/diary/{shortName}/allocations`

## Path parameters

- `shortName` string, required

## Query parameters

- `preferredDate` string, date-time, required
- `appointmentType` string, required
- `lettings` boolean
- `propertyIdentifier` string
- `branchID` string

## Response `200`

OK

- DiaryBookingModel[]
  - `Start` string, date-time — The start time of the booking
  - `End` string, date-time — The end time of the booking
  - `StaffName` string — The name of the staff member this booking is with
  - `StaffID` string — The unique ID of the staff member this booking is with

---

[API](https://skmtc.net/letmc/apis/agentos-api-v3-diary-call-group.md) · [All operations](https://skmtc.net/letmc/apis/agentos-api-v3-diary-call-group/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/letmc/agentos-api-v3-diary-call-group/versions/9e518bf9a2f6/schema)
