/rest/documents/{documentId}/download
Descriptor | Value |
---|---|
HTTP Method | GET |
Description | Displays content of document files |
Required Permission | Read Access (Any Role) |
Version Introduced | 2.5.1.17 |
Request Header Parameters
Parameter | Value | Required | Description |
---|---|---|---|
Accept | String | Yes | A value of ‘application/json’ must be provided. |
Sample Call:
curl --insecure -H 'Accept: application/json' -H "Authorization: APIKEY {apiKey}" GET http://localhost:8080/threadfix/rest/documents/1/download > remediation.txt
Sample Output:
The output for this REST call is the scan file you want to download. Make sure you pipe it into the proper file type (xml, fpr, zip, etc.).