Mindbody · JSON Structure

Webhooks Api Get Metrics Response Structure

Implementation of the 'GetMetricsResponse' model. A wrapper for returning subscription metrics to API users

Type: object Properties: 1
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

GetMetricsResponse 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

items

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/webhooks-api-get-metrics-response-structure.json",
  "name": "GetMetricsResponse",
  "description": "Implementation of the 'GetMetricsResponse' model. A wrapper for returning subscription metrics to API users",
  "type": "object",
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Metric"
      },
      "description": "Contains the metrics for the passed subscription",
      "example": [
        {}
      ]
    }
  }
}