action letmc_property_controller_get_properties_tenancies { label: "A collection of all tenancies associated with this block, property or room" provider: letmc method: GET path: "/v2/tier2/{shortName}/property/properties/{propertyID}/tenancies" 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 } }