---
title: "A collection of all diary allocations"
method: GET
path: "/v2/tier2/{shortName}/diary/allocations"
tags: ["DiaryController"]
---

# A collection of all diary allocations

`GET /v2/tier2/{shortName}/diary/allocations`

## Path parameters

- `shortName` string, required

## Query parameters

- `offset` integer, required
- `count` integer, required

## Response `200`

OK

- DiaryAllocationModelResults — Holds results from a paged query returning DiaryAllocationModel values
  - `Count` integer — The total number of results available for all pages
  - `Data` DiaryAllocationModel[] — The resulting data returned from the paged query range
    - `AppointmentType` string — The diary appointment type.
    - `ETag` string — A unique identifier defining the object and change revision.
    - `End` string, date-time — The end date/time of this allocation.
    - `OID` string — The unique Object ID (OID).
    - `Staff` string — The staff member holding this allocation.
    - `Start` string, date-time — The start date/time of this allocation.

---

[API](https://skmtc.net/letmc/apis/basic-tier.md) · [All operations](https://skmtc.net/letmc/apis/basic-tier/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/letmc/basic-tier/versions/6809a428158c/schema)
