Skip to content

Template

parkd126 edited this page Dec 27, 2018 · 7 revisions

Overview

Data type used to store templates of cases.

Fields

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

Methods

GET Requests:


1. getTemplates

Description:

Returns a list of available templates (requires TestRail 5.2 or later).

Parameters:
Name Type Description Required
projectId Int The ID of the project Yes
Returns:
Example:
val someTemplatesList = Template().getTemplates(projectId = 1)

 

Clone this wiki locally