Mindbody · JSON Structure

Public Api V6 Get Staff Image Urlresponse Structure

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

Type: object Properties: 2
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Properties

ImageURL MobileImageURL

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-staff-image-urlresponse-structure.json",
  "name": "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"
    }
  }
}