action letmc_sales_controller_get_advertised_sales { label: "Search all sales properties available given a range of search criteria" provider: letmc method: GET path: "/v2/tier2/{shortName}/sales/advertisedsales" encoding: json input: { type: "object" properties: { branchID: { type: "string" } count: { type: "string" } maximumPrice: { type: "string" } minimumBathrooms: { type: "string" } minimumBeds: { type: "string" } minimumEnsuites: { type: "string" } minimumPrice: { type: "string" } minimumReception: { type: "string" } minimumToilets: { type: "string" } offset: { type: "string" } onlyDevelopement: { type: "string" } onlyInvestements: { type: "string" } shortName: { type: "string" } } required: ["branchID", "count", "offset", "onlyDevelopement", "onlyInvestements", "shortName"] additionalProperties: false } output: { type: "object" additionalProperties: true } }