FormReportTranslationGroups
Queryable, Introduced in version 2.48
GET https://localhost:8001/sv/001.1/api/v1/Common/FormReportTranslationGroups
Represents a form report translation group.
GUID
EF268C33-EED6-4E25-81AB-9B615FEDC2D9
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the translation group. |
|
DocumentFont | Int32 | The type of document font that is applied for the translation group.
|
|
IsPreset | Boolean | Whether or not the translation group is a preset delivered with MONITOR or not. |
|
Description | String | The translated description of the translation group. |
|
Code | String | The human readable identifier of the translation group.
|
|
Translations | FormReportTranslations[] | The translations that belong to the translation group. |
Example
{
"Id": 0,
"DocumentFont": 0,
"IsPreset": false,
"Description": null,
"Code": null,
"Translations": null
}