Mindbody · JSON Structure

Public Api V6 Get Prospect Stages Response Structure

Implementation of the 'GetProspectStagesResponse' model. Get Prospect Stages Response Model

Type: object Properties: 1
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Properties

ProspectStages

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-prospect-stages-response-structure.json",
  "name": "GetProspectStagesResponse",
  "description": "Implementation of the 'GetProspectStagesResponse' model. Get Prospect Stages Response Model",
  "type": "object",
  "properties": {
    "ProspectStages": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ProspectStage"
      },
      "description": "List of Prospect Stages",
      "example": [
        {}
      ]
    }
  }
}