Template entity represents the JSON representation of a pre-configurated object used as template for creating new ones.
Database level
The entity's attributes are shown below. Mandatory fields are marked with a red star:
Name | Type | Label | Description |
---|
form * | String | Form | Represents the entity form. Will always be "tpl". |
tpl_name * | String | Name | The object name |
tpl_author * | String |
| Represents the name of the author as firt name and last name with an empty space. |
tpl_author_unid * | String |
| The unique ID of the author document. |
tpl_body | HTML/String |
| Represents the body contect of the template. |
tpl_date * | Date/Time |
| Represents the creation date and time of the object. |
tpl_desc | String |
| The object detailed description |
tpl_proc_unid * | String |
| The unique ID of the parent process under which the template has been created and referenced. |
tpl_sop_name | String |
| Represents the name of the parent process under which the template has been created and referenced. |
tpl_sop_nr | String |
| Represents the number of the parent process under which the template has been created and referenced. |
QEE classes level
The class representing the Template is QEETpl
Inherits from: QEEObject
REST level
The endpoints dealing with Template are:
xrTpl (GET, POST, PUT, DELETE)
xrTpls (GET, PUT, DELETE)