Template
Template#
A survey template is a set of questions and settings on the basis of which a survey will be created.
| Attribute | Type | Description | Nullable |
|---|---|---|---|
| id | String | Identifier | false |
| type | String | Type of template, default Survey | false |
| categoryId | String | Identifier of category | false |
| categoryName | String | Category name | false |
| deleted | Boolean | Template activity | false |
| hidden | Boolean | Template visibility for users | false |
| tenant | String | Client name | true |
| name | String | Template name | false |
| withGrades | Boolean | Whether the template with scores is | false |
| showGrades | Boolean | Whether to show grades when taking a survey | false |
| questionsCount | Integer | Number of questions in the template | false |
| gradeConditions | List of objects | Possible results list | true |
| updateAt | Date and time at ISO format | Date and time of the last update | false |
| labels | Dictionary of strings | additional labels to the template | true |
| quick | Boolean | Indication that the template is being used for quick surveys | false |