make_bulk_get_job_url {salesforcer} | R Documentation |
Bulk Get Job Generic URL Generator
Description
Bulk Get Job Generic URL Generator
Usage
make_bulk_get_job_url(
job_id,
api_type = c("Bulk 1.0", "Bulk 2.0"),
query_operation = NULL
)
Arguments
job_id |
|
api_type |
|
query_operation |
|
Value
character
; a complete URL (as a string) that will be used to
send subsequent Bulk 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.2 Index]