Retrieve a test case
GET/api/v1/testcases/:id
Retrieve a test case
Request
Path Parameters
id stringrequired
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
createdAt date-time
error string
id string
inputs object[]
name string
updatedAt date-time
validators
object[]
jpath string
regex string
resource string
{
"createdAt": "2024-07-29T15:51:28.071Z",
"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...