Mindbody · JSON Structure

Public Api V6 Get Appointment Options Response Structure

Implementation of the 'GetAppointmentOptionsResponse' model.

Type: object Properties: 1
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

GetAppointmentOptionsResponse is a JSON Structure definition published by Mindbody, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Options

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-structure/public-api-v6-get-appointment-options-response-structure.json",
  "name": "GetAppointmentOptionsResponse",
  "description": "Implementation of the 'GetAppointmentOptionsResponse' model.",
  "type": "object",
  "properties": {
    "Options": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AppointmentOption"
      },
      "description": "Contains information about the appointment options.",
      "example": [
        {}
      ]
    }
  }
}