Return one additional root sibling page for a server-bound related table in Details or Drawer.
using System.Net.Http.Headers;var client = new HttpClient();var request = new HttpRequestMessage{ Method = HttpMethod.Post, RequestUri = new Uri("https://example.com/api/workspace/entity/example/ui/hosted-layout/related/tree/roots"), Content = new StringContent("{ \"LayoutItemId\": \"example\", \"ExpectedContextRevision\": \"example\", \"ExpectedTableSurfaceId\": \"example\", \"ExpectedTableSurfaceRowVersion\": \"2489E9AD-2EE2-8E00-8EC9-32D5F69181C0\", \"Page\": 1, \"PageSize\": 1, \"ArchiveMode\": 0 }") { Headers = { ContentType = new MediaTypeHeaderValue("application/json") } }};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/entity/example/ui/hosted-layout/related/tree/roots';const options = { method: 'POST', headers: {'Content-Type': 'application/json'}, body: '{"LayoutItemId":"example","ExpectedContextRevision":"example","ExpectedTableSurfaceId":"example","ExpectedTableSurfaceRowVersion":"2489E9AD-2EE2-8E00-8EC9-32D5F69181C0","Page":1,"PageSize":1,"ArchiveMode":0}'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url https://example.com/api/workspace/entity/example/ui/hosted-layout/related/tree/roots \ --header 'Content-Type: application/json' \ --data '{ "LayoutItemId": "example", "ExpectedContextRevision": "example", "ExpectedTableSurfaceId": "example", "ExpectedTableSurfaceRowVersion": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "Page": 1, "PageSize": 1, "ArchiveMode": 0 }'Authorizations
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.
Request Body
Section titled “Request Body”Context-preserving root sibling page request for a related table in Details or Drawer.
object
Related-data layout item whose server-owned binding filter must be retained.
Opaque related binding revision returned by the initial bootstrap.
Table Surface identifier returned by the related-data bootstrap.
Table Surface revision returned by the related-data bootstrap.
One-based root sibling page.
Requested root sibling page size.
Context-preserving root sibling page request for a related table in Details or Drawer.
object
Related-data layout item whose server-owned binding filter must be retained.
Opaque related binding revision returned by the initial bootstrap.
Table Surface identifier returned by the related-data bootstrap.
Table Surface revision returned by the related-data bootstrap.
One-based root sibling page.
Requested root sibling page size.
Context-preserving root sibling page request for a related table in Details or Drawer.
object
Related-data layout item whose server-owned binding filter must be retained.
Opaque related binding revision returned by the initial bootstrap.
Table Surface identifier returned by the related-data bootstrap.
Table Surface revision returned by the related-data bootstrap.
One-based root sibling page.
Requested root sibling page size.
Responses
Section titled “Responses”OK
object
One independently sorted and paged root or child sibling set.
object
Real entity-instance tree nodes.
One real entity instance in a Parent Tree View sibling page.
object
List item for one entity instance.
object
Instance identifier.
Server-generated entity number.
Resolved entity display name or fallback number.
Resolved entity subtitle from the presentation cache.
Instance creation timestamp.
Creating user identifier when available.
Last modification timestamp when available.
Last modifying user identifier when available.
Archive timestamp when the instance is archived.
Archiving user identifier when available.
Compact summary of the latest comment on an entity instance.
object
Comment identifier.
Comment text.
Comment author identifier.
Comment author display name.
Comment creation timestamp.
Visible tags for the instance. List payloads include the first few tags only.
Compact tag details for one entity instance.
object
Tag identifier.
Tag name.
Optional color value.
Optional category.
Total number of tags on the instance.
Last activity timestamp for the instance.
Runtime row-version token from the primary table.
Readable primary-table scalar fields keyed by field key. Denied fields are omitted.
object
Field envelope for runtime entity-instance responses.
object
Canonical stored value for the field when State is Moltaro.Enums.EntityInstanceFieldStateEnum.Value.
object
Safe compact visible-text representation of a Markdown value.
object
Visible text when available.
Whether the visible text was shortened for compact presentation.
Runtime-evaluated statement results keyed by statement identifier.
object
Item-level permissions for one entity instance.
object
Whether the caller can read the active instance.
Whether the caller can read the instance while it is archived.
Whether the caller can read the change history for this instance.
Whether comments can be viewed for this instance.
Whether tags can be viewed for this instance.
Whether attachments can be viewed for this instance.
Relation assignments keyed by relation key for record-scoped entities.
object
Display-safe common responsibility subject in Entity runtime payloads.
object
Common subject discriminator: User or ResponsibilityGroup.
Assigned subject identifier.
Display name resolved for the subject when available.
Optional secondary subject description.
Inclusive start of the responsibility interval.
Exclusive end of the responsibility interval, or null for an open interval.
Merge state attached to entity instance payloads.
object
Display-only computed fields keyed by display-field key.
object
Display-only source member metadata for a projection row.
object
Provider-owned object-context facts keyed by provider key.
object
object
Resource-neutral current invariant state and complete object-operation decision set.
object
object
Current safe state of every applicable enabled Business Invariant.
Current safe state of one Business Invariant target for one resource.
object
Stable invariant key.
Stable target key within the invariant.
Whether the invariant is active for the current resource state.
Localized safe active-state message, or null when inactive.
Explicit decision for every applicable and discoverable Object Operation Catalog entry on the current surface.
object
Composed current decision for one applicable object operation.
object
Stable Object Operation Catalog key.
Whether all independent authorities allow the operation.
Deterministically ordered safe denial details.
One safe denial contributing to a composed object-operation decision.
object
Identifies the independent authority that denied an object operation.
Stable source identity, such as an invariant key or domain policy key.
Stable machine-readable reason code.
Non-empty localized safe message.
Exact number of direct eligible children.
Whether this row is included only to preserve the branch to a matching descendant.
Whether this direct seed row may be returned as the selected Reference value.
Exact number of eligible records in this sibling set.
One-based sibling page number.
Effective sibling page size.
Whether another sibling page is available.
Page-level permissions for entity instances.
object
Whether the caller can create a new instance for this entity definition.
Whether the caller can read active instances for this entity definition.
Whether the caller can read archived instances for this entity definition.
Whether the caller can read change history for this entity definition.
Whether the caller can potentially merge records for this entity definition.
Assignment relation metadata used by existing row actions.
Active common responsibility definition published to Entity runtime surfaces.
object
Stable common responsibility definition identifier.
Stable definition-scoped responsibility key.
User-facing responsibility name.
Optional user-facing description.
Common cardinality discriminator: One or Many.
Whether an active resource must always have an assigned responsible subject.
Common subject-mode discriminator: User, Group or UserOrGroup.
Stable guidance code when Moltaro.Entity.Ui.Models.Table.EntityTableTreeNodePageModel.ReferenceCandidateState is not ready.
Server-resolved runtime ordering state for one Table Surface projection. The move flags are coarse presentation gates only; callers must still load version-bound move options and run exact validation before mutation.
object
Exact sort executed for the returned root or Flat page.
One sort item in the runtime list query.
object
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Typed server-side sort target. The first segment belongs to the queried entity; every intermediate segment must be a readable, sortable primary-table reference.
object
Ordered path of one to four segments ending in a sortable field or system field. Each segment may contain an ID, a key, or both; an ID/key mismatch is rejected.
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Origin of the effective runtime sort selected by the server.
Runtime availability of the Entity Definition’s Manual Order capability.
Whether the effective sort is sole ascending Manual Order.
Whether an active-row reorder may be attempted from this projection.
Whether a hierarchy reparent may be attempted from this projection.
Whether a hierarchy root move may be attempted from this projection.
Exact server-resolved sort exposed when the personal override is cleared. This is execution-generation state: paged projections must not merge rows resolved against different reset defaults even when a personal sort masks them.
One sort item in the runtime list query.
object
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Typed server-side sort target. The first segment belongs to the queried entity; every intermediate segment must be a readable, sortable primary-table reference.
object
Ordered path of one to four segments ending in a sortable field or system field. Each segment may contain an ID, a key, or both; an ID/key mismatch is rejected.
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Reproducible query state captured by an entity table saved view or share link.
object
Optional configured search term.
Selected tag identifiers.
One nested logical filter group.
object
Direct conditions inside this group.
One leaf condition in the runtime list query tree.
object
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Typed server-side condition target. The first segment belongs to the queried entity; every intermediate segment must be a readable primary-table reference, and the terminal segment determines the field type, supported operators, and operand shape.
object
Ordered path of one to six segments. Each segment may contain an ID, a key, or both; when both are supplied they must resolve to the same field in the entity reached by the preceding segment.
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Operand list for the selected operator.
One query operand.
object
Literal JSON value used when Moltaro.Entity.Instances.Requests.EntityInstanceQueryOperandRequest.Kind is Moltaro.Enums.EntityInstanceQueryOperandKindEnum.Value. Select and enum fields accept the string option key; numeric enum ordinals and display labels are not operands.
object
Spatial operand for address-style runtime query conditions.
object
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
Radius in kilometers for radius-based queries.
Reserved WGS84 bounding box for future spatial queries.
object
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
Reserved polygon payload for future spatial queries.
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
Selected sort rules.
One sort item in the runtime list query.
object
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Typed server-side sort target. The first segment belongs to the queried entity; every intermediate segment must be a readable, sortable primary-table reference.
object
Ordered path of one to four segments ending in a sortable field or system field. Each segment may contain an ID, a key, or both; an ID/key mismatch is rejected.
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Selected page size.
Saved-view identity used when Moltaro.Entity.Ui.Models.Table.EntityTableRuntimeStateModel.QueryStateSource is the global default.
Exact row version of Moltaro.Entity.Ui.Models.Table.EntityTableRuntimeStateModel.ResolvedGlobalSavedViewId.
Authoritative column state of the resolved global default, for root/bootstrap hydration only.
One column-layout entry captured by an entity table saved view.
object
Runtime table column identifier.
Pinned side: left, right, or null.
Whether the column is hidden.
Authoritative column order of the resolved global default, for root/bootstrap hydration only.
Personal column layout resolved in the same settings snapshot as Moltaro.Entity.Ui.Models.Table.EntityTableRuntimeStateModel.PersonalSettingsRowVersion and the effective personal sort.
One persisted runtime grid column layout entry.
object
Runtime table column identifier.
Column width in pixels.
Pinned side: left, right, or null.
Whether the column is hidden.
Personal column order from the same settings snapshot as the returned projection.
Row version of the Entity Definition used to validate and materialize this projection. Paged roots and children must not be merged across different definition generations.
Dependency-aware Entity Definition cache snapshot used by query planning and materialization. This also fences changes in referenced definitions whose display/query metadata affects rows.
Row version of the host-neutral personal settings snapshot used to resolve this projection’s sort and column layout, or System.Guid.Empty when no settings snapshot exists. Continuation pages must not be merged across different values.
Actor-shaped Manual Order projection flags for the returned sibling rows.
Safe coarse Manual Order projection flags for one returned row.
object
Returned entity-instance identifier.
Whether exact reorder options may be requested for this row.
Whether exact hierarchy placement options may be requested for this row.
Whether an exact move-to-root option may be requested for this row.
object
object
object
object
Example
{ "Data": { "Items": [ { "Instance": { "Fields": { "additionalProperty": { "State": 0, "PlainTextPreview": { "State": 0 } } }, "ObjectInvariant": { "Operations": { "additionalProperty": { "Denials": [ { "Source": 0 } ] } } } }, "HierarchyIssue": 0 } ], "ReferenceCandidateState": 0, "RuntimeState": { "EffectiveSort": [ { "Field": { "Special": 0 }, "Target": { "Path": [ { "Special": 0 } ] }, "Direction": 0 } ], "SortSource": 0, "ManualOrderCapability": 0, "RuntimeDefaultSort": [ { "Field": { "Special": 0 }, "Target": { "Path": [ { "Special": 0 } ] }, "Direction": 0 } ], "QueryStateSource": 0, "ResolvedQueryState": { "ArchiveMode": 0, "AdvancedFilter": { "Operator": 0, "Conditions": [ { "Field": { "Special": 0 }, "Target": { "Path": [ { "Special": 0 } ] }, "Operator": 0, "Values": [ { "Kind": 0, "Variable": 0 } ], "Spatial": { "ShapeKind": 0 } } ] }, "Sort": [ { "Field": { "Special": 0 }, "Target": { "Path": [ { "Special": 0 } ] }, "Direction": 0 } ] } } }, "Errors": [ { "Type": 0, "Severity": 0 } ], "Warnings": [ { "Type": 0, "Severity": 0 } ]}Bad Request
object
One independently sorted and paged root or child sibling set.
object
Real entity-instance tree nodes.
One real entity instance in a Parent Tree View sibling page.
object
List item for one entity instance.
object
Instance identifier.
Server-generated entity number.
Resolved entity display name or fallback number.
Resolved entity subtitle from the presentation cache.
Instance creation timestamp.
Creating user identifier when available.
Last modification timestamp when available.
Last modifying user identifier when available.
Archive timestamp when the instance is archived.
Archiving user identifier when available.
Compact summary of the latest comment on an entity instance.
object
Comment identifier.
Comment text.
Comment author identifier.
Comment author display name.
Comment creation timestamp.
Visible tags for the instance. List payloads include the first few tags only.
Compact tag details for one entity instance.
object
Tag identifier.
Tag name.
Optional color value.
Optional category.
Total number of tags on the instance.
Last activity timestamp for the instance.
Runtime row-version token from the primary table.
Readable primary-table scalar fields keyed by field key. Denied fields are omitted.
object
Field envelope for runtime entity-instance responses.
object
Canonical stored value for the field when State is Moltaro.Enums.EntityInstanceFieldStateEnum.Value.
object
Safe compact visible-text representation of a Markdown value.
object
Visible text when available.
Whether the visible text was shortened for compact presentation.
Runtime-evaluated statement results keyed by statement identifier.
object
Item-level permissions for one entity instance.
object
Whether the caller can read the active instance.
Whether the caller can read the instance while it is archived.
Whether the caller can read the change history for this instance.
Whether comments can be viewed for this instance.
Whether tags can be viewed for this instance.
Whether attachments can be viewed for this instance.
Relation assignments keyed by relation key for record-scoped entities.
object
Display-safe common responsibility subject in Entity runtime payloads.
object
Common subject discriminator: User or ResponsibilityGroup.
Assigned subject identifier.
Display name resolved for the subject when available.
Optional secondary subject description.
Inclusive start of the responsibility interval.
Exclusive end of the responsibility interval, or null for an open interval.
Merge state attached to entity instance payloads.
object
Display-only computed fields keyed by display-field key.
object
Display-only source member metadata for a projection row.
object
Provider-owned object-context facts keyed by provider key.
object
object
Resource-neutral current invariant state and complete object-operation decision set.
object
object
Current safe state of every applicable enabled Business Invariant.
Current safe state of one Business Invariant target for one resource.
object
Stable invariant key.
Stable target key within the invariant.
Whether the invariant is active for the current resource state.
Localized safe active-state message, or null when inactive.
Explicit decision for every applicable and discoverable Object Operation Catalog entry on the current surface.
object
Composed current decision for one applicable object operation.
object
Stable Object Operation Catalog key.
Whether all independent authorities allow the operation.
Deterministically ordered safe denial details.
One safe denial contributing to a composed object-operation decision.
object
Identifies the independent authority that denied an object operation.
Stable source identity, such as an invariant key or domain policy key.
Stable machine-readable reason code.
Non-empty localized safe message.
Exact number of direct eligible children.
Whether this row is included only to preserve the branch to a matching descendant.
Whether this direct seed row may be returned as the selected Reference value.
Exact number of eligible records in this sibling set.
One-based sibling page number.
Effective sibling page size.
Whether another sibling page is available.
Page-level permissions for entity instances.
object
Whether the caller can create a new instance for this entity definition.
Whether the caller can read active instances for this entity definition.
Whether the caller can read archived instances for this entity definition.
Whether the caller can read change history for this entity definition.
Whether the caller can potentially merge records for this entity definition.
Assignment relation metadata used by existing row actions.
Active common responsibility definition published to Entity runtime surfaces.
object
Stable common responsibility definition identifier.
Stable definition-scoped responsibility key.
User-facing responsibility name.
Optional user-facing description.
Common cardinality discriminator: One or Many.
Whether an active resource must always have an assigned responsible subject.
Common subject-mode discriminator: User, Group or UserOrGroup.
Stable guidance code when Moltaro.Entity.Ui.Models.Table.EntityTableTreeNodePageModel.ReferenceCandidateState is not ready.
Server-resolved runtime ordering state for one Table Surface projection. The move flags are coarse presentation gates only; callers must still load version-bound move options and run exact validation before mutation.
object
Exact sort executed for the returned root or Flat page.
One sort item in the runtime list query.
object
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Typed server-side sort target. The first segment belongs to the queried entity; every intermediate segment must be a readable, sortable primary-table reference.
object
Ordered path of one to four segments ending in a sortable field or system field. Each segment may contain an ID, a key, or both; an ID/key mismatch is rejected.
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Origin of the effective runtime sort selected by the server.
Runtime availability of the Entity Definition’s Manual Order capability.
Whether the effective sort is sole ascending Manual Order.
Whether an active-row reorder may be attempted from this projection.
Whether a hierarchy reparent may be attempted from this projection.
Whether a hierarchy root move may be attempted from this projection.
Exact server-resolved sort exposed when the personal override is cleared. This is execution-generation state: paged projections must not merge rows resolved against different reset defaults even when a personal sort masks them.
One sort item in the runtime list query.
object
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Typed server-side sort target. The first segment belongs to the queried entity; every intermediate segment must be a readable, sortable primary-table reference.
object
Ordered path of one to four segments ending in a sortable field or system field. Each segment may contain an ID, a key, or both; an ID/key mismatch is rejected.
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Reproducible query state captured by an entity table saved view or share link.
object
Optional configured search term.
Selected tag identifiers.
One nested logical filter group.
object
Direct conditions inside this group.
One leaf condition in the runtime list query tree.
object
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Typed server-side condition target. The first segment belongs to the queried entity; every intermediate segment must be a readable primary-table reference, and the terminal segment determines the field type, supported operators, and operand shape.
object
Ordered path of one to six segments. Each segment may contain an ID, a key, or both; when both are supplied they must resolve to the same field in the entity reached by the preceding segment.
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Operand list for the selected operator.
One query operand.
object
Literal JSON value used when Moltaro.Entity.Instances.Requests.EntityInstanceQueryOperandRequest.Kind is Moltaro.Enums.EntityInstanceQueryOperandKindEnum.Value. Select and enum fields accept the string option key; numeric enum ordinals and display labels are not operands.
object
Spatial operand for address-style runtime query conditions.
object
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
Radius in kilometers for radius-based queries.
Reserved WGS84 bounding box for future spatial queries.
object
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
Reserved polygon payload for future spatial queries.
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
Selected sort rules.
One sort item in the runtime list query.
object
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Typed server-side sort target. The first segment belongs to the queried entity; every intermediate segment must be a readable, sortable primary-table reference.
object
Ordered path of one to four segments ending in a sortable field or system field. Each segment may contain an ID, a key, or both; an ID/key mismatch is rejected.
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Selected page size.
Saved-view identity used when Moltaro.Entity.Ui.Models.Table.EntityTableRuntimeStateModel.QueryStateSource is the global default.
Exact row version of Moltaro.Entity.Ui.Models.Table.EntityTableRuntimeStateModel.ResolvedGlobalSavedViewId.
Authoritative column state of the resolved global default, for root/bootstrap hydration only.
One column-layout entry captured by an entity table saved view.
object
Runtime table column identifier.
Pinned side: left, right, or null.
Whether the column is hidden.
Authoritative column order of the resolved global default, for root/bootstrap hydration only.
Personal column layout resolved in the same settings snapshot as Moltaro.Entity.Ui.Models.Table.EntityTableRuntimeStateModel.PersonalSettingsRowVersion and the effective personal sort.
One persisted runtime grid column layout entry.
object
Runtime table column identifier.
Column width in pixels.
Pinned side: left, right, or null.
Whether the column is hidden.
Personal column order from the same settings snapshot as the returned projection.
Row version of the Entity Definition used to validate and materialize this projection. Paged roots and children must not be merged across different definition generations.
Dependency-aware Entity Definition cache snapshot used by query planning and materialization. This also fences changes in referenced definitions whose display/query metadata affects rows.
Row version of the host-neutral personal settings snapshot used to resolve this projection’s sort and column layout, or System.Guid.Empty when no settings snapshot exists. Continuation pages must not be merged across different values.
Actor-shaped Manual Order projection flags for the returned sibling rows.
Safe coarse Manual Order projection flags for one returned row.
object
Returned entity-instance identifier.
Whether exact reorder options may be requested for this row.
Whether exact hierarchy placement options may be requested for this row.
Whether an exact move-to-root option may be requested for this row.
object
object
object
object
Example
{ "Data": { "Items": [ { "Instance": { "Fields": { "additionalProperty": { "State": 0, "PlainTextPreview": { "State": 0 } } }, "ObjectInvariant": { "Operations": { "additionalProperty": { "Denials": [ { "Source": 0 } ] } } } }, "HierarchyIssue": 0 } ], "ReferenceCandidateState": 0, "RuntimeState": { "EffectiveSort": [ { "Field": { "Special": 0 }, "Target": { "Path": [ { "Special": 0 } ] }, "Direction": 0 } ], "SortSource": 0, "ManualOrderCapability": 0, "RuntimeDefaultSort": [ { "Field": { "Special": 0 }, "Target": { "Path": [ { "Special": 0 } ] }, "Direction": 0 } ], "QueryStateSource": 0, "ResolvedQueryState": { "ArchiveMode": 0, "AdvancedFilter": { "Operator": 0, "Conditions": [ { "Field": { "Special": 0 }, "Target": { "Path": [ { "Special": 0 } ] }, "Operator": 0, "Values": [ { "Kind": 0, "Variable": 0 } ], "Spatial": { "ShapeKind": 0 } } ] }, "Sort": [ { "Field": { "Special": 0 }, "Target": { "Path": [ { "Special": 0 } ] }, "Direction": 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
One independently sorted and paged root or child sibling set.
object
Real entity-instance tree nodes.
One real entity instance in a Parent Tree View sibling page.
object
List item for one entity instance.
object
Instance identifier.
Server-generated entity number.
Resolved entity display name or fallback number.
Resolved entity subtitle from the presentation cache.
Instance creation timestamp.
Creating user identifier when available.
Last modification timestamp when available.
Last modifying user identifier when available.
Archive timestamp when the instance is archived.
Archiving user identifier when available.
Compact summary of the latest comment on an entity instance.
object
Comment identifier.
Comment text.
Comment author identifier.
Comment author display name.
Comment creation timestamp.
Visible tags for the instance. List payloads include the first few tags only.
Compact tag details for one entity instance.
object
Tag identifier.
Tag name.
Optional color value.
Optional category.
Total number of tags on the instance.
Last activity timestamp for the instance.
Runtime row-version token from the primary table.
Readable primary-table scalar fields keyed by field key. Denied fields are omitted.
object
Field envelope for runtime entity-instance responses.
object
Canonical stored value for the field when State is Moltaro.Enums.EntityInstanceFieldStateEnum.Value.
object
Safe compact visible-text representation of a Markdown value.
object
Visible text when available.
Whether the visible text was shortened for compact presentation.
Runtime-evaluated statement results keyed by statement identifier.
object
Item-level permissions for one entity instance.
object
Whether the caller can read the active instance.
Whether the caller can read the instance while it is archived.
Whether the caller can read the change history for this instance.
Whether comments can be viewed for this instance.
Whether tags can be viewed for this instance.
Whether attachments can be viewed for this instance.
Relation assignments keyed by relation key for record-scoped entities.
object
Display-safe common responsibility subject in Entity runtime payloads.
object
Common subject discriminator: User or ResponsibilityGroup.
Assigned subject identifier.
Display name resolved for the subject when available.
Optional secondary subject description.
Inclusive start of the responsibility interval.
Exclusive end of the responsibility interval, or null for an open interval.
Merge state attached to entity instance payloads.
object
Display-only computed fields keyed by display-field key.
object
Display-only source member metadata for a projection row.
object
Provider-owned object-context facts keyed by provider key.
object
object
Resource-neutral current invariant state and complete object-operation decision set.
object
object
Current safe state of every applicable enabled Business Invariant.
Current safe state of one Business Invariant target for one resource.
object
Stable invariant key.
Stable target key within the invariant.
Whether the invariant is active for the current resource state.
Localized safe active-state message, or null when inactive.
Explicit decision for every applicable and discoverable Object Operation Catalog entry on the current surface.
object
Composed current decision for one applicable object operation.
object
Stable Object Operation Catalog key.
Whether all independent authorities allow the operation.
Deterministically ordered safe denial details.
One safe denial contributing to a composed object-operation decision.
object
Identifies the independent authority that denied an object operation.
Stable source identity, such as an invariant key or domain policy key.
Stable machine-readable reason code.
Non-empty localized safe message.
Exact number of direct eligible children.
Whether this row is included only to preserve the branch to a matching descendant.
Whether this direct seed row may be returned as the selected Reference value.
Exact number of eligible records in this sibling set.
One-based sibling page number.
Effective sibling page size.
Whether another sibling page is available.
Page-level permissions for entity instances.
object
Whether the caller can create a new instance for this entity definition.
Whether the caller can read active instances for this entity definition.
Whether the caller can read archived instances for this entity definition.
Whether the caller can read change history for this entity definition.
Whether the caller can potentially merge records for this entity definition.
Assignment relation metadata used by existing row actions.
Active common responsibility definition published to Entity runtime surfaces.
object
Stable common responsibility definition identifier.
Stable definition-scoped responsibility key.
User-facing responsibility name.
Optional user-facing description.
Common cardinality discriminator: One or Many.
Whether an active resource must always have an assigned responsible subject.
Common subject-mode discriminator: User, Group or UserOrGroup.
Stable guidance code when Moltaro.Entity.Ui.Models.Table.EntityTableTreeNodePageModel.ReferenceCandidateState is not ready.
Server-resolved runtime ordering state for one Table Surface projection. The move flags are coarse presentation gates only; callers must still load version-bound move options and run exact validation before mutation.
object
Exact sort executed for the returned root or Flat page.
One sort item in the runtime list query.
object
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Typed server-side sort target. The first segment belongs to the queried entity; every intermediate segment must be a readable, sortable primary-table reference.
object
Ordered path of one to four segments ending in a sortable field or system field. Each segment may contain an ID, a key, or both; an ID/key mismatch is rejected.
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Origin of the effective runtime sort selected by the server.
Runtime availability of the Entity Definition’s Manual Order capability.
Whether the effective sort is sole ascending Manual Order.
Whether an active-row reorder may be attempted from this projection.
Whether a hierarchy reparent may be attempted from this projection.
Whether a hierarchy root move may be attempted from this projection.
Exact server-resolved sort exposed when the personal override is cleared. This is execution-generation state: paged projections must not merge rows resolved against different reset defaults even when a personal sort masks them.
One sort item in the runtime list query.
object
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Typed server-side sort target. The first segment belongs to the queried entity; every intermediate segment must be a readable, sortable primary-table reference.
object
Ordered path of one to four segments ending in a sortable field or system field. Each segment may contain an ID, a key, or both; an ID/key mismatch is rejected.
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Reproducible query state captured by an entity table saved view or share link.
object
Optional configured search term.
Selected tag identifiers.
One nested logical filter group.
object
Direct conditions inside this group.
One leaf condition in the runtime list query tree.
object
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Typed server-side condition target. The first segment belongs to the queried entity; every intermediate segment must be a readable primary-table reference, and the terminal segment determines the field type, supported operators, and operand shape.
object
Ordered path of one to six segments. Each segment may contain an ID, a key, or both; when both are supplied they must resolve to the same field in the entity reached by the preceding segment.
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Operand list for the selected operator.
One query operand.
object
Literal JSON value used when Moltaro.Entity.Instances.Requests.EntityInstanceQueryOperandRequest.Kind is Moltaro.Enums.EntityInstanceQueryOperandKindEnum.Value. Select and enum fields accept the string option key; numeric enum ordinals and display labels are not operands.
object
Spatial operand for address-style runtime query conditions.
object
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
Radius in kilometers for radius-based queries.
Reserved WGS84 bounding box for future spatial queries.
object
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
Reserved polygon payload for future spatial queries.
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
Selected sort rules.
One sort item in the runtime list query.
object
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Typed server-side sort target. The first segment belongs to the queried entity; every intermediate segment must be a readable, sortable primary-table reference.
object
Ordered path of one to four segments ending in a sortable field or system field. Each segment may contain an ID, a key, or both; an ID/key mismatch is rejected.
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Selected page size.
Saved-view identity used when Moltaro.Entity.Ui.Models.Table.EntityTableRuntimeStateModel.QueryStateSource is the global default.
Exact row version of Moltaro.Entity.Ui.Models.Table.EntityTableRuntimeStateModel.ResolvedGlobalSavedViewId.
Authoritative column state of the resolved global default, for root/bootstrap hydration only.
One column-layout entry captured by an entity table saved view.
object
Runtime table column identifier.
Pinned side: left, right, or null.
Whether the column is hidden.
Authoritative column order of the resolved global default, for root/bootstrap hydration only.
Personal column layout resolved in the same settings snapshot as Moltaro.Entity.Ui.Models.Table.EntityTableRuntimeStateModel.PersonalSettingsRowVersion and the effective personal sort.
One persisted runtime grid column layout entry.
object
Runtime table column identifier.
Column width in pixels.
Pinned side: left, right, or null.
Whether the column is hidden.
Personal column order from the same settings snapshot as the returned projection.
Row version of the Entity Definition used to validate and materialize this projection. Paged roots and children must not be merged across different definition generations.
Dependency-aware Entity Definition cache snapshot used by query planning and materialization. This also fences changes in referenced definitions whose display/query metadata affects rows.
Row version of the host-neutral personal settings snapshot used to resolve this projection’s sort and column layout, or System.Guid.Empty when no settings snapshot exists. Continuation pages must not be merged across different values.
Actor-shaped Manual Order projection flags for the returned sibling rows.
Safe coarse Manual Order projection flags for one returned row.
object
Returned entity-instance identifier.
Whether exact reorder options may be requested for this row.
Whether exact hierarchy placement options may be requested for this row.
Whether an exact move-to-root option may be requested for this row.
object
object
object
object
Example
{ "Data": { "Items": [ { "Instance": { "Fields": { "additionalProperty": { "State": 0, "PlainTextPreview": { "State": 0 } } }, "ObjectInvariant": { "Operations": { "additionalProperty": { "Denials": [ { "Source": 0 } ] } } } }, "HierarchyIssue": 0 } ], "ReferenceCandidateState": 0, "RuntimeState": { "EffectiveSort": [ { "Field": { "Special": 0 }, "Target": { "Path": [ { "Special": 0 } ] }, "Direction": 0 } ], "SortSource": 0, "ManualOrderCapability": 0, "RuntimeDefaultSort": [ { "Field": { "Special": 0 }, "Target": { "Path": [ { "Special": 0 } ] }, "Direction": 0 } ], "QueryStateSource": 0, "ResolvedQueryState": { "ArchiveMode": 0, "AdvancedFilter": { "Operator": 0, "Conditions": [ { "Field": { "Special": 0 }, "Target": { "Path": [ { "Special": 0 } ] }, "Operator": 0, "Values": [ { "Kind": 0, "Variable": 0 } ], "Spatial": { "ShapeKind": 0 } } ] }, "Sort": [ { "Field": { "Special": 0 }, "Target": { "Path": [ { "Special": 0 } ] }, "Direction": 0 } ] } } }, "Errors": [ { "Type": 0, "Severity": 0 } ], "Warnings": [ { "Type": 0, "Severity": 0 } ]}Conflict
object
One independently sorted and paged root or child sibling set.
object
Real entity-instance tree nodes.
One real entity instance in a Parent Tree View sibling page.
object
List item for one entity instance.
object
Instance identifier.
Server-generated entity number.
Resolved entity display name or fallback number.
Resolved entity subtitle from the presentation cache.
Instance creation timestamp.
Creating user identifier when available.
Last modification timestamp when available.
Last modifying user identifier when available.
Archive timestamp when the instance is archived.
Archiving user identifier when available.
Compact summary of the latest comment on an entity instance.
object
Comment identifier.
Comment text.
Comment author identifier.
Comment author display name.
Comment creation timestamp.
Visible tags for the instance. List payloads include the first few tags only.
Compact tag details for one entity instance.
object
Tag identifier.
Tag name.
Optional color value.
Optional category.
Total number of tags on the instance.
Last activity timestamp for the instance.
Runtime row-version token from the primary table.
Readable primary-table scalar fields keyed by field key. Denied fields are omitted.
object
Field envelope for runtime entity-instance responses.
object
Canonical stored value for the field when State is Moltaro.Enums.EntityInstanceFieldStateEnum.Value.
object
Safe compact visible-text representation of a Markdown value.
object
Visible text when available.
Whether the visible text was shortened for compact presentation.
Runtime-evaluated statement results keyed by statement identifier.
object
Item-level permissions for one entity instance.
object
Whether the caller can read the active instance.
Whether the caller can read the instance while it is archived.
Whether the caller can read the change history for this instance.
Whether comments can be viewed for this instance.
Whether tags can be viewed for this instance.
Whether attachments can be viewed for this instance.
Relation assignments keyed by relation key for record-scoped entities.
object
Display-safe common responsibility subject in Entity runtime payloads.
object
Common subject discriminator: User or ResponsibilityGroup.
Assigned subject identifier.
Display name resolved for the subject when available.
Optional secondary subject description.
Inclusive start of the responsibility interval.
Exclusive end of the responsibility interval, or null for an open interval.
Merge state attached to entity instance payloads.
object
Display-only computed fields keyed by display-field key.
object
Display-only source member metadata for a projection row.
object
Provider-owned object-context facts keyed by provider key.
object
object
Resource-neutral current invariant state and complete object-operation decision set.
object
object
Current safe state of every applicable enabled Business Invariant.
Current safe state of one Business Invariant target for one resource.
object
Stable invariant key.
Stable target key within the invariant.
Whether the invariant is active for the current resource state.
Localized safe active-state message, or null when inactive.
Explicit decision for every applicable and discoverable Object Operation Catalog entry on the current surface.
object
Composed current decision for one applicable object operation.
object
Stable Object Operation Catalog key.
Whether all independent authorities allow the operation.
Deterministically ordered safe denial details.
One safe denial contributing to a composed object-operation decision.
object
Identifies the independent authority that denied an object operation.
Stable source identity, such as an invariant key or domain policy key.
Stable machine-readable reason code.
Non-empty localized safe message.
Exact number of direct eligible children.
Whether this row is included only to preserve the branch to a matching descendant.
Whether this direct seed row may be returned as the selected Reference value.
Exact number of eligible records in this sibling set.
One-based sibling page number.
Effective sibling page size.
Whether another sibling page is available.
Page-level permissions for entity instances.
object
Whether the caller can create a new instance for this entity definition.
Whether the caller can read active instances for this entity definition.
Whether the caller can read archived instances for this entity definition.
Whether the caller can read change history for this entity definition.
Whether the caller can potentially merge records for this entity definition.
Assignment relation metadata used by existing row actions.
Active common responsibility definition published to Entity runtime surfaces.
object
Stable common responsibility definition identifier.
Stable definition-scoped responsibility key.
User-facing responsibility name.
Optional user-facing description.
Common cardinality discriminator: One or Many.
Whether an active resource must always have an assigned responsible subject.
Common subject-mode discriminator: User, Group or UserOrGroup.
Stable guidance code when Moltaro.Entity.Ui.Models.Table.EntityTableTreeNodePageModel.ReferenceCandidateState is not ready.
Server-resolved runtime ordering state for one Table Surface projection. The move flags are coarse presentation gates only; callers must still load version-bound move options and run exact validation before mutation.
object
Exact sort executed for the returned root or Flat page.
One sort item in the runtime list query.
object
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Typed server-side sort target. The first segment belongs to the queried entity; every intermediate segment must be a readable, sortable primary-table reference.
object
Ordered path of one to four segments ending in a sortable field or system field. Each segment may contain an ID, a key, or both; an ID/key mismatch is rejected.
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Origin of the effective runtime sort selected by the server.
Runtime availability of the Entity Definition’s Manual Order capability.
Whether the effective sort is sole ascending Manual Order.
Whether an active-row reorder may be attempted from this projection.
Whether a hierarchy reparent may be attempted from this projection.
Whether a hierarchy root move may be attempted from this projection.
Exact server-resolved sort exposed when the personal override is cleared. This is execution-generation state: paged projections must not merge rows resolved against different reset defaults even when a personal sort masks them.
One sort item in the runtime list query.
object
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Typed server-side sort target. The first segment belongs to the queried entity; every intermediate segment must be a readable, sortable primary-table reference.
object
Ordered path of one to four segments ending in a sortable field or system field. Each segment may contain an ID, a key, or both; an ID/key mismatch is rejected.
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Reproducible query state captured by an entity table saved view or share link.
object
Optional configured search term.
Selected tag identifiers.
One nested logical filter group.
object
Direct conditions inside this group.
One leaf condition in the runtime list query tree.
object
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Typed server-side condition target. The first segment belongs to the queried entity; every intermediate segment must be a readable primary-table reference, and the terminal segment determines the field type, supported operators, and operand shape.
object
Ordered path of one to six segments. Each segment may contain an ID, a key, or both; when both are supplied they must resolve to the same field in the entity reached by the preceding segment.
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Operand list for the selected operator.
One query operand.
object
Literal JSON value used when Moltaro.Entity.Instances.Requests.EntityInstanceQueryOperandRequest.Kind is Moltaro.Enums.EntityInstanceQueryOperandKindEnum.Value. Select and enum fields accept the string option key; numeric enum ordinals and display labels are not operands.
object
Spatial operand for address-style runtime query conditions.
object
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
Radius in kilometers for radius-based queries.
Reserved WGS84 bounding box for future spatial queries.
object
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
Reserved polygon payload for future spatial queries.
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
Selected sort rules.
One sort item in the runtime list query.
object
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Typed server-side sort target. The first segment belongs to the queried entity; every intermediate segment must be a readable, sortable primary-table reference.
object
Ordered path of one to four segments ending in a sortable field or system field. Each segment may contain an ID, a key, or both; an ID/key mismatch is rejected.
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Selected page size.
Saved-view identity used when Moltaro.Entity.Ui.Models.Table.EntityTableRuntimeStateModel.QueryStateSource is the global default.
Exact row version of Moltaro.Entity.Ui.Models.Table.EntityTableRuntimeStateModel.ResolvedGlobalSavedViewId.
Authoritative column state of the resolved global default, for root/bootstrap hydration only.
One column-layout entry captured by an entity table saved view.
object
Runtime table column identifier.
Pinned side: left, right, or null.
Whether the column is hidden.
Authoritative column order of the resolved global default, for root/bootstrap hydration only.
Personal column layout resolved in the same settings snapshot as Moltaro.Entity.Ui.Models.Table.EntityTableRuntimeStateModel.PersonalSettingsRowVersion and the effective personal sort.
One persisted runtime grid column layout entry.
object
Runtime table column identifier.
Column width in pixels.
Pinned side: left, right, or null.
Whether the column is hidden.
Personal column order from the same settings snapshot as the returned projection.
Row version of the Entity Definition used to validate and materialize this projection. Paged roots and children must not be merged across different definition generations.
Dependency-aware Entity Definition cache snapshot used by query planning and materialization. This also fences changes in referenced definitions whose display/query metadata affects rows.
Row version of the host-neutral personal settings snapshot used to resolve this projection’s sort and column layout, or System.Guid.Empty when no settings snapshot exists. Continuation pages must not be merged across different values.
Actor-shaped Manual Order projection flags for the returned sibling rows.
Safe coarse Manual Order projection flags for one returned row.
object
Returned entity-instance identifier.
Whether exact reorder options may be requested for this row.
Whether exact hierarchy placement options may be requested for this row.
Whether an exact move-to-root option may be requested for this row.
object
object
object
object
Example
{ "Data": { "Items": [ { "Instance": { "Fields": { "additionalProperty": { "State": 0, "PlainTextPreview": { "State": 0 } } }, "ObjectInvariant": { "Operations": { "additionalProperty": { "Denials": [ { "Source": 0 } ] } } } }, "HierarchyIssue": 0 } ], "ReferenceCandidateState": 0, "RuntimeState": { "EffectiveSort": [ { "Field": { "Special": 0 }, "Target": { "Path": [ { "Special": 0 } ] }, "Direction": 0 } ], "SortSource": 0, "ManualOrderCapability": 0, "RuntimeDefaultSort": [ { "Field": { "Special": 0 }, "Target": { "Path": [ { "Special": 0 } ] }, "Direction": 0 } ], "QueryStateSource": 0, "ResolvedQueryState": { "ArchiveMode": 0, "AdvancedFilter": { "Operator": 0, "Conditions": [ { "Field": { "Special": 0 }, "Target": { "Path": [ { "Special": 0 } ] }, "Operator": 0, "Values": [ { "Kind": 0, "Variable": 0 } ], "Spatial": { "ShapeKind": 0 } } ] }, "Sort": [ { "Field": { "Special": 0 }, "Target": { "Path": [ { "Special": 0 } ] }, "Direction": 0 } ] } } }, "Errors": [ { "Type": 0, "Severity": 0 } ], "Warnings": [ { "Type": 0, "Severity": 0 } ]}