List test suites
GET/api/v1/testsuites/
List test suites
Request
Query Parameters
name string
runId string
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
Array [
]
]
]
error string
nextPageToken string
testSuites
object[]
cases
object[]
inputs object[]
name string
validators
object[]
jpath string
regex string
resource string
createdAt date-time
description string
error string
id string
inputSchema integer[]
name string
updatedAt date-time
{
"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...