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 CSV Getter 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

ParameterFunctionValue Examples

type

Overwrite the data export type.

email_me

Receive an email when a user uses your URL.

sql

Filter, sort and perform inline functions on your export data using SQL

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