...
Attributes | Type | Description |
---|---|---|
testTypeId | Long | Id of test type |
testTypeName | String | Name of test type |
Response Codes
HTTP Code | Description |
---|---|
200 | Search successful and results returned |
400 | Bad request |
401 | Authentication failure |
403 | Authorization failure (no access to resource) |
500 | Unexpected internal server error |
Example Output
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
[ { "testTypeName": "Unit Test", "testTypeId": 10001 }, { "testTypeName": "Functional Test", "testTypeId": 10002 }, { "testTypeName": "Integration Test", "testTypeId": 10003 } ] |
...