Mindbody · Schema

GetContactLogTypesResponse

Implementation of the 'GetContactLogTypesResponse' model.

FitnessWellnessBeautySchedulingBookingPoint-of-SaleStudiosSalonsSpasWebhook

Properties

Name Type Description
PaginationResponse object Contains information about the pagination used.
ContactLogTypes array The requested Active ContactLogTypes
View JSON Schema on GitHub

JSON Schema

public-api-v6-get-contact-log-types-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-contact-log-types-response-schema.json",
  "title": "GetContactLogTypesResponse",
  "description": "Implementation of the 'GetContactLogTypesResponse' model.",
  "type": "object",
  "properties": {
    "PaginationResponse": {
      "$ref": "#/components/schemas/PaginationResponse",
      "description": "Contains information about the pagination used."
    },
    "ContactLogTypes": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ContactLogType"
      },
      "description": "The requested Active ContactLogTypes",
      "example": [
        {}
      ]
    }
  }
}