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
Parameter | Function | Value 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 | https://api.csvgetter.com/CBIfM4nqnrj9WHqxOm3W?filename_timestamp=start Puts a timestamp at the beginning of the filename. |
extract_json_property | Will translate all cells with JSON data to a single property value |
Last updated