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.
Last updated
GET /api/ss/analytics/failed/testcases?startDate=2021-06-03T00:00:00.000Z HTTP/1.1GET /api/ss/analytics/failed/testcases?endDate=2021-06-03T00:00:00.000Z HTTP/1.1curl -X GET 'https://demo.attackforge.com/api/ss/analytics/failed/testcases?limit=10&startDate=2021-06-03T00:00:00.000Z&endDate=2021-06-04T00:00:00.000Z' -H 'Host: demo.attackforge.com' -H 'X-SSAPI-KEY: ***************************************' -H 'Content-Type: application/json' -H 'Connection: close'{
"count": 999,
"testcases":[
{
"name": "..."
"count": 999
}
]
}