Mindbody · Schema

GetClientIndexesResponse

Implementation of the 'GetClientIndexesResponse' model.

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Properties

Name Type Description
ClientIndexes array Contains information about the client indexes.
View JSON Schema on GitHub

JSON Schema

public-api-v6-get-client-indexes-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-indexes-response-schema.json",
  "title": "GetClientIndexesResponse",
  "description": "Implementation of the 'GetClientIndexesResponse' model.",
  "type": "object",
  "properties": {
    "ClientIndexes": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ClientIndex"
      },
      "description": "Contains information about the client indexes.",
      "example": [
        {}
      ]
    }
  }
}