---
title: "Get a single busy-time"
method: GET
path: "/busy-times/{id}"
tags: ["busy-time"]
---

# Get a single busy-time

`GET /busy-times/{id}`

Get busy-time data by id

## Path parameters

- `id` integer, required

## Response `200`

Object with busy-time data.

- object
  - `id` integer, required — Busy time id
  - `start` union, required — Busy time start date time
    - string
    - string
  - `end` union, required — Busy time end date time
    - string
    - string
  - `locationId` integer, required — The location id of this busy time
  - `practitionerIds` integer[], required — The practitioner ids of this multiple practitioners busy time
  - `busyTimeTypeId` integer, nullable — The busy time type id of this multiple practitioners busy time
  - `repeatId` string, nullable, required — An recurring busy time will have this repeat id
  - `recurringRule` string, nullable, required — The rule for recurring busy time
  - `note` string, nullable, required — Busy time note
  - `archived` boolean, nullable — Whether the busy time type has been archived
  - `createdAt` union — Object creation date time
    - string
    - string
  - `updatedAt` union — Object update date time
    - string
    - string
  - `deletedAt` union, required — Object archived date time
    - string
    - string
    - unknown

---

[API](https://skmtc.dev/splose/apis/splose-public-api.md) · [All operations](https://skmtc.dev/splose/apis/splose-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/splose/splose-public-api/revisions/648d60075f00/schema)
