Retrieve a test suite
GET/api/v1/testsuites/:id
Retrieve a test suite
Request
Path Parameters
id stringrequired
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
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
{
"createdAt": "2024-07-29T15:51:28.071Z",
"description": "string",
"error": "string",
"id": "string",
"name": "string",
"updatedAt": "2024-07-29T15:51:28.071Z"
}
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...