Export data from a DataSet in your Domo instance.
Data types will be exported as they are currently stored in the dataset. In addition, the only supported export type is CSV.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the DataSet
"08a061e2-12a2-4646-b4bc-20beddb403e3"
Include table header row
The filename of the exported csv
Returns a raw CSV in the response body or error for the outcome of data being exported into DataSet.
The response is of type string.