URL Parameters
Add parameters to the end of your URL to supercharge your automation processes.
URL parameters are small codes you can add to your Export URL to customise how they behave when used. Your first URL parameter must have a ?
in front of it. Any subsequent parameters must be separated by an &
.
Parameter Examples
show_wait_page
Show an HTML page which prompts the user to wait while the export is processed before being automatically pushed as a download. Great for larger exports.
https://api.csvgetter.com/CBIfM4nqnrj9WHqxOm3W?show_wait_page=true
filename_timestamp
Can take the values true, start, end
. This can be used to give your download file name a timestamp.
https://api.csvgetter.com/CBIfM4nqnrj9WHqxOm3W?filename_timestamp=start Puts a timestamp at the beginning of the filename.
Last updated
Was this helpful?