View source: R/endpoints-bulk.R
make_bulk_get_all_jobs_url | R Documentation |
Bulk Get All Jobs Generic URL Generator
make_bulk_get_all_jobs_url( parameterized_search_list = list(isPkChunkingEnabled = NULL, jobType = NULL), next_records_url = NULL, api_type = c("Bulk 2.0") )
parameterized_search_list |
|
next_records_url |
|
api_type |
|
character
; a complete URL (as a string) to send a request
to in order to retrieve queried jobs.
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.