Test Cases
List test cases
Get a list of test cases for a specific test target with optional filtering
GET
Authorizations
Path Parameters
The ID of the test target
Query Parameters
JSON string containing filter criteria for test cases. The filter supports the following fields:
- id: Filter by test case ID
- testTargetId: Filter by test target ID
- description: Filter by test case description
- status: Filter by test case status (ENABLED, DISABLED, DRAFT, OUTDATED, PROVISIONAL)
- runStatus: Filter by run status (ON, OFF)
- folderId: Filter by folder ID
- externalId: Filter by external ID
- AND: Logical AND operator for combining multiple conditions
- OR: Logical OR operator for combining multiple conditions
- NOT: Logical NOT operator for negating conditions
Response
200
application/json
List of test cases
The response is of type object[]
.