Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

AttributesTypeDescription
testTypeIdLongId of test type
testTypeNameStringName of test type

Response Codes

HTTP Code
Description
200Search successful and results returned
400Bad request
401Authentication failure
403Authorization failure (no access to resource)
500Unexpected internal server error

Example Output

Code Block
languagejs
themeEclipse
titleTest types
[
      {
      "testTypeName": "Unit Test",
      "testTypeId": 10001
   },
      {
      "testTypeName": "Functional Test",
      "testTypeId": 10002
   },
      {
      "testTypeName": "Integration Test",
      "testTypeId": 10003
   }
]

...