Return visual editor options for table surface configuration.
using System.Net.Http.Headers;var client = new HttpClient();var request = new HttpRequestMessage{ Method = HttpMethod.Get, RequestUri = new Uri("https://example.com/api/workspace/admin/entity-definitions/example/ui/table-surfaces/configuration/options"),};using (var response = await client.SendAsync(request)){ response.EnsureSuccessStatusCode(); var body = await response.Content.ReadAsStringAsync(); Console.WriteLine(body);}const url = 'https://example.com/api/workspace/admin/entity-definitions/example/ui/table-surfaces/configuration/options';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/api/workspace/admin/entity-definitions/example/ui/table-surfaces/configuration/optionsAuthorizations
Section titled “Authorizations”- None
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Query Parameters
Section titled “Query Parameters”Optional access token for clients that cannot set Authorization headers. Prefer Authorization: Bearer <token> when possible.
Responses
Section titled “Responses”OK
object
Visual editor options for table surface configuration.
object
Minimal runtime entity metadata used by explicit UI surfaces.
object
Entity definition identifier.
Internal entity key used by runtime routes.
User-facing singular name.
User-facing plural name.
Whether entity comments are enabled.
Whether entity attachments are enabled.
Whether entity tags are enabled.
Whether runtime configured search is available for the definition.
Runtime-exposed statements for this entity.
Runtime statement descriptor exposed to clients together with predicate payloads.
object
Statement identifier.
Stable technical statement key.
User-facing statement label.
Rule evaluation context shared with fast UI runtime evaluation.
object
Current workspace user identifier.
Workspace-local current date in ISO format.
Workspace time zone identifier.
UTC instant when the context was generated.
UTC instant for the next midnight in the workspace time zone.
Owner-scoped runtime values available to rule plans.
object
object
Whether the entity is an enabled Projection Entity.
Eligible field, system-field, and relation targets for table columns.
One eligible table column target and its surface defaults.
object
Stable visual-editor key for this target.
Default user-facing label.
Technical key for test automation and admin disambiguation.
Stable field, system-field, or relation target for table column configuration.
object
Entity field id when Moltaro.Entity.Ui.Models.EntityUiTableColumnConfigurationTargetAdminModel.TargetKind is Moltaro.Enums.EntityUiSurfaceConfigurationTargetKindEnum.EntityField.
Display field id when Moltaro.Entity.Ui.Models.EntityUiTableColumnConfigurationTargetAdminModel.TargetKind is Moltaro.Enums.EntityUiSurfaceConfigurationTargetKindEnum.DisplayField.
Object-context fact id when Moltaro.Entity.Ui.Models.EntityUiTableColumnConfigurationTargetAdminModel.TargetKind is Moltaro.Enums.EntityUiSurfaceConfigurationTargetKindEnum.ObjectContextFact.
Stable responsibility key when Moltaro.Entity.Ui.Models.EntityUiTableColumnConfigurationTargetAdminModel.TargetKind is Responsibility.
Default sort order.
Default visibility.
Default table column width.
Explicit table renderers accepted for this target. Null remains the inherited/default choice.
Default breadcrumb reference path.
Backend-approved breadcrumb path options for this reference target.
One backend-approved reference breadcrumb path option.
object
Reference field keys relative to the configured reference target entity.
User-facing label for the path.
Terminal entity definition identifier reached by this path.
Explicit drawer surfaces from the referenced target entity.
One surface metadata entry inside the admin catalog.
object
Persisted surface identifier.
Surface name.
Surface key.
Whether this surface is currently resolved as the default for its type.
Whether this Table Surface is configured as a Parent Tree View.
Stable NET package root id when this surface is package-owned.
NET package artifact id when this surface is package-owned.
Stable package surface id when this surface is package-owned.
Explicit details-page surfaces from the referenced target entity.
One surface metadata entry inside the admin catalog.
object
Persisted surface identifier.
Surface name.
Surface key.
Whether this surface is currently resolved as the default for its type.
Whether this Table Surface is configured as a Parent Tree View.
Stable NET package root id when this surface is package-owned.
NET package artifact id when this surface is package-owned.
Stable package surface id when this surface is package-owned.
Eligible related-record projection columns for table surfaces.
One eligible table projection column path and its surface defaults.
object
Stable visual-editor key for this projection path.
Default user-facing projection label.
Reference and terminal field keys in display order.
First primary-table reference field identifier.
Second reference field identifier inside the first target definition when configured.
Third reference field identifier inside the second target definition when configured.
Projected terminal field identifier inside the final target definition.
Default sort order.
Default visibility.
Default width.
Explicit table renderers accepted for the projected terminal field. Null remains the inherited/default choice.
Eligible field and statement targets for table-surface filters.
One eligible table-surface filter target and its configuration metadata.
object
Stable visual-editor key for this target.
Default user-facing label.
Technical key for test automation and admin disambiguation.
Stable query target for table-surface filter configuration.
object
Ordered query path for field and system-field targets. Intermediate segments must be readable
primary-table reference fields. This path controls filtering and is independent from the
filter item’s ReferencePath, which controls lookup breadcrumb rendering.
One field or system-field segment in a table-surface filter or sort query path.
object
Entity field id for a reference or terminal entity-field segment.
Entity field key for admin disambiguation and portable request inspection.
Statement id when Moltaro.Entity.Ui.Models.EntityUiTableSurfaceFilterTargetAdminModel.TargetKind is Moltaro.Enums.EntityInstanceQueryOptionKindEnum.Statement.
Statement name for admin disambiguation and portable request inspection.
Object-context fact id when Moltaro.Entity.Ui.Models.EntityUiTableSurfaceFilterTargetAdminModel.TargetKind is Moltaro.Enums.EntityInstanceQueryOptionKindEnum.ObjectContextFact.
Provider-owned filter facet key when Moltaro.Entity.Ui.Models.EntityUiTableSurfaceFilterTargetAdminModel.TargetKind is Moltaro.Enums.EntityInstanceQueryOptionKindEnum.ObjectContextFact.
Default breadcrumb reference path.
Backend-approved breadcrumb path options for this reference target.
One backend-approved reference breadcrumb path option.
object
Reference field keys relative to the configured reference target entity.
User-facing label for the path.
Terminal entity definition identifier reached by this path.
Backend-approved hierarchy sources for one direct scalar Reference target.
object
Explicit terminal-to-ancestor paths accepted by hierarchy metadata validation.
One backend-approved reference breadcrumb path option.
object
Reference field keys relative to the configured reference target entity.
User-facing label for the path.
Terminal entity definition identifier reached by this path.
Ready indexed self-reference fields accepted as recursive parent sources.
One backend-approved recursive hierarchy parent field.
object
Stable field identifier.
Stable field key.
User-facing field name.
Reference Eligibility requirements for one direct Table filter target.
object
Eligible field and system-field targets for table-surface sorting.
One eligible table-surface sort target and its configuration metadata.
object
Stable visual-editor key for this target.
Default user-facing label.
Technical key for test automation and admin disambiguation.
Stable sortable path for table-surface sort configuration.
object
Reference path from the queried entity to the sortable terminal field or system field.
One field or system-field segment in a table-surface filter or sort query path.
object
Entity field id for a reference or terminal entity-field segment.
Entity field key for admin disambiguation and portable request inspection.
Client-exposed statements available to table row rules.
Runtime statement descriptor exposed to clients together with predicate payloads.
object
Statement identifier.
Stable technical statement key.
User-facing statement label.
Structurally eligible self-reference fields and their physical index readiness.
One structurally eligible Parent Tree View field option.
object
Stable field identifier.
Stable field key.
User-facing field name.
Stable NET package root identifier for package-owned schema.
NET package artifact identifier for package-owned schema.
Stable package field identifier.
Localized explanation when the field is not ready.
Sortable primary-table fields eligible as the Tree View sibling sort field.
One sortable field eligible as the Tree View sibling sort field.
object
Stable field identifier.
Stable field key.
User-facing field name.
Stable NET package root identifier for package-owned schema.
NET package artifact identifier for package-owned schema.
Stable package field identifier.
object
object
object
object
Example
{ "Data": { "SurfaceType": 0, "ColumnTargets": [ { "Target": { "TargetKind": 0, "SystemField": 0 }, "FieldType": 0, "TableRenderer": 0, "AllowedTableRenderers": [ 0 ], "ReferenceInputType": 0, "ReferenceRendererType": 0, "ReferenceLookupRenderType": 0, "ReferenceTargetDrawerSurfaces": [ { "SurfaceType": 0, "Source": 0 } ], "ReferenceTargetDetailsPageSurfaces": [ { "SurfaceType": 0, "Source": 0 } ] } ], "ProjectionColumns": [ { "TerminalFieldType": 0, "Renderer": 0, "AllowedTableRenderers": [ 0 ] } ], "FilterTargets": [ { "Target": { "TargetKind": 0, "Path": [ { "SystemField": 0, "Special": 0 } ] }, "FieldType": 0, "ReferenceInputType": 0, "ReferenceRendererType": 0, "ReferenceLookupRenderType": 0 } ], "SortTargets": [ { "SortTarget": { "Path": [ { "SystemField": 0, "Special": 0 } ] } } ], "TreeViewParentFields": [ { "Source": 0, "Availability": 0 } ], "TreeViewSortFields": [ { "FieldType": 0, "Source": 0 } ] }, "Errors": [ { "Type": 0, "Severity": 0 } ], "Warnings": [ { "Type": 0, "Severity": 0 } ]}Bad Request
object
Visual editor options for table surface configuration.
object
Minimal runtime entity metadata used by explicit UI surfaces.
object
Entity definition identifier.
Internal entity key used by runtime routes.
User-facing singular name.
User-facing plural name.
Whether entity comments are enabled.
Whether entity attachments are enabled.
Whether entity tags are enabled.
Whether runtime configured search is available for the definition.
Runtime-exposed statements for this entity.
Runtime statement descriptor exposed to clients together with predicate payloads.
object
Statement identifier.
Stable technical statement key.
User-facing statement label.
Rule evaluation context shared with fast UI runtime evaluation.
object
Current workspace user identifier.
Workspace-local current date in ISO format.
Workspace time zone identifier.
UTC instant when the context was generated.
UTC instant for the next midnight in the workspace time zone.
Owner-scoped runtime values available to rule plans.
object
object
Whether the entity is an enabled Projection Entity.
Eligible field, system-field, and relation targets for table columns.
One eligible table column target and its surface defaults.
object
Stable visual-editor key for this target.
Default user-facing label.
Technical key for test automation and admin disambiguation.
Stable field, system-field, or relation target for table column configuration.
object
Entity field id when Moltaro.Entity.Ui.Models.EntityUiTableColumnConfigurationTargetAdminModel.TargetKind is Moltaro.Enums.EntityUiSurfaceConfigurationTargetKindEnum.EntityField.
Display field id when Moltaro.Entity.Ui.Models.EntityUiTableColumnConfigurationTargetAdminModel.TargetKind is Moltaro.Enums.EntityUiSurfaceConfigurationTargetKindEnum.DisplayField.
Object-context fact id when Moltaro.Entity.Ui.Models.EntityUiTableColumnConfigurationTargetAdminModel.TargetKind is Moltaro.Enums.EntityUiSurfaceConfigurationTargetKindEnum.ObjectContextFact.
Stable responsibility key when Moltaro.Entity.Ui.Models.EntityUiTableColumnConfigurationTargetAdminModel.TargetKind is Responsibility.
Default sort order.
Default visibility.
Default table column width.
Explicit table renderers accepted for this target. Null remains the inherited/default choice.
Default breadcrumb reference path.
Backend-approved breadcrumb path options for this reference target.
One backend-approved reference breadcrumb path option.
object
Reference field keys relative to the configured reference target entity.
User-facing label for the path.
Terminal entity definition identifier reached by this path.
Explicit drawer surfaces from the referenced target entity.
One surface metadata entry inside the admin catalog.
object
Persisted surface identifier.
Surface name.
Surface key.
Whether this surface is currently resolved as the default for its type.
Whether this Table Surface is configured as a Parent Tree View.
Stable NET package root id when this surface is package-owned.
NET package artifact id when this surface is package-owned.
Stable package surface id when this surface is package-owned.
Explicit details-page surfaces from the referenced target entity.
One surface metadata entry inside the admin catalog.
object
Persisted surface identifier.
Surface name.
Surface key.
Whether this surface is currently resolved as the default for its type.
Whether this Table Surface is configured as a Parent Tree View.
Stable NET package root id when this surface is package-owned.
NET package artifact id when this surface is package-owned.
Stable package surface id when this surface is package-owned.
Eligible related-record projection columns for table surfaces.
One eligible table projection column path and its surface defaults.
object
Stable visual-editor key for this projection path.
Default user-facing projection label.
Reference and terminal field keys in display order.
First primary-table reference field identifier.
Second reference field identifier inside the first target definition when configured.
Third reference field identifier inside the second target definition when configured.
Projected terminal field identifier inside the final target definition.
Default sort order.
Default visibility.
Default width.
Explicit table renderers accepted for the projected terminal field. Null remains the inherited/default choice.
Eligible field and statement targets for table-surface filters.
One eligible table-surface filter target and its configuration metadata.
object
Stable visual-editor key for this target.
Default user-facing label.
Technical key for test automation and admin disambiguation.
Stable query target for table-surface filter configuration.
object
Ordered query path for field and system-field targets. Intermediate segments must be readable
primary-table reference fields. This path controls filtering and is independent from the
filter item’s ReferencePath, which controls lookup breadcrumb rendering.
One field or system-field segment in a table-surface filter or sort query path.
object
Entity field id for a reference or terminal entity-field segment.
Entity field key for admin disambiguation and portable request inspection.
Statement id when Moltaro.Entity.Ui.Models.EntityUiTableSurfaceFilterTargetAdminModel.TargetKind is Moltaro.Enums.EntityInstanceQueryOptionKindEnum.Statement.
Statement name for admin disambiguation and portable request inspection.
Object-context fact id when Moltaro.Entity.Ui.Models.EntityUiTableSurfaceFilterTargetAdminModel.TargetKind is Moltaro.Enums.EntityInstanceQueryOptionKindEnum.ObjectContextFact.
Provider-owned filter facet key when Moltaro.Entity.Ui.Models.EntityUiTableSurfaceFilterTargetAdminModel.TargetKind is Moltaro.Enums.EntityInstanceQueryOptionKindEnum.ObjectContextFact.
Default breadcrumb reference path.
Backend-approved breadcrumb path options for this reference target.
One backend-approved reference breadcrumb path option.
object
Reference field keys relative to the configured reference target entity.
User-facing label for the path.
Terminal entity definition identifier reached by this path.
Backend-approved hierarchy sources for one direct scalar Reference target.
object
Explicit terminal-to-ancestor paths accepted by hierarchy metadata validation.
One backend-approved reference breadcrumb path option.
object
Reference field keys relative to the configured reference target entity.
User-facing label for the path.
Terminal entity definition identifier reached by this path.
Ready indexed self-reference fields accepted as recursive parent sources.
One backend-approved recursive hierarchy parent field.
object
Stable field identifier.
Stable field key.
User-facing field name.
Reference Eligibility requirements for one direct Table filter target.
object
Eligible field and system-field targets for table-surface sorting.
One eligible table-surface sort target and its configuration metadata.
object
Stable visual-editor key for this target.
Default user-facing label.
Technical key for test automation and admin disambiguation.
Stable sortable path for table-surface sort configuration.
object
Reference path from the queried entity to the sortable terminal field or system field.
One field or system-field segment in a table-surface filter or sort query path.
object
Entity field id for a reference or terminal entity-field segment.
Entity field key for admin disambiguation and portable request inspection.
Client-exposed statements available to table row rules.
Runtime statement descriptor exposed to clients together with predicate payloads.
object
Statement identifier.
Stable technical statement key.
User-facing statement label.
Structurally eligible self-reference fields and their physical index readiness.
One structurally eligible Parent Tree View field option.
object
Stable field identifier.
Stable field key.
User-facing field name.
Stable NET package root identifier for package-owned schema.
NET package artifact identifier for package-owned schema.
Stable package field identifier.
Localized explanation when the field is not ready.
Sortable primary-table fields eligible as the Tree View sibling sort field.
One sortable field eligible as the Tree View sibling sort field.
object
Stable field identifier.
Stable field key.
User-facing field name.
Stable NET package root identifier for package-owned schema.
NET package artifact identifier for package-owned schema.
Stable package field identifier.
object
object
object
object
Example
{ "Data": { "SurfaceType": 0, "ColumnTargets": [ { "Target": { "TargetKind": 0, "SystemField": 0 }, "FieldType": 0, "TableRenderer": 0, "AllowedTableRenderers": [ 0 ], "ReferenceInputType": 0, "ReferenceRendererType": 0, "ReferenceLookupRenderType": 0, "ReferenceTargetDrawerSurfaces": [ { "SurfaceType": 0, "Source": 0 } ], "ReferenceTargetDetailsPageSurfaces": [ { "SurfaceType": 0, "Source": 0 } ] } ], "ProjectionColumns": [ { "TerminalFieldType": 0, "Renderer": 0, "AllowedTableRenderers": [ 0 ] } ], "FilterTargets": [ { "Target": { "TargetKind": 0, "Path": [ { "SystemField": 0, "Special": 0 } ] }, "FieldType": 0, "ReferenceInputType": 0, "ReferenceRendererType": 0, "ReferenceLookupRenderType": 0 } ], "SortTargets": [ { "SortTarget": { "Path": [ { "SystemField": 0, "Special": 0 } ] } } ], "TreeViewParentFields": [ { "Source": 0, "Availability": 0 } ], "TreeViewSortFields": [ { "FieldType": 0, "Source": 0 } ] }, "Errors": [ { "Type": 0, "Severity": 0 } ], "Warnings": [ { "Type": 0, "Severity": 0 } ]}Forbidden
object
Examplegenerated
{ "type": "example", "title": "example", "status": 1, "detail": "example", "instance": "example"}Not Found
object
Visual editor options for table surface configuration.
object
Minimal runtime entity metadata used by explicit UI surfaces.
object
Entity definition identifier.
Internal entity key used by runtime routes.
User-facing singular name.
User-facing plural name.
Whether entity comments are enabled.
Whether entity attachments are enabled.
Whether entity tags are enabled.
Whether runtime configured search is available for the definition.
Runtime-exposed statements for this entity.
Runtime statement descriptor exposed to clients together with predicate payloads.
object
Statement identifier.
Stable technical statement key.
User-facing statement label.
Rule evaluation context shared with fast UI runtime evaluation.
object
Current workspace user identifier.
Workspace-local current date in ISO format.
Workspace time zone identifier.
UTC instant when the context was generated.
UTC instant for the next midnight in the workspace time zone.
Owner-scoped runtime values available to rule plans.
object
object
Whether the entity is an enabled Projection Entity.
Eligible field, system-field, and relation targets for table columns.
One eligible table column target and its surface defaults.
object
Stable visual-editor key for this target.
Default user-facing label.
Technical key for test automation and admin disambiguation.
Stable field, system-field, or relation target for table column configuration.
object
Entity field id when Moltaro.Entity.Ui.Models.EntityUiTableColumnConfigurationTargetAdminModel.TargetKind is Moltaro.Enums.EntityUiSurfaceConfigurationTargetKindEnum.EntityField.
Display field id when Moltaro.Entity.Ui.Models.EntityUiTableColumnConfigurationTargetAdminModel.TargetKind is Moltaro.Enums.EntityUiSurfaceConfigurationTargetKindEnum.DisplayField.
Object-context fact id when Moltaro.Entity.Ui.Models.EntityUiTableColumnConfigurationTargetAdminModel.TargetKind is Moltaro.Enums.EntityUiSurfaceConfigurationTargetKindEnum.ObjectContextFact.
Stable responsibility key when Moltaro.Entity.Ui.Models.EntityUiTableColumnConfigurationTargetAdminModel.TargetKind is Responsibility.
Default sort order.
Default visibility.
Default table column width.
Explicit table renderers accepted for this target. Null remains the inherited/default choice.
Default breadcrumb reference path.
Backend-approved breadcrumb path options for this reference target.
One backend-approved reference breadcrumb path option.
object
Reference field keys relative to the configured reference target entity.
User-facing label for the path.
Terminal entity definition identifier reached by this path.
Explicit drawer surfaces from the referenced target entity.
One surface metadata entry inside the admin catalog.
object
Persisted surface identifier.
Surface name.
Surface key.
Whether this surface is currently resolved as the default for its type.
Whether this Table Surface is configured as a Parent Tree View.
Stable NET package root id when this surface is package-owned.
NET package artifact id when this surface is package-owned.
Stable package surface id when this surface is package-owned.
Explicit details-page surfaces from the referenced target entity.
One surface metadata entry inside the admin catalog.
object
Persisted surface identifier.
Surface name.
Surface key.
Whether this surface is currently resolved as the default for its type.
Whether this Table Surface is configured as a Parent Tree View.
Stable NET package root id when this surface is package-owned.
NET package artifact id when this surface is package-owned.
Stable package surface id when this surface is package-owned.
Eligible related-record projection columns for table surfaces.
One eligible table projection column path and its surface defaults.
object
Stable visual-editor key for this projection path.
Default user-facing projection label.
Reference and terminal field keys in display order.
First primary-table reference field identifier.
Second reference field identifier inside the first target definition when configured.
Third reference field identifier inside the second target definition when configured.
Projected terminal field identifier inside the final target definition.
Default sort order.
Default visibility.
Default width.
Explicit table renderers accepted for the projected terminal field. Null remains the inherited/default choice.
Eligible field and statement targets for table-surface filters.
One eligible table-surface filter target and its configuration metadata.
object
Stable visual-editor key for this target.
Default user-facing label.
Technical key for test automation and admin disambiguation.
Stable query target for table-surface filter configuration.
object
Ordered query path for field and system-field targets. Intermediate segments must be readable
primary-table reference fields. This path controls filtering and is independent from the
filter item’s ReferencePath, which controls lookup breadcrumb rendering.
One field or system-field segment in a table-surface filter or sort query path.
object
Entity field id for a reference or terminal entity-field segment.
Entity field key for admin disambiguation and portable request inspection.
Statement id when Moltaro.Entity.Ui.Models.EntityUiTableSurfaceFilterTargetAdminModel.TargetKind is Moltaro.Enums.EntityInstanceQueryOptionKindEnum.Statement.
Statement name for admin disambiguation and portable request inspection.
Object-context fact id when Moltaro.Entity.Ui.Models.EntityUiTableSurfaceFilterTargetAdminModel.TargetKind is Moltaro.Enums.EntityInstanceQueryOptionKindEnum.ObjectContextFact.
Provider-owned filter facet key when Moltaro.Entity.Ui.Models.EntityUiTableSurfaceFilterTargetAdminModel.TargetKind is Moltaro.Enums.EntityInstanceQueryOptionKindEnum.ObjectContextFact.
Default breadcrumb reference path.
Backend-approved breadcrumb path options for this reference target.
One backend-approved reference breadcrumb path option.
object
Reference field keys relative to the configured reference target entity.
User-facing label for the path.
Terminal entity definition identifier reached by this path.
Backend-approved hierarchy sources for one direct scalar Reference target.
object
Explicit terminal-to-ancestor paths accepted by hierarchy metadata validation.
One backend-approved reference breadcrumb path option.
object
Reference field keys relative to the configured reference target entity.
User-facing label for the path.
Terminal entity definition identifier reached by this path.
Ready indexed self-reference fields accepted as recursive parent sources.
One backend-approved recursive hierarchy parent field.
object
Stable field identifier.
Stable field key.
User-facing field name.
Reference Eligibility requirements for one direct Table filter target.
object
Eligible field and system-field targets for table-surface sorting.
One eligible table-surface sort target and its configuration metadata.
object
Stable visual-editor key for this target.
Default user-facing label.
Technical key for test automation and admin disambiguation.
Stable sortable path for table-surface sort configuration.
object
Reference path from the queried entity to the sortable terminal field or system field.
One field or system-field segment in a table-surface filter or sort query path.
object
Entity field id for a reference or terminal entity-field segment.
Entity field key for admin disambiguation and portable request inspection.
Client-exposed statements available to table row rules.
Runtime statement descriptor exposed to clients together with predicate payloads.
object
Statement identifier.
Stable technical statement key.
User-facing statement label.
Structurally eligible self-reference fields and their physical index readiness.
One structurally eligible Parent Tree View field option.
object
Stable field identifier.
Stable field key.
User-facing field name.
Stable NET package root identifier for package-owned schema.
NET package artifact identifier for package-owned schema.
Stable package field identifier.
Localized explanation when the field is not ready.
Sortable primary-table fields eligible as the Tree View sibling sort field.
One sortable field eligible as the Tree View sibling sort field.
object
Stable field identifier.
Stable field key.
User-facing field name.
Stable NET package root identifier for package-owned schema.
NET package artifact identifier for package-owned schema.
Stable package field identifier.
object
object
object
object
Example
{ "Data": { "SurfaceType": 0, "ColumnTargets": [ { "Target": { "TargetKind": 0, "SystemField": 0 }, "FieldType": 0, "TableRenderer": 0, "AllowedTableRenderers": [ 0 ], "ReferenceInputType": 0, "ReferenceRendererType": 0, "ReferenceLookupRenderType": 0, "ReferenceTargetDrawerSurfaces": [ { "SurfaceType": 0, "Source": 0 } ], "ReferenceTargetDetailsPageSurfaces": [ { "SurfaceType": 0, "Source": 0 } ] } ], "ProjectionColumns": [ { "TerminalFieldType": 0, "Renderer": 0, "AllowedTableRenderers": [ 0 ] } ], "FilterTargets": [ { "Target": { "TargetKind": 0, "Path": [ { "SystemField": 0, "Special": 0 } ] }, "FieldType": 0, "ReferenceInputType": 0, "ReferenceRendererType": 0, "ReferenceLookupRenderType": 0 } ], "SortTargets": [ { "SortTarget": { "Path": [ { "SystemField": 0, "Special": 0 } ] } } ], "TreeViewParentFields": [ { "Source": 0, "Availability": 0 } ], "TreeViewSortFields": [ { "FieldType": 0, "Source": 0 } ] }, "Errors": [ { "Type": 0, "Severity": 0 } ], "Warnings": [ { "Type": 0, "Severity": 0 } ]}