Skip to main content
GET
/
v3
/
appointment-definitions
/
{appointmentDefinition}
/
questions
Browse Appointment Definition Questions
curl --request GET \
  --url https://api.{tenant}.getomneo.com/api/v3/appointment-definitions/{appointmentDefinition}/questions
{
  "data": {
    "questionnaire": {
      "id": "<string>",
      "name": "<string>",
      "purpose": "<string>"
    },
    "questions": [
      "<unknown>"
    ]
  }
}

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

Response

data
object
required