/rest/{version}/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.1617 |
Request Header Parameters
...
Code Block | ||
---|---|---|
| ||
curl --insecure -H 'Accept: application/json' -H "Authorization: APIKEY {apiKey}" GET http://localhost:8080/threadfix/rest/latest/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.).