FormTemplates
Queryable, Introduced in version 22.5
GET https://localhost:8001/sv/001.1/api/v1/Common/FormTemplates
Represents a measuring or maintenance form template.
GUID
A11F4598-EC23-4BE4-88C5-E4E9899678F7
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the entity. |
|
Code | String | The human readable identifier of the form template.
|
|
Comment | Comments | The comment of the form template.
|
|
CommentId | Int64? | The business key identifier of the form template's comment.
|
|
Description | String | The translated description of the form template. |
|
ControlDataType | Int32 | The type of the template form which specifices in which apps the form can be used.
|
|
Type | Int32 | The usage type of the measuring template form that restricts in which module the measuring form template can be used.
|
Example
{
"Id": 0,
"Code": null,
"Comment": null,
"CommentId": null,
"Description": null,
"ControlDataType": 0,
"Type": 0
}