This method can be used for the following functionality: Get all testcases for a project you have access to, by project identifier (Id).
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/:id/testcases HTTP/1.1
Host: demo.attackforge.com
X-SSAPI-KEY: APIKey
Content-Type: application/json
Connection: close
Query
id (string)
Identifier for the project.
Example:
GET /api/ss/project/5e64179c899bb708b55ea48c/testcases HTTP/1.1
status (string) (optional)
Test case status. Must be one of the following: Tested, Not-Tested, In-Progress, Not-Applicable
Example:
GET /api/ss/project/5e64179c899bb708b55ea48c/testcases?status=Tested HTTP/1.1
Example
The following example is a cURL request to get all Tested test cases on a project.
Request
Include API Token instead of stars in 'X-SSAPI-KEY: ***************************************' parameter.