sf_rest_list {salesforcer} | R Documentation |
Execute a non-paginated REST API call to list items
Description
Execute a non-paginated REST API call to list items
Usage
sf_rest_list(url, as_tbl = FALSE, records_root = NULL, verbose = FALSE)
Arguments
url |
|
as_tbl |
|
records_root |
|
verbose |
|
Value
tbl_df
or list
of data depending on what was requested.
Note
This function is meant to be used internally. Only use when debugging.