Optional
Creates a query to retrieve the last updatedAt attribute to use in a subsequent request.
updatedAt
{"and": [{ "customer_updated_at": { "gte": "2016-01-01" } }],"sort" : [{"customer_updated_at": "asc"}],"queryContext": "customer","or":[]} Copy
{"and": [{ "customer_updated_at": { "gte": "2016-01-01" } }],"sort" : [{"customer_updated_at": "asc"}],"queryContext": "customer","or":[]}
Uses the returned updatedAt value from the previous request to page through all customer data and keep data up to date.
{"and": [{ "customer_updated_at": { "gte": "2016-07-27T22:30:48.939Z" } }],"sort" : [{"customer_updated_at": "asc"}],"queryContext": "customer","or":[]} Copy
{"and": [{ "customer_updated_at": { "gte": "2016-07-27T22:30:48.939Z" } }],"sort" : [{"customer_updated_at": "asc"}],"queryContext": "customer","or":[]}
Example request
Creates a query to retrieve the last
updatedAt
attribute to use in a subsequent request.Example of next request
Uses the returned
updatedAt
value from the previous request to page through all customer data and keep data up to date.