Read Testcases

GET
Retrieve all Testcases from a Testset

Path parameters

testset_idintegerRequired
The Testset ID to retrieve testcases from.

Query parameters

offsetintegerOptional
The offset to start from.
limitintegerOptional
The number of testcases to return.

Response

This endpoint returns an object
countinteger
resultslist of objects
The list of Testcases retrieved in this page.
nextstringOptional
The URL to fetch the next page of testcases.
previousstringOptional
The URL to fetch the previous page of testcases.

Errors