Skip to main content

Check waitlist length

GET 

/v1/partner/locations/:location_id/waitlist-length

Returns the current number of patients on the waitlist for a given location. Returns an array containing a single object with the waitlist length and location ID. Useful for real-time capacity management and patient expectations.

Token scope:

{'scope': 'read:locations'}

Request​

Path Parameters

    location_id Location Idrequired

    Required. The unique identifier of the location

Responses​

Successful Response

Schema

  • Array [

  • location_id Location Id (integer)required

    Possible values: Value must match regular expression ^[a-zA-Z0-9]{6}$

    The unique identifier of the location

    waitlist_length Waitlist Length (integer)required

    The number of patients currently on the waitlist

  • ]

Loading...