Practitioners
List practitioners in display order
Returns a lightweight, non-paginated list of PractitionerSummary objects for the given site, sorted by each practitioner's order field then by name. Use this to render an ordering UI without pulling the full Practitioner payload for every entry.
Requires the RESERVATIONS_VIEW permission on the site.
get/shop/practitioners/order
Query parameters
site_idstring required
Filter results by the site they belong to
Response
The practitioners for the site, sorted by order.
Example response
{
"data": [
{
"id": "5dcb47800000000000000000",
"name": "Jane Doe"
}
]
}