Read Testcase

GET
Retrieve Testcase data

Path parameters

testcase_idintegerRequired
The ID of the Testcase to retrieve.
testset_idintegerRequired
The ID of the Testset to retrieve the Testcase from.

Response

This endpoint returns an object
testset_idinteger
The ID of the testset the testcase belongs to.
user_querystring
The user query for the testcase.
idintegerOptional
The ID of the testcase.
created_atdatetimeOptional
The creation date and time of the testcase.
contextstringOptional
The context for the testcase.
idealstringOptional
The ideal response for the testcase.
custom_inputsmap from strings to optional objects or strings or integers or doubles or booleansOptional
custom_labelsmap from strings to optional objects or strings or integers or doubles or booleansOptional

Errors