The getUpdated() call returns a GetUpdatedResult object that contains information about each record that was inserted or updated within the given timespan. An GetUpdatedResult object has the following properties:
| Name | Type | Description |
|---|---|---|
| id[] | ID | Array of IDs of each object that has been updated. |
| latestDateCovered | dateTime | The timestamp (Coordinated Universal Time (UTC) time zone—not local— timezone) of the earliest process within the range of startDate and endDate that did not complete. A value here indicates that for safety, you should use this value for your next startDate in order to capture the changes that started after this date but did not complete before the endDate and were therefore not returned in this call. |