-
Notifications
You must be signed in to change notification settings - Fork 1
Section
parkd126 edited this page Dec 11, 2018
·
7 revisions
| Name | Type | Description | Request Methods |
|---|---|---|---|
| depth | Int | The level in the section hierarchy of the test suite | TODO |
| displayOrder | Int | The order in the test suite | TODO |
| id | Int | The unique ID of the section | TODO |
| projectId | Int | The ID of the project the section is related to | TODO |
| description | String | The description of the section (added with TestRail 4.0) | TODO |
| suiteId | Int | The ID of the test suite this section belongs to | TODO |
| parentId | Int | The ID of the parent section in the test suite | TODO |
| name | String | The name of the section | TODO |
Returns an existing section.
| Name | Type | Description | Required |
|---|---|---|---|
| sectionId | Int | The ID of the section | Yes |
Returns a list of sections for a project and test suite.
| Name | Type | Description | Required |
|---|---|---|---|
| projectId | Int | The ID of the project | Yes |
| suiteId | Int | The ID of the test suite | No (if the project is operating in single suite mode) |
Creates a new section.
Updates an existing section (partial updates are supported, i.e. you can submit and update specific fields only).
Deletes an existing section.