Dataset Management
Download a dataset file
Downloads the specified file from the dataset. The downloaded file is redacted based on the dataset configuration.
get/api/Dataset/{datasetId}/files/{fileId}/download
Path parameters
datasetIdstring required
The unique identifier of the dataset
fileIdstring required
The unique identifier of the file
Query parameters
jsonDownloadAsstring
Format for JSON file downloads
Response
Returns the redacted file stream
string binary required
Changes
Changed in 1 of the 6 revisions of this API.4
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
added the non-success response with the status
502response-non-success-status-added
- ○
added the non-success response with the status
503response-non-success-status-added
- ○
added the non-success response with the status
504response-non-success-status-added
- ○