-
Notifications
You must be signed in to change notification settings - Fork 1
Template
parkd126 edited this page Dec 27, 2018
·
7 revisions
Data type used to store templates of cases.
| Name | Type | Description | Request Methods |
|---|---|---|---|
| id | Int | Unique ID of the template | getTemplates |
| isDefault | Boolean | The is_default field is true for the default template and false otherwise | getTemplates |
| name | String | The name of the template | getTemplates |
Returns a list of available templates (requires TestRail 5.2 or later).
| Name | Type | Description | Required |
|---|---|---|---|
| projectId | Int | The ID of the project | Yes |
- List<Template>
val someTemplatesList = Template().getTemplates(projectId = 1)