Skip to main content
POST
/
v3
/
appointment-definitions
/
{appointmentDefinition}
/
available-staff
Browse Available Appointment Staff
curl --request POST \
  --url https://api.{tenant}.getomneo.com/api/v3/appointment-definitions/{appointmentDefinition}/available-staff \
  --header 'Content-Type: application/json' \
  --data '
{
  "location_id": 123,
  "date": "2023-12-25",
  "available_only": true
}
'
{
  "data": [
    {
      "id": "<string>",
      "first_name": "<string>",
      "last_name": "<string>",
      "email": "<string>",
      "has_available_slots": "<string>",
      "is_default_location": "<string>",
      "appointment_definition_staff_sort_order": "<string>",
      "location_profile_sort_order": "<string>"
    }
  ],
  "meta": {
    "appointment_definition_id": 123,
    "location_id": "<string>",
    "date": "<string>",
    "requires_staff": true,
    "customer_must_select_staff": true,
    "selection_required_by_customer": true,
    "assigned_staff_required": true
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

appointmentDefinition
integer
required

The appointment definition ID

Body

application/json
location_id
integer
required
date
string<date>
required
available_only
boolean

Response

data
AppointmentAvailableStaffResource · object[]
required
meta
object
required