v1
latestOpenAPI 3.0.32026-08-0658558.8 KBReports
Get a report
Here, you apply the report-id from the List reports operation as the path parameter to get a downloadlink containing the report.
Download the report at the link in the downloadLink field in the response.
get/v1/reports/{report-id}
Path parameters
report-idstring uuid required
Example:497f6eca-6276-4993-bfeb-53cbbbba6f08
Unique identifier for a report.
Response
Returns the JSON record of the report specified in the path parameter
Example response
{
"reportId": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"reportName": "My custom report",
"reportStatus": "READY",
"startDate": "2018-04-06T19:33:35Z",
"endDate": "2018-04-06T20:33:35Z",
"createdOn": "2018-04-06T20:33:35Z",
"downloadLink": "https://reporting-test.rnc.ripplenet.com/v1/reports/download/497f6eca-6276-4993-bfeb-53cbbbba6f08",
"reportCreatedBy": "Norma Jean"
}