action letmc_get_v2_tier2_short_name_lettings_tenancies_tenancy_id { label: "Get a specific tenancy given its unique Object ID (OID)" provider: letmc method: GET path: "/v2/tier2/{shortName}/lettings/tenancies/{tenancyID}" encoding: json input: { type: "object" properties: { shortName: { type: "string" } tenancyID: { type: "string" } } required: ["shortName", "tenancyID"] additionalProperties: false } output: { type: "object" additionalProperties: true } }