Mindbody · Schema

GetPickASpotClassResponse

Implementation of the 'GetPickASpotClassResponse' model. Contains information about the get PickASpot class response.

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Properties

Name Type Description
classes array Contains information about the PickASpot classes.
pagination object Contains information about the pagination used.
responseDetails object Contains information about the response details.
View JSON Schema on GitHub

JSON Schema

public-api-v6-get-pick-aspot-class-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-pick-aspot-class-response-schema.json",
  "title": "GetPickASpotClassResponse",
  "description": "Implementation of the 'GetPickASpotClassResponse' model. Contains information about the get PickASpot class response.",
  "type": "object",
  "properties": {
    "classes": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/PickASpotClass"
      },
      "description": "Contains information about the PickASpot classes.",
      "example": [
        {}
      ]
    },
    "pagination": {
      "$ref": "#/components/schemas/Pagination",
      "description": "Contains information about the pagination used."
    },
    "responseDetails": {
      "$ref": "#/components/schemas/ResponseDetails",
      "description": "Contains information about the response details."
    }
  }
}