---
title: "List ordered bookable areas"
method: GET
path: "/shop/bookable-areas/order"
tags: ["BookableAreas"]
---

# List ordered bookable areas

`GET /shop/bookable-areas/order`

Returns the site's `BookableArea`s in their current display
order. Pair with `PUT /shop/bookable-areas/order` to power a
drag-and-drop ordering UI.

Requires the `RESERVATIONS_VIEW` permission on the site.

## Query parameters

- `site_id` string, required

## Response `200`

The site's bookable areas in display order. Pair with
`PUT /shop/bookable-areas/order` to power a drag-and-drop UI.

- object
  - `data` BookableAreaSummary[], required — The bookable areas in their current display order.
    - `id` string, mongo-id, required — The ID of the bookable area.
    - `name` string, required — The name of the bookable area.

## Other responses

- `401` — The user is unauthenticated
- `403` — The authenticated user does not have permission.
- `422` — The request didn't pass validation

---

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