ExtraFieldGroups
Queryable, Introduced in version 2.18
GET https://localhost:8001/sv/001.1/api/v1/Common/ExtraFieldGroups
Represents an extra field group.
GUID
41FA38FD-D9CD-4AC8-A677-F365F52043BD
Required permission
Show extra fields
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the extra field group. |
|
Name | String | The translated name of the extra field group. |
|
EntityId | Guid | The business-domain identifier of the entity that the extra field group is defined for. |
|
RowNumber | Int32 | The row number of the extra field group. |
|
Templates | ExtraFieldTemplates[] | A collection of extra field templates that belong to the extra field group.
|
Example
{
"Id": 0,
"Name": null,
"EntityId": "00000000-0000-0000-0000-000000000000",
"RowNumber": 0,
"Templates": null
}