sf_get_deleted | R Documentation |
Retrieves the list of individual records that have been deleted within the given timespan for the specified object.
sf_get_deleted(object_name, start, end, verbose = FALSE)
object_name |
|
start |
|
end |
|
verbose |
|
This API ignores the seconds portion of the supplied datetime values.
## Not run: # get all deleted Contact records from midnight until now deleted_recs <- sf_get_deleted("Contact", Sys.Date(), Sys.time()) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.