Download
Download the sanitized file for a given submission UUID, sanitized by CDR
Authorizations
Path parameters
uuidstringRequired
Submission UUID
Responses
200
Successfully downloaded the sanitized file
400
Bad request - CDR module not purchased or report not ready
404
Submission not found
get
GET /public-api/download/cdr/{uuid} HTTP/1.1
Host:
Authorization: Bearer
Accept: */*
No content
Authorizations
Path parameters
uuidstringRequired
Submission ID
Responses
200
HTML report downloaded successfully
404
HTML report not found
500
Internal server error
get
GET /public-api/download/html-report/{uuid} HTTP/1.1
Host:
Authorization: Bearer
Accept: */*
No content
Was this helpful?