{ "opencollection": "1.0.0", "info": { "name": "MLS Grid RESO Web Lookup Media API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Media", "type": "folder" }, "items": [ { "info": { "name": "List Media", "type": "http" }, "http": { "method": "GET", "url": "https://api.mlsgrid.com/v2/Media", "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": "$top", "value": "", "type": "query", "description": "Maximum number of records to return per page." } ] }, "docs": "Replicate Media records as a standalone resource where supported by the originating MLS. Use `MediaModificationTimestamp` for incremental replication." } ] } ], "bundled": true }