make_report_describe_url {salesforcer} | R Documentation |
Report Describe URL generator
Description
Report Describe URL generator
Usage
make_report_describe_url(report_id)
Arguments
report_id |
|
Value
character
; a complete URL (as a string) that will be used to
send Reports and Dashboards API calls to. This URL is specific to your instance
and the API version being used.
Note
This function is meant to be used internally. Only use when debugging.
[Package salesforcer version 1.0.1 Index]