As of December 31st, 2023 ThreadFix 2.X has reached End of Life and is no longer supported. For any further information please contact the Success and Implementation team.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

/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


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.).

  • No labels