action simplyrets_get_properties { label: "The SimplyRETS Listings API" description: "This is the main endpoint for accessing your properties. View\nall of the available query parameters and make requests below!\nThe API uses Basic Authentication, which most HTTP libraries\nwill handle for you. To use the test data (which is what this\npages uses), you can use the api key `simplyrets` and secret\n`simplyrets`. Note that these test listings are not live MLS\nlistings but the data, query parameters, and response bodies\nwill all work the same.\n" provider: simplyrets method: GET path: "/properties" encoding: json input: { type: "object" properties: { agent: { type: "string" } brokers: { type: "string" } cities: { type: "string" } count: { type: "string" } counties: { type: "string" } features: { type: "string" } include: { type: "string" } lastId: { type: "string" } limit: { type: "string" } maxarea: { type: "string" } maxbaths: { type: "string" } maxbeds: { type: "string" } maxdom: { type: "string" } maxprice: { type: "string" } minarea: { type: "string" } minbaths: { type: "string" } minbeds: { type: "string" } minprice: { type: "string" } minyear: { type: "string" } neighborhoods: { type: "string" } offset: { type: "string" } points: { type: "string" } postalCodes: { type: "string" } q: { type: "string" } sort: { type: "string" } status: { type: "string" } subtype: { type: "string" } type: { type: "string" } vendor: { type: "string" } water: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }