Custom Field Groups
Named groups for organising custom field definitions. Groups can optionally be displayed as their own card on entity detail pages. Supports CRUD operations with filtering by entity type.
-
GET List CustomFieldGroupsLists all CustomFieldGroups for the given tenant./tenants/{tenant}/custom-field-groups
-
POST Create CustomFieldGroupCreates a new CustomFieldGroup for the specified tenant./tenants/{tenant}/custom-field-groups
-
GET Get CustomFieldGroupGets a CustomFieldGroup for the specified tenant./tenants/{tenant}/custom-field-groups/{code}
-
PUT Update CustomFieldGroupUpdates a CustomFieldGroup for the specified tenant./tenants/{tenant}/custom-field-groups/{code}
-
DELETE Delete CustomFieldGroupDeletes a CustomFieldGroup for the specified tenant./tenants/{tenant}/custom-field-groups/{code}