---
title: "Get a single waitlist"
method: GET
path: "/waitlists/{id}"
tags: ["waitlist"]
---

# Get a single waitlist

`GET /waitlists/{id}`

Get waitlist data by id

## Path parameters

- `id` integer, required

## Response `200`

Object with waitlist data.

- object
  - `id` integer, required — Waitlist Item Id
  - `practitionerId` integer, nullable, required — The id of the practitioner associated to the waitlist item
  - `userGroupId` integer, nullable, required — The id of the practitioner group associated to the waitlist item
  - `locationId` integer, nullable, required — The id of the location associated to the waitlist item
  - `patientId` integer, nullable, required — The id of the patient associated to the waitlist item
  - `serviceIds` number[], nullable, required — The id list of services the waitlist item is waiting for
  - `preferredDays` string[] — Preferred days of the waitlist item
  - `preferredTime` string[], nullable — Preferred time of service for the waitlist item
  - `waitlistTags` string[], nullable, required — The waitlist tag ids of the waitlist item
  - `archived` boolean, nullable — Whether the waitlist has been archived
  - `createdAt` union — Object creation date time
    - string
    - string
  - `updatedAt` union — Object update date time
    - string
    - string

---

[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)
