get
https://app.rumbleup.com/api/report/download/
Download the raw data in text/csv format from a completed report using the file’s ID (not the report ID).
Success:
- 200:
OK. Returns the raw CSV formatted data. The header will have the content type of data. For example:content-type text/csv; charset=utf-8
Errors:
- 401:
Unauthorized. If the authentication failed is returned, either the username or password is incorrect. Verify the both from the applications Integrations / API Keys for your account in the application. - 403:
Access Denied. Access to the specified report is denied. - 404:
NotFound. If you get a not found error, thefileIdis likely incorrect or that the file no longer exists to be downloaded. Verify you have a valid and correctfileId. ThefileIdneeds to concatenate the ID + extension or you will receive this 404 error. So if the ID is5538bf79de51e8633and theextiscsv, the properfileIdis5538bf79de51e8633.csv. This will return an error inXMLso it is probably best to only look at the status code (404) and not an expected reply inJSON.
