Create Timestamped Export

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

Create timestamped exports

Create a timestamped export based on the given template_id. To find a template_id, use List Export Templates.

The 'file_url' will expire 1 week from creation - this is to ensure your exports are up to date!

🚧

NOTE: id vs. template_id

The 'id' refers to the id of this export, whereas the 'template_id' refers to the source template. You'll use the make sure to use 'id' to GET the export that you've created.

template_id
string
required

The id of the template to generate the report from

output
string
required

The output format of the report. Acceptable formats: csv, xlsx

``201 OK

``401 Unauthorized

Updated3 months ago


ShellNodeRubyPHPPython


xxxxxxxxxx

curl --request POST \

--url https://api.fountain.com/v2/timestamped_exports \

--header 'accept: application/json' \

--header 'content-type: application/json'

Click Try It! to start a request and see the response here! Or choose an example:

application/json

201401

Updated3 months ago