Get a variableCopy Pageget https://{hostname}/test-management/v3/functional/test-suites/{testSuiteId}/variables/{variableId}Returns details of a variable used in a test suite.Path ParamstestSuiteIdintegerrequiredIdentifies a test suite. To get this value, run the List test suites operation.variableIdintegerrequiredIdentifies a variable. To get this value, run the List variables operation.Query ParamsaccountSwitchKeystringFor 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 variable. 400Validation errors. 403Authorization error. 404Resource not found error.Updated 4 months ago