For the complete documentation index, see llms.txt. This page is also available as Markdown.

DownloadReportTemplate

This method can be used for the following: Download a Report Template user has access to.

Parameters

The following URL, Headers and Parameters are required for requests to this API endpoint. Where a parameter is optional, it will be indicated. Otherwise treat all parameters as mandatory.

Headers

GET /api/ss/report-templates/:reportTemplateId/download HTTP/1.1
Host: demo.attackforge.com
X-SSAPI-KEY: APIKey
Content-Type: application/json
Connection: close

Query

reportTemplateId (string)

Identifier for the Report Template.

Example:

GET /api/ss/report-templates/5e8017d2e1385f0c58e8f4f8/download HTTP/1.1

Example

The following example is a cURL request to get a report template.

Request

Include API Token instead of stars in 'X-SSAPI-KEY: ***************************************' parameter.

Response

Response contains binary data. If using curl, use option --output to save the binary response as a file e.g.

Last updated