ExtraFieldTemplates
Queryable, Introduced in version 2.18
GET https://localhost:8001/sv/001.1/api/v1/Common/ExtraFieldTemplates
Represents an extra field template.
GUID
E74EFF2A-DDB8-4457-A4A4-4EC46EB5CEB5
Required permission
Show extra fields
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the extra field template. |
|
Name | String | The translated name of the extra field template. |
|
Description | String | The translated description of the extra field template. |
|
Type | Int32 | The extra field template type.
|
|
ParentId | Int64 | The business key identifier of the extra field group that the template belongs to.
|
|
RowNumber | Int32 | The row number of the extra field template. |
|
Identifier | String | The alphanumeric identifier of the extra field template.
|
|
OptionTemplates | ExtraFieldOptionTemplates[] | The extra field option templates that belong to the extra field template.
|
Example
{
"Id": 0,
"Name": null,
"Description": null,
"Type": 0,
"ParentId": 0,
"RowNumber": 0,
"Identifier": null,
"OptionTemplates": null
}