Get a test caseget https://{hostname}/test-management/v3/functional/test-suites/{testSuiteId}/test-cases/{testCaseId}Returns details of a functional test case.Path ParamstestSuiteIdintegerrequiredIdentifies a test suite. To get this value, run the List test suites operation.testCaseIdintegerrequiredIdentifies a functional test case. To get this value, run the List test cases operation.Query ParamsresolveVariablesbooleanDefaults to falseReturns test cases with resolved variables assigned statically, false by default.truetruefalseaccountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 200The response provides the test case. 400Validation errors. 403Authorization error. 404Resource not found error.Updated about 1 month ago