get
https://{hostname}/test-management/v3/functional/test-catalog/conditions
Lists condition statements you can use for creating test cases.
Lists condition statements you can use for creating test cases.
xxxxxxxxxxcurl --request GET \--url https://hostname/test-management/v3/functional/test-catalog/conditions \--header 'accept: application/json'
xxxxxxxxxx19{"conditions": [{"conditionExpression": "Response code is one of \"403\""},{"conditionExpression": "Response code is one of \"302,301\""},{"conditionExpression": "Response code is one of \"408\""},{"conditionExpression": "Log request details - Referrer header is not logged"},{"conditionExpression": "Variable \"AKA_PM_PROPERTY_NAME\" has a value that ends with \"USER8\" (ignore case)"}]}