Mindbody · JSON Structure

Public Api V6 Get Available Dates Response Structure

Implementation of the 'GetAvailableDatesResponse' model.

Type: object Properties: 1
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

GetAvailableDatesResponse 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

AvailableDates

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-available-dates-response-structure.json",
  "name": "GetAvailableDatesResponse",
  "description": "Implementation of the 'GetAvailableDatesResponse' model.",
  "type": "object",
  "properties": {
    "AvailableDates": {
      "type": "array",
      "items": {
        "type": "datetime"
      },
      "description": "A list of dates where scheduled appointment availability was found after applying request filters.",
      "example": [
        "2026-05-28T14:30:00Z"
      ]
    }
  }
}