DownloadProjectTestCaseWorkspaceNoteFile

This method can be used for the following: Download a project test case workspace note file for a project user has Edit 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/project/:projectId/testcase-workspace-note/:testcaseWorkspaceNoteId/file/:fileName HTTP/1.1
Host: demo.attackforge.com
X-SSAPI-KEY: APIKey
Content-Type: application/json
Connection: close

Query

projectId (string)

Identifier for the project.

Example:

GET /api/ss/project/5f5ebf3b31ff1d08c1e5fa91/testcase-workspace-note/:testcaseWorkspaceNoteId/file/:fileName HTTP/1.1

testcaseWorkspaceNoteId (string)

Identifier for the test case workspace note.

Example:

fileName (string)

Storage name for the file.

Example:

Example

The following example is a cURL request to get a file on a project test case workspace note.

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