Get Testcase
Retrieve a specific Testcase by ID.
get/testcases/{testcaseId}
Path parameters
testcaseIdstring required
Example:248
The ID of the Testcase to retrieve.
Response
Successfully retrieved Testcase.
Example response
{
"validationErrors": [
{
"path": "/data/question",
"message": "Required field missing"
}
]
}