Mindbody · Schema

GetPackagesResponse

Implementation of the 'GetPackagesResponse' model.

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Properties

Name Type Description
Packages array Contains information about the resulting packages.
PaginationResponse object Contains information about the pagination used.
View JSON Schema on GitHub

JSON Schema

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