action simplyrets_get_openhouses { label: "The SimplyRETS OpenHouses API" description: "This is the main endpoint for accessing openhouses.\n" provider: simplyrets method: GET path: "/openhouses" encoding: json input: { type: "object" properties: { agent: { type: "string" } brokers: { type: "string" } cities: { type: "string" } include: { type: "string" } lastId: { type: "string" } limit: { type: "string" } listingId: { type: "string" } minprice: { type: "string" } offset: { type: "string" } sort: { type: "string" } startdate: { type: "string" } type: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }