Mindbody · Schema

GetClientScheduleResponse

Implementation of the 'GetClientScheduleResponse' model.

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Properties

Name Type Description
PaginationResponse object Contains information about the pagination used.
Visits array Contains information about client visits including waitlist entries info
View JSON Schema on GitHub

JSON Schema

public-api-v6-get-client-schedule-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-schema/public-api-v6-get-client-schedule-response-schema.json",
  "title": "GetClientScheduleResponse",
  "description": "Implementation of the 'GetClientScheduleResponse' model.",
  "type": "object",
  "properties": {
    "PaginationResponse": {
      "$ref": "#/components/schemas/PaginationResponse",
      "description": "Contains information about the pagination used."
    },
    "Visits": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/VisitWithWaitlistInfo"
      },
      "description": "Contains information about client visits including waitlist entries info",
      "example": [
        {}
      ]
    }
  }
}