Testcases
List Testcases in Testset
Retrieve a paginated list of Testcases belonging to a Testset.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the Testset to list Testcases from.
Example:
"246"
Query Parameters
Maximum number of items to return (1-100). Use with cursor
for pagination through large sets.
Required range:
x > 0
Example:
20
Cursor for pagination. Pass the nextCursor
from the previous response to get the next page of results.
Example:
"123"
Response
200
application/json
Successfully retrieved list of Testcases.
The response is of type object
.