GetMostFailedTestcases
This method can be used for the following functionality: Get details for the most failed testcases in the projects this user has access to. This method can be used with optional filter.
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
Query
limit (integer) (optional)
Limit how many vulnerabilities to return. Must be an integer e.g. 10.
Example:
startDate (string) (optional)
Start date to query vulnerabilities from. Must be UTC string e.g. 2021-06-03T23:15:33.008Z.
Example:
endDate (string) (optional)
End date to query vulnerabilities to. Must be UTC string e.g. 2021-06-03T23:15:33.008Z.
Example:
Example
The following example is a cURL request to get Top 10 most failed test cases between 1st January 2020 to 1st February 2020.
Request
Include API Token instead of stars in 'X-SSAPI-KEY: ***************************************' parameter.
Response
Response contains an array of testcase objects.
Last updated