Short answer is that it works "most" of the time. But you will see out of order records (for change detection timestamps) once in a while, and that w...read more
It appears that the search API goes off of a secondary index, and the lastmodified timestamps are often not correctly refreshed. So you will see such...read more
Hello, Does the search go off a secondary index? We see out of order records many times when we use this API, making our integrations skip large ...read more
This is a problem with pretty much all V3 batch create APIs. There is very little documentation on these batch APIs, and nothing on the ordering or e...read more
This is very useful for integrations. While webhooks work reasonably well, they are inherently unreliable and the ability to search for deleted records by either archivedAt or lastmodifieddate would be a god-send.
This is very useful for integrations. While webhooks work reasonably well, they are inherently unreliable and the ability to search for deleted records by either archivedAt or lastmodifieddate would be a god-send.
Hello, Did something changed OAuth2 settings for apps recently? We were using localhost as redirect URL successfully until last week, and today we cannot enter a localhost URL in Redirect URL field.