---
title: "Get a specific diary allocation given its unique Object ID (OID)"
method: GET
path: "/v2/tier2/{shortName}/diary/allocations/{diaryAllocationID}"
tags: ["DiaryController"]
---

# Get a specific diary allocation given its unique Object ID (OID)

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

## Path parameters

- `shortName` string, required
- `diaryAllocationID` string, required

## Response `200`

OK

- DiaryAllocationModel — Represents a single diary allocation, capable of holding a number of appointments associated with a member of staff.
  - `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)
