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=1 character

The URL to fetch the next page of testcases.

previousstringOptional=1 character

The URL to fetch the previous page of testcases.

Errors

Built with