API Docs / Schemas / CustomFieldGroupDto

CustomFieldGroupDto

A named group for organising custom field definitions.
Each group renders as its own card on the entity detail page.

Properties

Name Type Description
codestring

The unique code for this custom field group

The unique code for this custom field group

namestring

The display name of this group

The display name of this group

entityTypeenum

Client

Client

parentCustomFieldGroupCodestring

The code of the parent group, or null if this is a root group

The code of the parent group, or null if this is a root group

sortOrderinteger

The display order of this group relative to other groups

The display order of this group relative to other groups

JSON Example

{
  "code": "string",
  "name": "string",
  "entityType": "Client",
  "parentCustomFieldGroupCode": "string",
  "sortOrder": 0
}

Used By Operations

Contained in Schemas