get https://app.rumbleup.com/api/report/get/
Get a specific report. You can get a reportId from getting a list of reports that were run.
Success:
- 200:
OK
. Returns the Report Object .
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, verify thereportId
is correct and that the report still exists in the download section of the application or that it is still listed in Get Report List.