All requests must first be Authorized and must use the HTTP POST method over HTTPS.
This call allows you to download PDF reports of a consumer that is assigned to your account in DigitalHub.
https://api.vision-net.ie/cws/2.3/digital_hub/consumer/{{consumerId}}/report/{{reportType}}
URI parameters
Parameter | Type | Description |
---|---|---|
consumerId | Integer | Pk of a consumer you get in https://api.vision-net.ie/cws/2.3/digital_hub/consumer/list |
reportType | String |
Type of report for the requested consumer. Possible values are:
|
The API response:
In case the API call is successful, the response is a standard PDF file stream of an 'application/pdf' Content Type.
Otherwise, a JSON response is returned.