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:

NameTypeLabelDescription
form *StringFormRepresents the entity form. Will always be "tpl".
tpl_name *StringNameThe 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_bodyHTML/String
Represents the body contect of the template.
tpl_date *Date/Time
Represents the creation date and time of the object.
tpl_descString
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_nameString
Represents the name of the parent process under which the template has been created and referenced.
tpl_sop_nrString
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)