action letmc_property_controller_get_properties_photos { label: "A collection showing all the photos linked to a specific block, property or room" provider: letmc method: GET path: "/v2/tier2/{shortName}/property/properties/{propertyID}/photos" encoding: json input: { type: "object" properties: { count: { type: "string" } offset: { type: "string" } propertyID: { type: "string" } shortName: { type: "string" } } required: ["count", "offset", "propertyID", "shortName"] additionalProperties: false } output: { type: "object" additionalProperties: true } }