Retrieves the list of individual records that have been deleted within the given timespan for the specified object.
Arguments
- object_name
character
; the name of the Salesforce object that the function is operating against (e.g. "Account", "Contact", "CustomObject__c").- start
date
ordatetime
; starting datetime of the timespan for which to retrieve the data.- end
date
ordatetime
; ending datetime of the timespan for which to retrieve the data.- verbose
logical
; an indicator of whether to print additional detail for each API call, which is useful for debugging. More specifically, when set toTRUE
the URL, header, and body will be printed for each request, along with additional diagnostic information where available.