{ "opencollection": "1.0.0", "info": { "name": "Bridge RESO Web Agents Listings API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Listings", "type": "folder" }, "items": [ { "info": { "name": "List Listings", "type": "http" }, "http": { "method": "GET", "url": "https://api.bridgedataoutput.com/api/v2/OData/:dataset/listings", "params": [ { "name": "dataset", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "sortBy", "value": "", "type": "query" }, { "name": "order", "value": "", "type": "query" }, { "name": "fields", "value": "", "type": "query" } ] }, "docs": "Returns listings (Properties) for the dataset with RESO field naming." }, { "info": { "name": "Get Listing", "type": "http" }, "http": { "method": "GET", "url": "https://api.bridgedataoutput.com/api/v2/OData/:dataset/listings/:listingId", "params": [ { "name": "dataset", "value": "", "type": "path" }, { "name": "listingId", "value": "", "type": "path" } ] }, "docs": "Get Listing" } ] } ], "bundled": true }