Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

/rest/{version}/documents/{documentId}/download

...

Descriptor

Value

HTTP Method

GET

Description

Displays content of document files

Required Permission

Read Access (Any Role)

Version Introduced2.5.1.17

...

Code Block
themeEclipse
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.).