List test cases
GET/api/v1/testcases/
List test cases
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
error string
nextPageToken string
testCases
object[]
createdAt date-time
error string
id string
inputs object[]
name string
updatedAt date-time
validators
object[]
jpath string
regex string
resource string
{
"error": "string",
"nextPageToken": "string"
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Loading...