---
title: "Get waiting lists by patient identifier"
method: GET
path: "/elective-waiting-list/{patient.identifier}"
---

# Get waiting lists by patient identifier

`GET /elective-waiting-list/{patient.identifier}`

## Overview
Use this endpoint to get a list of waiting lists for a provided patient identifier. Patient ID is NHS number of the patient. An example call is:

`https://api.service.nhs.uk/elective-waiting-list/patient?patient.identifier=https://fhir.nhs.uk/Id/nhs-number|1234567890`

## Path parameters

- `patient.identifier` string, required

## Headers

- `Authorization` string, required

## Response `200`

OK

- object
  - `result` 'success'

## Other responses

- `4XX` — An error occurred as follows: | HTTP status | Error code | Description | | ----------- | -------------------------- | --------------------------------------------- | | 400 | `error.bad-request` | The request is invalid | | 401 | `error.unauthorized` | Invalid token provided | | 403 | `error.forbidden` | Access to the requested resource is forbidden |

---

[API](https://skmtc.dev/nhs/apis/elective-waiting-list-api.md) · [All operations](https://skmtc.dev/nhs/apis/elective-waiting-list-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nhs/elective-waiting-list-api/revisions/26714fd0e100/schema)
