action letmc_property_controller_get_properties_facilities { label: "A collection of facilities linked to a block, property or room" provider: letmc method: GET path: "/v2/tier2/{shortName}/property/properties/{propertyID}/facilities" 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 } }