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

# Get a single busy-time-type

`GET /busy-time-types/{id}`

Get busy-time-type data by id

## Path parameters

- `id` integer, required

## Response `200`

Object with busy-time-type data.

- object
  - `id` integer, required — Busy time type id
  - `title` string, required — Busy time type title
  - `color` string, required — Busy time type color (hex)
  - `duration` number, required — Busy time type duration (minutes)
  - `isUtilisationIncluded` boolean, nullable — Whether this busy time type includes utilisation
  - `note` string, nullable, required — Busy time type 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)
