Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
maxLevel3

...

Name

Located in

Required

Description

Default

Schema

entityType

body

Yes

For Testcase entity type would be - TC

-

string

showAllStateEntities

body

No

  • If eSignature is enabled for the project - Send 'true' to get data of all states and 'false' to get only approved entities.

  • If eSignature is disabled for the project - Send 'true' to get data of all states and 'false' would not get any data.

-

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

ResponseEntityString

400

Invalid json object or mandatory fields missing

-

401

Unauthorised or session expired

-

500

Returned when server connection times out

-

...