get https://api.zeal.com/reports/downloads
Download a report.
If the job has been completed and the status = "complete"
, then this endpoint can be called with the job ID to return a URL that will point to the downloaded data.
Returns
attribute | type | description |
---|---|---|
success | boolean | Response status |
data | object | Link for Document Download if the status is complete |
errors | array | Contains a list of error objects which consists of:message : Error messagecode : Error code as described in Error codes |