{ "opencollection": "1.0.0", "info": { "name": "MLS Grid RESO Web Lookup Property API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Property", "type": "folder" }, "items": [ { "info": { "name": "List Properties", "type": "http" }, "http": { "method": "GET", "url": "https://api.mlsgrid.com/v2/Property", "params": [ { "name": "$filter", "value": "OriginatingSystemName eq 'actris' and ModificationTimestamp gt 2026-01-01T00:00:00Z", "type": "query", "description": "OData `$filter` expression. Required pattern uses `OriginatingSystemName eq ''` combined with\n`ModificationTimestamp gt ` for incremental replication. Replication queries are\nrestricted to a limited set of searchable fields documented per resource.\n" }, { "name": "$select", "value": "ListingKey,StandardStatus,ListPrice,ModificationTimestamp", "type": "query", "description": "Comma-separated list of fields to return. Reduces payload size." }, { "name": "$expand", "value": "Media,Rooms,UnitTypes", "type": "query", "description": "Comma-separated list of related resources to expand inline. Common values for Property are `Media`, `Rooms`, and `UnitTypes`." }, { "name": "$top", "value": "", "type": "query", "description": "Maximum number of records to return per page." }, { "name": "$count", "value": "", "type": "query", "description": "When `true`, includes `@odata.count` in the response." } ] }, "docs": "Replicate Property listings filtered by `OriginatingSystemName` and `ModificationTimestamp`. Use `$expand=Media,Rooms,UnitTypes` to include nested resources and `@odata.nextLink` for pagination." }, { "info": { "name": "Get Property by Key", "type": "http" }, "http": { "method": "GET", "url": "https://api.mlsgrid.com/v2/Property(':ListingKey')", "params": [ { "name": "ListingKey", "value": "", "type": "path", "description": "Prefixed MLS Grid listing key." }, { "name": "$expand", "value": "Media,Rooms,UnitTypes", "type": "query", "description": "Comma-separated list of related resources to expand inline. Common values for Property are `Media`, `Rooms`, and `UnitTypes`." } ] }, "docs": "Retrieve a single Property record by its prefixed `ListingKey` (e.g. `actris-1234567`)." } ] } ], "bundled": true }