Mindbody · Schema

GetStaffImageURLResponse

Implementation of the 'GetStaffImageURLResponse' model. A response object returned from the GetStaffImgURL API.

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Properties

Name Type Description
ImageURL string A staff member's image URL.
MobileImageURL string A staff member's mobile image URL.
View JSON Schema on GitHub

JSON Schema

public-api-v6-get-staff-image-urlresponse-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-staff-image-urlresponse-schema.json",
  "title": "GetStaffImageURLResponse",
  "description": "Implementation of the 'GetStaffImageURLResponse' model. A response object returned from the GetStaffImgURL API.",
  "type": "object",
  "properties": {
    "ImageURL": {
      "type": "string",
      "description": "A staff member's image URL.",
      "example": "example-value"
    },
    "MobileImageURL": {
      "type": "string",
      "description": "A staff member's mobile image URL.",
      "example": "example-value"
    }
  }
}