Mindbody · JSON Structure

Public Api V6 Get Pick Aspot Class Response Structure

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

Type: object Properties: 3
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

GetPickASpotClassResponse is a JSON Structure definition published by Mindbody, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

classes pagination responseDetails

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-structure/public-api-v6-get-pick-aspot-class-response-structure.json",
  "name": "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."
    }
  }
}