Download client report
Retrieves a specific report file as a binary stream for download.
Path parameters
-
ClientGUID
string(uuid) Required The GUID of the client the report relates to.
-
ReportRequestGUID
string Required Except for legacy Tranvas reports, this is expected to be a GUID. However, we will accept string for legacy use cases.
GET
/api/v2/clients/{ClientGUID}/reports/{ReportRequestGUID}/download
curl \
--request GET 'https://api.fincalc.co.uk/api/v2/clients/{ClientGUID}/reports/{ReportRequestGUID}/download' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (403)
{
"success": false,
"message": "You do not have permission to view that client."
}
Response examples (404)
{
"success": false,
"message": "Report not found."
}