Mindbody · Schema

GetCustomClientFieldsResponse

Implementation of the 'GetCustomClientFieldsResponse' model.

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Properties

Name Type Description
PaginationResponse object Contains information about the pagination used.
CustomClientFields array Contains information about the available custom client fields.
View JSON Schema on GitHub

JSON Schema

public-api-v6-get-custom-client-fields-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-custom-client-fields-response-schema.json",
  "title": "GetCustomClientFieldsResponse",
  "description": "Implementation of the 'GetCustomClientFieldsResponse' model.",
  "type": "object",
  "properties": {
    "PaginationResponse": {
      "$ref": "#/components/schemas/PaginationResponse",
      "description": "Contains information about the pagination used."
    },
    "CustomClientFields": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CustomClientField"
      },
      "description": "Contains information about the available custom client fields.",
      "example": [
        {}
      ]
    }
  }
}