Description Usage Arguments Value
For larger requests this will handle paginated responses. Results are stored in a list.
1 2 | paginator_fetch_request(endpoint_url, query_params = NULL,
max_pages = 25, sleep_interval = 0.5)
|
endpoint_url |
intial url endpoint |
query_params |
initial query params |
max_pages |
max number of pages to collect. Default is 25 or 2500 records. |
sleep_interval |
Defaults to 0.5. |
list of result contents
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.