View source: R/endpoints-bulk.R
make_bulk_job_records_url | R Documentation |
Bulk Job Records URL Generator
make_bulk_job_records_url( job_id, record_type = c("successfulResults", "failedResults", "unprocessedRecords"), api_type = c("Bulk 2.0") )
job_id |
|
record_type |
|
api_type |
|
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.
This function is meant to be used internally. Only use when debugging.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.