Queue
The Queue Resource includes fields that describe additions and changes to resources in the system. When an entry is added to the Queue, it gives you a pointer back to the resource and key of the entity that changed.
The Amplify system also records bulk events in the Queue. This is used when data is imported from another system in bulk to notify data consumers that may want (and have access to) older listings where the ModificationTimestamp is
preserved. Meaning that a listing from 2015 will still have a ModificationTimestamp from 2015 when imported. The QueueTransactionType for these events will either be BulkAdd or BulkUpdate, reflecting
the operation that was performed.
See the Queue Resource in the RESO Data Dictionary.
Examples
Remember to URL Encode query string values prior to sending HTTP requests. To aid with readability, the URLs in this document are displayed without URL encoding and wrapped over multiple lines.
Retrieve Queue records for a Property
This query will retrieve the Queue records for a Property with a ListingKey equal to 123456:
https://query.ampre.ca/odata/Queue?$filter=ResourceRecordKey eq '123456'