Table of Contents | ||
---|---|---|
|
...
Name | Located in | Required | Description | Default | Schema |
---|---|---|---|---|---|
entityType | body | Yes | For Testcase entity type would be - TC | - | string |
showAllStateEntities | body | No |
| - | boolean |
folderPath | body | No | Path to the root folder of testcase | - | string |
Search Issues
API to search issues (Search Issues parameters are part of the main Search Entities.)
Name | Located in | Required | Description | Default | Schema |
---|---|---|---|---|---|
entityType | body | Yes | For Testcase entity type would be - IS | - | string |
Search Requirements
...
Name | Located in | Required | Description | Default | Schema |
---|---|---|---|---|---|
entityType | body | Yes | For Testcase entity type would be - RQ | - | string |
Search Test Suites
...
Name | Located in | Required | Description | Default | Schema |
---|---|---|---|---|---|
entityType | body | Yes | For Testcase entity type would be - TS | - | string |
Response
Content-Type: application/json
Status Code | Reason | Response Model |
---|---|---|
200 | Blank search will return all entities | |
400 | Invalid json object or mandatory fields missing | - |
401 | Unauthorised or session expired | - |
500 | Returned when server connection times out | - |
...