list_test_suites
List top-level test suites for a TestLink project, or retrieve child suites of a specified parent suite.
Instructions
List test suites: top-level suites for a project (tl.getFirstLevelTestSuitesForTestProject), or child suites of a given suite (tl.getTestSuitesForTestSuite) when parentSuiteId is supplied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parentSuiteId | No | If set, list child suites of this suite instead of the project's top-level suites. | |
| testProjectId | Yes | Test project id. |