Retrieves the list of individual records that have been deleted within the given timespan for the specified object.
Input
| Name |
Type
|
Description
|
| ObjectType
|
String
|
Object type. The specified value must be a valid object for your organization.
|
| StartDate
|
String
|
Starting date/time (Coordinated Universal Time (UTC)-not local- timezone) of the timespan for which to retrieve the data. The API ignores the seconds portion of the specified dateTime value (for example, 12:30:15 is interpreted as 12:30:00 UTC).
|
| EndDate
|
String
|
Ending date/time (Coordinated Universal Time (UTC)-not local- timezone) of the timespan for which to retrieve the data. The API ignores the seconds portion of the specified dateTime value (for example, 12:35:15 is interpreted as 12:35:00 UTC).
|
Result Set Columns
| Name |
Type |
Description
|
| Id
|
String
|
ID of the deleted records which satisfy the start and end dates specified in the getDeleted() call.
|
| DeletedDate
|
String
|
Date of the deleted records which satisfy the start and end dates specified in the getDeleted() call.
|