MeasuringTemplates
Queryable, Introduced in version 22.5
GET https://localhost:8001/sv/001.1/api/v1/Common/MeasuringTemplates
Represents a measuring template.
GUID
EFE8C4CC-35D2-4D05-B257-52FCEEF604A1
Required permission
Show measuring templates
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the entity. |
|
FormTemplateId | Int64 | The business key identifier of the form template that the measuring template relates to.
|
|
Code | String | The human readable identifier of the measuring template.
|
|
Description | String | The translated description of the measuring template. |
|
FrequencyText | String | The frequency text defined for the measuring template.
|
|
IntervalAmount | Int32? | The quantity value defined for the measuring template. |
|
Interval | Int32? | The interval value defined for the measuring template. |
|
MeasuringFrequency | Int32 | The frequency value defined for the measuring template.
|
|
Type | Int32 | Type of the measuring template which restricts in which module the measuring template can be used.
|
Example
{
"Id": 0,
"FormTemplateId": 0,
"Code": null,
"Description": null,
"FrequencyText": null,
"IntervalAmount": null,
"Interval": null,
"MeasuringFrequency": 0,
"Type": 0
}