getSections
Retrieve test case sections for a TestRail project and suite. Supports pagination to manage large datasets efficiently.
Instructions
Retrieves sections for a specified project and suite. Supports pagination via limit and offset parameters (default: limit=250, offset=0). Use _links.next to determine if more pages are available. / 指定されたプロジェクトとスイートのセクションを取得します。limitとoffsetパラメータでページネーションをサポートします。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | TestRail Project ID | |
| suiteId | No | TestRail Suite ID (optional for single suite projects) | |
| limit | No | Maximum number of sections to return (default 250, max 250) | |
| offset | No | Number of sections to skip (default 0, for pagination) |