GetUpdated
Returns a list of records updated within a specified timeframe for a given object.
Input
| Name | Type | Description |
| ObjectType | String | API name of the Salesforce object to retrieve updated records for, such as Account, Contact, or Opportunity. Must be valid in your Salesforce org. |
| StartDate | String | Start of the time window (in UTC) for retrieving updated records. The API ignores seconds in the timestamp. |
| EndDate | String | End of the time window (in UTC) for retrieving updated records. The API ignores seconds in the timestamp. |
Result Set Columns
| Name | Type | Description |
| Id | String | ID of each record that was updated within the specified time range. |