Fetch patient report
GET/v1/referrals/:referralReference/files/patientReport
Overview
Use this endpoint to fetch the rendered PDF patient report.
This report is available when the referral has been completed or reported on. You can choose when your reports are generated when you onboard.
In order to fetch this report you require the referral reference value that was provided at the point in time the referral was created.
Fetching the document
The API will respond with a 302 Found response which includes a Location header that allows access to download the PDF report from our secure cloud environment.
If the report is not available then you will receive a 404 Not Found response.
Request
Responses
- 302
- 401
- 403
- 404
- 429
- 500
Found
Response Headers
URI to fetch to receive the files contents
Invalid authentication details have been used to make this request
Response Headers
You are not allowed to carry out this operation
Response Headers
This resource could not be found
Response Headers
You have sent too many requests to the service and must wait before sending any more.
Response Headers
An error has occured that is stopping your request from being processed.