Return the drawer bootstrap payload for one entity instance.
using System.Net.Http.Headers;var client = new HttpClient();var request = new HttpRequestMessage{ Method = HttpMethod.Get, RequestUri = new Uri("https://example.com/api/workspace/entity/example/ui/drawer"),};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/drawer';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/entity/example/ui/drawerAuthorizations
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
Runtime bootstrap payload for the drawer surface.
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 full-text 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.
Resolved drawer orchestration model.
object
Selector for resolving an entity UI surface by default pointer or custom key.
object
Selector for resolving an entity UI surface by default pointer or custom key.
object
One related-section definition on the drawer surface.
object
Resolved table usage context for a hosted table surface.
object
Selector for resolving an entity UI surface by default pointer or custom key.
object
One host-level table filter preset.
object
object
One host-level table filter preset.
object
object
One host-level initial sort preset for an embedded table binding.
object
Object-hosted layout for a single record details page or drawer.
object
One entry in an object-hosted layout for a single record surface.
object
Structured binding path for special host-layout blocks.
object
One reverse-reference hop used by a special host-layout block.
object
object
Ribbon-bar signal layout for a single record details page or drawer.
object
One configured ribbon-bar signal placement.
object
object
Server-computed enrichment context for one entity details page.
object
Disclosure state and optional signal for one work-context provider.
object
Compact provider signal rendered in the entity details signal strip.
object
Provider-specific compact label.
Main signal value.
Secondary signal text.
Tertiary compact text.
Theme or raw display color for the signal icon.
Signal tone understood by the WebApp presentation layer.
Optional visible item count. Restricted providers must leave this null.
Provider-specific action descriptors. Restricted providers must return an empty list.
One server-approved action attached to a work-context signal.
object
Optional badge count for this action. Restricted providers must leave this null.
Provider-specific public action data.
object
Provider-specific public data needed to execute signal actions.
object
Runtime payloads for special blocks used by Moltaro.Entity.Ui.Models.Drawer.EntityDrawerBootstrapModel.ObjectHostedLayout.
Runtime payload for a custom host-layout block.
object
Structured binding path for special host-layout blocks.
object
One reverse-reference hop used by a special host-layout block.
object
Persisted table surface.
object
Surface identifier. This is empty when the model is not resolved.
Default page size.
Concurrency token for persisted overrides.
Effective columns.
One persisted table column.
object
Stable column identifier.
Resolved binding metadata for one UI field reference.
object
Field identifier when the binding points to an entity field.
Runtime field key when the binding points to an entity field.
Whether the bound field is always required.
Visibility condition expression for draft-aware UI evaluation.
Requiredness condition expression for draft-aware UI evaluation.
Editability condition expression for draft-aware UI evaluation.
Compiled rule expression plan used by Moltaro runtime surfaces.
object
Stable rule engine version used to compile this plan.
Compiled rule expression node.
object
Node kind, for example literal, path, eq, and, or.
Optional operator metadata.
Field path for path nodes.
Literal family for literal nodes.
Text value or variable name.
Numeric literal value.
Boolean literal value.
Date variable day offset.
Typed result family resolved by the backend binder.
Backend source family for lookup-like or complex fields.
Canonical field path resolved by the backend binder.
Compiled rule expression plan used by Moltaro runtime surfaces.
object
Stable rule engine version used to compile this plan.
Compiled rule expression node.
object
Node kind, for example literal, path, eq, and, or.
Optional operator metadata.
Field path for path nodes.
Literal family for literal nodes.
Text value or variable name.
Numeric literal value.
Boolean literal value.
Date variable day offset.
Typed result family resolved by the backend binder.
Backend source family for lookup-like or complex fields.
Canonical field path resolved by the backend binder.
Compiled rule expression plan used by Moltaro runtime surfaces.
object
Stable rule engine version used to compile this plan.
Compiled rule expression node.
object
Node kind, for example literal, path, eq, and, or.
Optional operator metadata.
Field path for path nodes.
Literal family for literal nodes.
Text value or variable name.
Numeric literal value.
Boolean literal value.
Date variable day offset.
Typed result family resolved by the backend binder.
Backend source family for lookup-like or complex fields.
Canonical field path resolved by the backend binder.
Whether the bound field allows multiple values.
Decimal precision when applicable.
Decimal scale when applicable.
String max length when applicable.
Target entity definition identifier for reference-style fields.
Paired reference field identifier for inverse reference fields.
Whether root-list sorting by linked display value is allowed.
Select options when applicable.
Option metadata for select fields.
object
Option identifier.
Owning field identifier.
Option key.
Option display value.
Sort order.
Access-shaped child-table fields when the binding targets a table field.
One access-shaped child-table field for runtime UI rendering.
object
Child field identifier.
Display label for the child field.
Whether the caller may edit this child field.
Reference path configured for breadcrumb rendering.
Whether the caller can access at least one child-table field.
Whether the caller can access nested table child fields.
Base currency code for Money fields.
Relation definition id when the binding targets a record-assignment relation slot.
Relation definition key when the binding targets a record-assignment relation slot.
Relation display name when the binding targets a record-assignment relation slot.
Display field identifier when the binding targets a display-only computed field.
Display field key when the binding targets a display-only computed field.
Display field display name when the binding targets a display-only computed field.
Object-context fact configuration id when the binding targets a contextual fact.
Provider key that owns the object-context fact payload.
object
Whether an address field must be captured through a coordinate-aware editor.
Column label.
Optional user hint.
Whether the column should render.
Whether inline editing is enabled for the column.
Preferred width in pixels.
Display order.
Read-only field projection backed by a materialized related-field path.
object
Runtime field-key path from the root entity to the projected terminal field.
Runtime reference path required for materialization.
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.
Reference path configured for breadcrumb rendering.
Effective row actions.
One table-row action configuration.
object
Stable action identifier.
Explicit order within the placement bucket.
Role-aware form selectors used by edit actions in admin configuration.
Role-aware selector row used by hosted surfaces and lookup inputs.
object
Persisted selector row id. New client rows may send null.
Higher values are evaluated first.
Custom surface key when Moltaro.Entity.Ui.Models.EntityUiSurfaceSelectorAdminModel.Mode is custom key.
Workspace role ids that may use the selector; empty means all roles.
Selector for resolving an entity UI surface by default pointer or custom key.
object
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
Ordered row appearance rules for explicit surfaces.
Runtime table row appearance rule.
object
Statement identifier used against instance predicates.
Stable evaluation order; the first matching rule wins.
Optional CSS font color applied to the whole row.
Optional CSS background color applied to the whole row.
Filter targets and their table-surface placement.
One table-surface filter target exposed to the web client.
object
Reference to a runtime field by identifier, normalized key, or special query field.
object
Field identifier or backend-issued synthetic system-field identifier.
Field key resolved through the runtime normalized-key index.
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.
Table-surface sorting capabilities exposed to the web client.
object
One table-surface sort target exposed to the web client.
object
Reference to a runtime field by identifier, normalized key, or special query field.
object
Field identifier or backend-issued synthetic system-field identifier.
Field key resolved through the runtime normalized-key index.
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.
One sort item in the runtime list query.
object
Reference to a runtime field by identifier, normalized key, or special query field.
object
Field identifier or backend-issued synthetic system-field identifier.
Field key resolved through the runtime normalized-key index.
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 target path for a runtime list query sort item.
object
Reference path from the queried entity to the sortable terminal field or system field.
Reference to a runtime field by identifier, normalized key, or special query field.
object
Field identifier or backend-issued synthetic system-field identifier.
Field key resolved through the runtime normalized-key index.
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.
Paginated entity-instance response for one runtime entity definition.
object
Current page of instance summaries.
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.
Primary-table scalar fields keyed by field key. User and role fields return compact reference models. Restricted fields are returned with Moltaro.Enums.EntityInstanceFieldStateEnum.Restricted.
object
Field envelope for runtime entity-instance responses.
object
Canonical stored value for the field when State is Moltaro.Enums.EntityInstanceFieldStateEnum.Value.
object
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 patch the active instance.
Whether the caller can archive the active instance.
Whether the caller can permanently delete the instance after archival.
Whether the caller can restore the archived instance.
Whether the caller can merge this active instance with another 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 comments can be created for this instance.
Whether comments can be updated for this instance.
Whether comments can be deleted for this instance.
Whether tags can be viewed for this instance.
Whether tags can be created for this instance.
Whether tags can be updated for this instance.
Whether tags can be deleted for this instance.
Whether attachments can be viewed for this instance.
Whether attachments can be created for this instance.
Whether attachments can be updated for this instance.
Whether attachments can be deleted for this instance.
Relation assignments keyed by relation key for record-scoped entities.
object
Assignment target in runtime entity-instance payloads.
object
Assigned subject identifier.
Display name resolved for the assignment subject when available.
Optional secondary subject description.
Whether the assignment row is managed by Moltaro runtime logic instead of direct user mutation.
Display-safe source metadata for a runtime assignment inherited from a parent record.
object
Parent entity definition identifier.
Parent entity user-facing display name.
Compact runtime payload for one resolved or unresolved entity reference.
object
Linked entity identifier when resolved.
Linked entity number when resolved.
Linked entity display name from the presentation cache when resolved.
Linked entity subtitle from the presentation cache when resolved.
Projected primary-field scalar values and requested nested reference values keyed by target field key when resolved.
object
Linked entity definition identifier when resolved.
Immediate source assignment relation identifier when available.
Immediate source assignment relation key when available.
Immediate source assignment relation display name when available.
Timestamp when the inherited assignment row was last recalculated.
Materialized inheritance depth.
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
Total accessible instance count for the active page filter.
One-based page number.
Requested page size after normalization.
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.
Runtime relation metadata for record-scoped assignment columns.
Runtime relation slot metadata for record-scoped assignments.
object
Relation definition identifier.
Relation definition key.
Relation display name.
Whether the relation must keep at least one assignment.
Relation display order.
Server-computed mutation permissions for one relation slot on one entity instance.
object
Whether the caller can replace the assignment set for the relation slot.
Machine-readable state for a reusable UI surface that is intentionally missing.
object
Selector for resolving an entity UI surface by default pointer or custom key.
object
Server-computed contextual create action for a direct related-data section.
object
object
Owner-side runtime entitlement payload for an object-hosted layout block.
object
Compact entitlement row rendered inside an object-hosted layout block.
object
object
object
object
object
Example
{ "Data": { "Meta": { "AccessModel": 0 }, "Model": { "SummaryCard": { "Mode": 0 }, "Form": { "Mode": 0 }, "Sections": [ { "TableBinding": { "Selector": { "Mode": 0 }, "LockedFilters": [ { "TargetKind": 0, "SystemField": 0, "Operator": 0, "ValueSource": 0 } ], "InitialFilters": [ { "TargetKind": 0, "SystemField": 0, "Operator": 0, "ValueSource": 0 } ], "InitialSort": [ { "TargetKind": 0, "SystemField": 0, "Direction": 0 } ] } } ] }, "LayoutMode": 0, "ObjectHostedLayout": { "Surface": 0, "Items": [ { "ItemKind": 0, "BlockKind": 0, "StandardBlock": 0, "BindingPath": { "Steps": [ { "Direction": 0 } ] } } ] }, "RibbonBarLayout": { "Surface": 0 }, "WorkContext": { "Providers": [ { "State": 0 } ] }, "ObjectHostedLayoutBlocks": [ { "BlockKind": 0, "State": 0, "BindingPath": { "Steps": [ { "Direction": 0 } ] }, "Table": { "Surface": 0, "Columns": [ { "Binding": { "RefKind": 0, "SystemField": 0, "FieldType": 0, "ReferenceDeleteBehavior": 0, "TableFields": [ { "Editor": 0, "ReferenceInputType": 0, "ReferenceRendererType": 0, "ReferenceLookupRenderType": 0 } ], "VisibleWhenOperationMode": 0, "RequiredWhenOperationMode": 0, "EditableWhenOperationMode": 0, "RelationCardinality": 0, "RelationSubjectMode": 0 }, "Renderer": 0, "Editor": 0, "ReferenceInputType": 0, "ReferenceRendererType": 0, "ReferenceLookupRenderType": 0 } ], "Actions": [ { "Action": 0, "Placement": 0, "FormSelectors": [ { "Mode": 0 } ], "FormSelector": { "Mode": 0 } } ], "AfterCreateNavigation": 0, "AfterUpdateNavigation": 0, "Filters": [ { "Reference": { "Special": 0 }, "Placement": 0 } ], "Sorting": { "SortableTargets": [ { "Reference": { "Special": 0 } } ], "DefaultSort": [ { "Field": { "Special": 0 }, "Target": { "Path": [ { "Special": 0 } ] }, "Direction": 0 } ] } }, "Page": { "Items": [ { "Fields": { "additionalProperty": { "State": 0 } }, "Assignments": { "additionalProperty": [ { "SubjectType": 0, "Origin": 0, "InheritanceSource": { "ParentRecord": { "State": 0 } } } ] } } ], "AssignmentRelations": [ { "Cardinality": 0, "SubjectMode": 0 } ] }, "ArchiveMode": 0, "MissingSurface": { "SurfaceType": 0, "Reason": 0, "Selector": { "Mode": 0 } } } ] }, "Errors": [ { "Type": 0, "Severity": 0 } ], "Warnings": [ { "Type": 0, "Severity": 0 } ]}Bad Request
object
Runtime bootstrap payload for the drawer surface.
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 full-text 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.
Resolved drawer orchestration model.
object
Selector for resolving an entity UI surface by default pointer or custom key.
object
Selector for resolving an entity UI surface by default pointer or custom key.
object
One related-section definition on the drawer surface.
object
Resolved table usage context for a hosted table surface.
object
Selector for resolving an entity UI surface by default pointer or custom key.
object
One host-level table filter preset.
object
object
One host-level table filter preset.
object
object
One host-level initial sort preset for an embedded table binding.
object
Object-hosted layout for a single record details page or drawer.
object
One entry in an object-hosted layout for a single record surface.
object
Structured binding path for special host-layout blocks.
object
One reverse-reference hop used by a special host-layout block.
object
object
Ribbon-bar signal layout for a single record details page or drawer.
object
One configured ribbon-bar signal placement.
object
object
Server-computed enrichment context for one entity details page.
object
Disclosure state and optional signal for one work-context provider.
object
Compact provider signal rendered in the entity details signal strip.
object
Provider-specific compact label.
Main signal value.
Secondary signal text.
Tertiary compact text.
Theme or raw display color for the signal icon.
Signal tone understood by the WebApp presentation layer.
Optional visible item count. Restricted providers must leave this null.
Provider-specific action descriptors. Restricted providers must return an empty list.
One server-approved action attached to a work-context signal.
object
Optional badge count for this action. Restricted providers must leave this null.
Provider-specific public action data.
object
Provider-specific public data needed to execute signal actions.
object
Runtime payloads for special blocks used by Moltaro.Entity.Ui.Models.Drawer.EntityDrawerBootstrapModel.ObjectHostedLayout.
Runtime payload for a custom host-layout block.
object
Structured binding path for special host-layout blocks.
object
One reverse-reference hop used by a special host-layout block.
object
Persisted table surface.
object
Surface identifier. This is empty when the model is not resolved.
Default page size.
Concurrency token for persisted overrides.
Effective columns.
One persisted table column.
object
Stable column identifier.
Resolved binding metadata for one UI field reference.
object
Field identifier when the binding points to an entity field.
Runtime field key when the binding points to an entity field.
Whether the bound field is always required.
Visibility condition expression for draft-aware UI evaluation.
Requiredness condition expression for draft-aware UI evaluation.
Editability condition expression for draft-aware UI evaluation.
Compiled rule expression plan used by Moltaro runtime surfaces.
object
Stable rule engine version used to compile this plan.
Compiled rule expression node.
object
Node kind, for example literal, path, eq, and, or.
Optional operator metadata.
Field path for path nodes.
Literal family for literal nodes.
Text value or variable name.
Numeric literal value.
Boolean literal value.
Date variable day offset.
Typed result family resolved by the backend binder.
Backend source family for lookup-like or complex fields.
Canonical field path resolved by the backend binder.
Compiled rule expression plan used by Moltaro runtime surfaces.
object
Stable rule engine version used to compile this plan.
Compiled rule expression node.
object
Node kind, for example literal, path, eq, and, or.
Optional operator metadata.
Field path for path nodes.
Literal family for literal nodes.
Text value or variable name.
Numeric literal value.
Boolean literal value.
Date variable day offset.
Typed result family resolved by the backend binder.
Backend source family for lookup-like or complex fields.
Canonical field path resolved by the backend binder.
Compiled rule expression plan used by Moltaro runtime surfaces.
object
Stable rule engine version used to compile this plan.
Compiled rule expression node.
object
Node kind, for example literal, path, eq, and, or.
Optional operator metadata.
Field path for path nodes.
Literal family for literal nodes.
Text value or variable name.
Numeric literal value.
Boolean literal value.
Date variable day offset.
Typed result family resolved by the backend binder.
Backend source family for lookup-like or complex fields.
Canonical field path resolved by the backend binder.
Whether the bound field allows multiple values.
Decimal precision when applicable.
Decimal scale when applicable.
String max length when applicable.
Target entity definition identifier for reference-style fields.
Paired reference field identifier for inverse reference fields.
Whether root-list sorting by linked display value is allowed.
Select options when applicable.
Option metadata for select fields.
object
Option identifier.
Owning field identifier.
Option key.
Option display value.
Sort order.
Access-shaped child-table fields when the binding targets a table field.
One access-shaped child-table field for runtime UI rendering.
object
Child field identifier.
Display label for the child field.
Whether the caller may edit this child field.
Reference path configured for breadcrumb rendering.
Whether the caller can access at least one child-table field.
Whether the caller can access nested table child fields.
Base currency code for Money fields.
Relation definition id when the binding targets a record-assignment relation slot.
Relation definition key when the binding targets a record-assignment relation slot.
Relation display name when the binding targets a record-assignment relation slot.
Display field identifier when the binding targets a display-only computed field.
Display field key when the binding targets a display-only computed field.
Display field display name when the binding targets a display-only computed field.
Object-context fact configuration id when the binding targets a contextual fact.
Provider key that owns the object-context fact payload.
object
Whether an address field must be captured through a coordinate-aware editor.
Column label.
Optional user hint.
Whether the column should render.
Whether inline editing is enabled for the column.
Preferred width in pixels.
Display order.
Read-only field projection backed by a materialized related-field path.
object
Runtime field-key path from the root entity to the projected terminal field.
Runtime reference path required for materialization.
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.
Reference path configured for breadcrumb rendering.
Effective row actions.
One table-row action configuration.
object
Stable action identifier.
Explicit order within the placement bucket.
Role-aware form selectors used by edit actions in admin configuration.
Role-aware selector row used by hosted surfaces and lookup inputs.
object
Persisted selector row id. New client rows may send null.
Higher values are evaluated first.
Custom surface key when Moltaro.Entity.Ui.Models.EntityUiSurfaceSelectorAdminModel.Mode is custom key.
Workspace role ids that may use the selector; empty means all roles.
Selector for resolving an entity UI surface by default pointer or custom key.
object
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
Ordered row appearance rules for explicit surfaces.
Runtime table row appearance rule.
object
Statement identifier used against instance predicates.
Stable evaluation order; the first matching rule wins.
Optional CSS font color applied to the whole row.
Optional CSS background color applied to the whole row.
Filter targets and their table-surface placement.
One table-surface filter target exposed to the web client.
object
Reference to a runtime field by identifier, normalized key, or special query field.
object
Field identifier or backend-issued synthetic system-field identifier.
Field key resolved through the runtime normalized-key index.
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.
Table-surface sorting capabilities exposed to the web client.
object
One table-surface sort target exposed to the web client.
object
Reference to a runtime field by identifier, normalized key, or special query field.
object
Field identifier or backend-issued synthetic system-field identifier.
Field key resolved through the runtime normalized-key index.
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.
One sort item in the runtime list query.
object
Reference to a runtime field by identifier, normalized key, or special query field.
object
Field identifier or backend-issued synthetic system-field identifier.
Field key resolved through the runtime normalized-key index.
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 target path for a runtime list query sort item.
object
Reference path from the queried entity to the sortable terminal field or system field.
Reference to a runtime field by identifier, normalized key, or special query field.
object
Field identifier or backend-issued synthetic system-field identifier.
Field key resolved through the runtime normalized-key index.
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.
Paginated entity-instance response for one runtime entity definition.
object
Current page of instance summaries.
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.
Primary-table scalar fields keyed by field key. User and role fields return compact reference models. Restricted fields are returned with Moltaro.Enums.EntityInstanceFieldStateEnum.Restricted.
object
Field envelope for runtime entity-instance responses.
object
Canonical stored value for the field when State is Moltaro.Enums.EntityInstanceFieldStateEnum.Value.
object
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 patch the active instance.
Whether the caller can archive the active instance.
Whether the caller can permanently delete the instance after archival.
Whether the caller can restore the archived instance.
Whether the caller can merge this active instance with another 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 comments can be created for this instance.
Whether comments can be updated for this instance.
Whether comments can be deleted for this instance.
Whether tags can be viewed for this instance.
Whether tags can be created for this instance.
Whether tags can be updated for this instance.
Whether tags can be deleted for this instance.
Whether attachments can be viewed for this instance.
Whether attachments can be created for this instance.
Whether attachments can be updated for this instance.
Whether attachments can be deleted for this instance.
Relation assignments keyed by relation key for record-scoped entities.
object
Assignment target in runtime entity-instance payloads.
object
Assigned subject identifier.
Display name resolved for the assignment subject when available.
Optional secondary subject description.
Whether the assignment row is managed by Moltaro runtime logic instead of direct user mutation.
Display-safe source metadata for a runtime assignment inherited from a parent record.
object
Parent entity definition identifier.
Parent entity user-facing display name.
Compact runtime payload for one resolved or unresolved entity reference.
object
Linked entity identifier when resolved.
Linked entity number when resolved.
Linked entity display name from the presentation cache when resolved.
Linked entity subtitle from the presentation cache when resolved.
Projected primary-field scalar values and requested nested reference values keyed by target field key when resolved.
object
Linked entity definition identifier when resolved.
Immediate source assignment relation identifier when available.
Immediate source assignment relation key when available.
Immediate source assignment relation display name when available.
Timestamp when the inherited assignment row was last recalculated.
Materialized inheritance depth.
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
Total accessible instance count for the active page filter.
One-based page number.
Requested page size after normalization.
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.
Runtime relation metadata for record-scoped assignment columns.
Runtime relation slot metadata for record-scoped assignments.
object
Relation definition identifier.
Relation definition key.
Relation display name.
Whether the relation must keep at least one assignment.
Relation display order.
Server-computed mutation permissions for one relation slot on one entity instance.
object
Whether the caller can replace the assignment set for the relation slot.
Machine-readable state for a reusable UI surface that is intentionally missing.
object
Selector for resolving an entity UI surface by default pointer or custom key.
object
Server-computed contextual create action for a direct related-data section.
object
object
Owner-side runtime entitlement payload for an object-hosted layout block.
object
Compact entitlement row rendered inside an object-hosted layout block.
object
object
object
object
object
Example
{ "Data": { "Meta": { "AccessModel": 0 }, "Model": { "SummaryCard": { "Mode": 0 }, "Form": { "Mode": 0 }, "Sections": [ { "TableBinding": { "Selector": { "Mode": 0 }, "LockedFilters": [ { "TargetKind": 0, "SystemField": 0, "Operator": 0, "ValueSource": 0 } ], "InitialFilters": [ { "TargetKind": 0, "SystemField": 0, "Operator": 0, "ValueSource": 0 } ], "InitialSort": [ { "TargetKind": 0, "SystemField": 0, "Direction": 0 } ] } } ] }, "LayoutMode": 0, "ObjectHostedLayout": { "Surface": 0, "Items": [ { "ItemKind": 0, "BlockKind": 0, "StandardBlock": 0, "BindingPath": { "Steps": [ { "Direction": 0 } ] } } ] }, "RibbonBarLayout": { "Surface": 0 }, "WorkContext": { "Providers": [ { "State": 0 } ] }, "ObjectHostedLayoutBlocks": [ { "BlockKind": 0, "State": 0, "BindingPath": { "Steps": [ { "Direction": 0 } ] }, "Table": { "Surface": 0, "Columns": [ { "Binding": { "RefKind": 0, "SystemField": 0, "FieldType": 0, "ReferenceDeleteBehavior": 0, "TableFields": [ { "Editor": 0, "ReferenceInputType": 0, "ReferenceRendererType": 0, "ReferenceLookupRenderType": 0 } ], "VisibleWhenOperationMode": 0, "RequiredWhenOperationMode": 0, "EditableWhenOperationMode": 0, "RelationCardinality": 0, "RelationSubjectMode": 0 }, "Renderer": 0, "Editor": 0, "ReferenceInputType": 0, "ReferenceRendererType": 0, "ReferenceLookupRenderType": 0 } ], "Actions": [ { "Action": 0, "Placement": 0, "FormSelectors": [ { "Mode": 0 } ], "FormSelector": { "Mode": 0 } } ], "AfterCreateNavigation": 0, "AfterUpdateNavigation": 0, "Filters": [ { "Reference": { "Special": 0 }, "Placement": 0 } ], "Sorting": { "SortableTargets": [ { "Reference": { "Special": 0 } } ], "DefaultSort": [ { "Field": { "Special": 0 }, "Target": { "Path": [ { "Special": 0 } ] }, "Direction": 0 } ] } }, "Page": { "Items": [ { "Fields": { "additionalProperty": { "State": 0 } }, "Assignments": { "additionalProperty": [ { "SubjectType": 0, "Origin": 0, "InheritanceSource": { "ParentRecord": { "State": 0 } } } ] } } ], "AssignmentRelations": [ { "Cardinality": 0, "SubjectMode": 0 } ] }, "ArchiveMode": 0, "MissingSurface": { "SurfaceType": 0, "Reason": 0, "Selector": { "Mode": 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
Runtime bootstrap payload for the drawer surface.
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 full-text 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.
Resolved drawer orchestration model.
object
Selector for resolving an entity UI surface by default pointer or custom key.
object
Selector for resolving an entity UI surface by default pointer or custom key.
object
One related-section definition on the drawer surface.
object
Resolved table usage context for a hosted table surface.
object
Selector for resolving an entity UI surface by default pointer or custom key.
object
One host-level table filter preset.
object
object
One host-level table filter preset.
object
object
One host-level initial sort preset for an embedded table binding.
object
Object-hosted layout for a single record details page or drawer.
object
One entry in an object-hosted layout for a single record surface.
object
Structured binding path for special host-layout blocks.
object
One reverse-reference hop used by a special host-layout block.
object
object
Ribbon-bar signal layout for a single record details page or drawer.
object
One configured ribbon-bar signal placement.
object
object
Server-computed enrichment context for one entity details page.
object
Disclosure state and optional signal for one work-context provider.
object
Compact provider signal rendered in the entity details signal strip.
object
Provider-specific compact label.
Main signal value.
Secondary signal text.
Tertiary compact text.
Theme or raw display color for the signal icon.
Signal tone understood by the WebApp presentation layer.
Optional visible item count. Restricted providers must leave this null.
Provider-specific action descriptors. Restricted providers must return an empty list.
One server-approved action attached to a work-context signal.
object
Optional badge count for this action. Restricted providers must leave this null.
Provider-specific public action data.
object
Provider-specific public data needed to execute signal actions.
object
Runtime payloads for special blocks used by Moltaro.Entity.Ui.Models.Drawer.EntityDrawerBootstrapModel.ObjectHostedLayout.
Runtime payload for a custom host-layout block.
object
Structured binding path for special host-layout blocks.
object
One reverse-reference hop used by a special host-layout block.
object
Persisted table surface.
object
Surface identifier. This is empty when the model is not resolved.
Default page size.
Concurrency token for persisted overrides.
Effective columns.
One persisted table column.
object
Stable column identifier.
Resolved binding metadata for one UI field reference.
object
Field identifier when the binding points to an entity field.
Runtime field key when the binding points to an entity field.
Whether the bound field is always required.
Visibility condition expression for draft-aware UI evaluation.
Requiredness condition expression for draft-aware UI evaluation.
Editability condition expression for draft-aware UI evaluation.
Compiled rule expression plan used by Moltaro runtime surfaces.
object
Stable rule engine version used to compile this plan.
Compiled rule expression node.
object
Node kind, for example literal, path, eq, and, or.
Optional operator metadata.
Field path for path nodes.
Literal family for literal nodes.
Text value or variable name.
Numeric literal value.
Boolean literal value.
Date variable day offset.
Typed result family resolved by the backend binder.
Backend source family for lookup-like or complex fields.
Canonical field path resolved by the backend binder.
Compiled rule expression plan used by Moltaro runtime surfaces.
object
Stable rule engine version used to compile this plan.
Compiled rule expression node.
object
Node kind, for example literal, path, eq, and, or.
Optional operator metadata.
Field path for path nodes.
Literal family for literal nodes.
Text value or variable name.
Numeric literal value.
Boolean literal value.
Date variable day offset.
Typed result family resolved by the backend binder.
Backend source family for lookup-like or complex fields.
Canonical field path resolved by the backend binder.
Compiled rule expression plan used by Moltaro runtime surfaces.
object
Stable rule engine version used to compile this plan.
Compiled rule expression node.
object
Node kind, for example literal, path, eq, and, or.
Optional operator metadata.
Field path for path nodes.
Literal family for literal nodes.
Text value or variable name.
Numeric literal value.
Boolean literal value.
Date variable day offset.
Typed result family resolved by the backend binder.
Backend source family for lookup-like or complex fields.
Canonical field path resolved by the backend binder.
Whether the bound field allows multiple values.
Decimal precision when applicable.
Decimal scale when applicable.
String max length when applicable.
Target entity definition identifier for reference-style fields.
Paired reference field identifier for inverse reference fields.
Whether root-list sorting by linked display value is allowed.
Select options when applicable.
Option metadata for select fields.
object
Option identifier.
Owning field identifier.
Option key.
Option display value.
Sort order.
Access-shaped child-table fields when the binding targets a table field.
One access-shaped child-table field for runtime UI rendering.
object
Child field identifier.
Display label for the child field.
Whether the caller may edit this child field.
Reference path configured for breadcrumb rendering.
Whether the caller can access at least one child-table field.
Whether the caller can access nested table child fields.
Base currency code for Money fields.
Relation definition id when the binding targets a record-assignment relation slot.
Relation definition key when the binding targets a record-assignment relation slot.
Relation display name when the binding targets a record-assignment relation slot.
Display field identifier when the binding targets a display-only computed field.
Display field key when the binding targets a display-only computed field.
Display field display name when the binding targets a display-only computed field.
Object-context fact configuration id when the binding targets a contextual fact.
Provider key that owns the object-context fact payload.
object
Whether an address field must be captured through a coordinate-aware editor.
Column label.
Optional user hint.
Whether the column should render.
Whether inline editing is enabled for the column.
Preferred width in pixels.
Display order.
Read-only field projection backed by a materialized related-field path.
object
Runtime field-key path from the root entity to the projected terminal field.
Runtime reference path required for materialization.
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.
Reference path configured for breadcrumb rendering.
Effective row actions.
One table-row action configuration.
object
Stable action identifier.
Explicit order within the placement bucket.
Role-aware form selectors used by edit actions in admin configuration.
Role-aware selector row used by hosted surfaces and lookup inputs.
object
Persisted selector row id. New client rows may send null.
Higher values are evaluated first.
Custom surface key when Moltaro.Entity.Ui.Models.EntityUiSurfaceSelectorAdminModel.Mode is custom key.
Workspace role ids that may use the selector; empty means all roles.
Selector for resolving an entity UI surface by default pointer or custom key.
object
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
Ordered row appearance rules for explicit surfaces.
Runtime table row appearance rule.
object
Statement identifier used against instance predicates.
Stable evaluation order; the first matching rule wins.
Optional CSS font color applied to the whole row.
Optional CSS background color applied to the whole row.
Filter targets and their table-surface placement.
One table-surface filter target exposed to the web client.
object
Reference to a runtime field by identifier, normalized key, or special query field.
object
Field identifier or backend-issued synthetic system-field identifier.
Field key resolved through the runtime normalized-key index.
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.
Table-surface sorting capabilities exposed to the web client.
object
One table-surface sort target exposed to the web client.
object
Reference to a runtime field by identifier, normalized key, or special query field.
object
Field identifier or backend-issued synthetic system-field identifier.
Field key resolved through the runtime normalized-key index.
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.
One sort item in the runtime list query.
object
Reference to a runtime field by identifier, normalized key, or special query field.
object
Field identifier or backend-issued synthetic system-field identifier.
Field key resolved through the runtime normalized-key index.
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 target path for a runtime list query sort item.
object
Reference path from the queried entity to the sortable terminal field or system field.
Reference to a runtime field by identifier, normalized key, or special query field.
object
Field identifier or backend-issued synthetic system-field identifier.
Field key resolved through the runtime normalized-key index.
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.
Paginated entity-instance response for one runtime entity definition.
object
Current page of instance summaries.
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.
Primary-table scalar fields keyed by field key. User and role fields return compact reference models. Restricted fields are returned with Moltaro.Enums.EntityInstanceFieldStateEnum.Restricted.
object
Field envelope for runtime entity-instance responses.
object
Canonical stored value for the field when State is Moltaro.Enums.EntityInstanceFieldStateEnum.Value.
object
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 patch the active instance.
Whether the caller can archive the active instance.
Whether the caller can permanently delete the instance after archival.
Whether the caller can restore the archived instance.
Whether the caller can merge this active instance with another 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 comments can be created for this instance.
Whether comments can be updated for this instance.
Whether comments can be deleted for this instance.
Whether tags can be viewed for this instance.
Whether tags can be created for this instance.
Whether tags can be updated for this instance.
Whether tags can be deleted for this instance.
Whether attachments can be viewed for this instance.
Whether attachments can be created for this instance.
Whether attachments can be updated for this instance.
Whether attachments can be deleted for this instance.
Relation assignments keyed by relation key for record-scoped entities.
object
Assignment target in runtime entity-instance payloads.
object
Assigned subject identifier.
Display name resolved for the assignment subject when available.
Optional secondary subject description.
Whether the assignment row is managed by Moltaro runtime logic instead of direct user mutation.
Display-safe source metadata for a runtime assignment inherited from a parent record.
object
Parent entity definition identifier.
Parent entity user-facing display name.
Compact runtime payload for one resolved or unresolved entity reference.
object
Linked entity identifier when resolved.
Linked entity number when resolved.
Linked entity display name from the presentation cache when resolved.
Linked entity subtitle from the presentation cache when resolved.
Projected primary-field scalar values and requested nested reference values keyed by target field key when resolved.
object
Linked entity definition identifier when resolved.
Immediate source assignment relation identifier when available.
Immediate source assignment relation key when available.
Immediate source assignment relation display name when available.
Timestamp when the inherited assignment row was last recalculated.
Materialized inheritance depth.
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
Total accessible instance count for the active page filter.
One-based page number.
Requested page size after normalization.
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.
Runtime relation metadata for record-scoped assignment columns.
Runtime relation slot metadata for record-scoped assignments.
object
Relation definition identifier.
Relation definition key.
Relation display name.
Whether the relation must keep at least one assignment.
Relation display order.
Server-computed mutation permissions for one relation slot on one entity instance.
object
Whether the caller can replace the assignment set for the relation slot.
Machine-readable state for a reusable UI surface that is intentionally missing.
object
Selector for resolving an entity UI surface by default pointer or custom key.
object
Server-computed contextual create action for a direct related-data section.
object
object
Owner-side runtime entitlement payload for an object-hosted layout block.
object
Compact entitlement row rendered inside an object-hosted layout block.
object
object
object
object
object
Example
{ "Data": { "Meta": { "AccessModel": 0 }, "Model": { "SummaryCard": { "Mode": 0 }, "Form": { "Mode": 0 }, "Sections": [ { "TableBinding": { "Selector": { "Mode": 0 }, "LockedFilters": [ { "TargetKind": 0, "SystemField": 0, "Operator": 0, "ValueSource": 0 } ], "InitialFilters": [ { "TargetKind": 0, "SystemField": 0, "Operator": 0, "ValueSource": 0 } ], "InitialSort": [ { "TargetKind": 0, "SystemField": 0, "Direction": 0 } ] } } ] }, "LayoutMode": 0, "ObjectHostedLayout": { "Surface": 0, "Items": [ { "ItemKind": 0, "BlockKind": 0, "StandardBlock": 0, "BindingPath": { "Steps": [ { "Direction": 0 } ] } } ] }, "RibbonBarLayout": { "Surface": 0 }, "WorkContext": { "Providers": [ { "State": 0 } ] }, "ObjectHostedLayoutBlocks": [ { "BlockKind": 0, "State": 0, "BindingPath": { "Steps": [ { "Direction": 0 } ] }, "Table": { "Surface": 0, "Columns": [ { "Binding": { "RefKind": 0, "SystemField": 0, "FieldType": 0, "ReferenceDeleteBehavior": 0, "TableFields": [ { "Editor": 0, "ReferenceInputType": 0, "ReferenceRendererType": 0, "ReferenceLookupRenderType": 0 } ], "VisibleWhenOperationMode": 0, "RequiredWhenOperationMode": 0, "EditableWhenOperationMode": 0, "RelationCardinality": 0, "RelationSubjectMode": 0 }, "Renderer": 0, "Editor": 0, "ReferenceInputType": 0, "ReferenceRendererType": 0, "ReferenceLookupRenderType": 0 } ], "Actions": [ { "Action": 0, "Placement": 0, "FormSelectors": [ { "Mode": 0 } ], "FormSelector": { "Mode": 0 } } ], "AfterCreateNavigation": 0, "AfterUpdateNavigation": 0, "Filters": [ { "Reference": { "Special": 0 }, "Placement": 0 } ], "Sorting": { "SortableTargets": [ { "Reference": { "Special": 0 } } ], "DefaultSort": [ { "Field": { "Special": 0 }, "Target": { "Path": [ { "Special": 0 } ] }, "Direction": 0 } ] } }, "Page": { "Items": [ { "Fields": { "additionalProperty": { "State": 0 } }, "Assignments": { "additionalProperty": [ { "SubjectType": 0, "Origin": 0, "InheritanceSource": { "ParentRecord": { "State": 0 } } } ] } } ], "AssignmentRelations": [ { "Cardinality": 0, "SubjectMode": 0 } ] }, "ArchiveMode": 0, "MissingSurface": { "SurfaceType": 0, "Reason": 0, "Selector": { "Mode": 0 } } } ] }, "Errors": [ { "Type": 0, "Severity": 0 } ], "Warnings": [ { "Type": 0, "Severity": 0 } ]}Conflict
object
Runtime bootstrap payload for the drawer surface.
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 full-text 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.
Resolved drawer orchestration model.
object
Selector for resolving an entity UI surface by default pointer or custom key.
object
Selector for resolving an entity UI surface by default pointer or custom key.
object
One related-section definition on the drawer surface.
object
Resolved table usage context for a hosted table surface.
object
Selector for resolving an entity UI surface by default pointer or custom key.
object
One host-level table filter preset.
object
object
One host-level table filter preset.
object
object
One host-level initial sort preset for an embedded table binding.
object
Object-hosted layout for a single record details page or drawer.
object
One entry in an object-hosted layout for a single record surface.
object
Structured binding path for special host-layout blocks.
object
One reverse-reference hop used by a special host-layout block.
object
object
Ribbon-bar signal layout for a single record details page or drawer.
object
One configured ribbon-bar signal placement.
object
object
Server-computed enrichment context for one entity details page.
object
Disclosure state and optional signal for one work-context provider.
object
Compact provider signal rendered in the entity details signal strip.
object
Provider-specific compact label.
Main signal value.
Secondary signal text.
Tertiary compact text.
Theme or raw display color for the signal icon.
Signal tone understood by the WebApp presentation layer.
Optional visible item count. Restricted providers must leave this null.
Provider-specific action descriptors. Restricted providers must return an empty list.
One server-approved action attached to a work-context signal.
object
Optional badge count for this action. Restricted providers must leave this null.
Provider-specific public action data.
object
Provider-specific public data needed to execute signal actions.
object
Runtime payloads for special blocks used by Moltaro.Entity.Ui.Models.Drawer.EntityDrawerBootstrapModel.ObjectHostedLayout.
Runtime payload for a custom host-layout block.
object
Structured binding path for special host-layout blocks.
object
One reverse-reference hop used by a special host-layout block.
object
Persisted table surface.
object
Surface identifier. This is empty when the model is not resolved.
Default page size.
Concurrency token for persisted overrides.
Effective columns.
One persisted table column.
object
Stable column identifier.
Resolved binding metadata for one UI field reference.
object
Field identifier when the binding points to an entity field.
Runtime field key when the binding points to an entity field.
Whether the bound field is always required.
Visibility condition expression for draft-aware UI evaluation.
Requiredness condition expression for draft-aware UI evaluation.
Editability condition expression for draft-aware UI evaluation.
Compiled rule expression plan used by Moltaro runtime surfaces.
object
Stable rule engine version used to compile this plan.
Compiled rule expression node.
object
Node kind, for example literal, path, eq, and, or.
Optional operator metadata.
Field path for path nodes.
Literal family for literal nodes.
Text value or variable name.
Numeric literal value.
Boolean literal value.
Date variable day offset.
Typed result family resolved by the backend binder.
Backend source family for lookup-like or complex fields.
Canonical field path resolved by the backend binder.
Compiled rule expression plan used by Moltaro runtime surfaces.
object
Stable rule engine version used to compile this plan.
Compiled rule expression node.
object
Node kind, for example literal, path, eq, and, or.
Optional operator metadata.
Field path for path nodes.
Literal family for literal nodes.
Text value or variable name.
Numeric literal value.
Boolean literal value.
Date variable day offset.
Typed result family resolved by the backend binder.
Backend source family for lookup-like or complex fields.
Canonical field path resolved by the backend binder.
Compiled rule expression plan used by Moltaro runtime surfaces.
object
Stable rule engine version used to compile this plan.
Compiled rule expression node.
object
Node kind, for example literal, path, eq, and, or.
Optional operator metadata.
Field path for path nodes.
Literal family for literal nodes.
Text value or variable name.
Numeric literal value.
Boolean literal value.
Date variable day offset.
Typed result family resolved by the backend binder.
Backend source family for lookup-like or complex fields.
Canonical field path resolved by the backend binder.
Whether the bound field allows multiple values.
Decimal precision when applicable.
Decimal scale when applicable.
String max length when applicable.
Target entity definition identifier for reference-style fields.
Paired reference field identifier for inverse reference fields.
Whether root-list sorting by linked display value is allowed.
Select options when applicable.
Option metadata for select fields.
object
Option identifier.
Owning field identifier.
Option key.
Option display value.
Sort order.
Access-shaped child-table fields when the binding targets a table field.
One access-shaped child-table field for runtime UI rendering.
object
Child field identifier.
Display label for the child field.
Whether the caller may edit this child field.
Reference path configured for breadcrumb rendering.
Whether the caller can access at least one child-table field.
Whether the caller can access nested table child fields.
Base currency code for Money fields.
Relation definition id when the binding targets a record-assignment relation slot.
Relation definition key when the binding targets a record-assignment relation slot.
Relation display name when the binding targets a record-assignment relation slot.
Display field identifier when the binding targets a display-only computed field.
Display field key when the binding targets a display-only computed field.
Display field display name when the binding targets a display-only computed field.
Object-context fact configuration id when the binding targets a contextual fact.
Provider key that owns the object-context fact payload.
object
Whether an address field must be captured through a coordinate-aware editor.
Column label.
Optional user hint.
Whether the column should render.
Whether inline editing is enabled for the column.
Preferred width in pixels.
Display order.
Read-only field projection backed by a materialized related-field path.
object
Runtime field-key path from the root entity to the projected terminal field.
Runtime reference path required for materialization.
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.
Reference path configured for breadcrumb rendering.
Effective row actions.
One table-row action configuration.
object
Stable action identifier.
Explicit order within the placement bucket.
Role-aware form selectors used by edit actions in admin configuration.
Role-aware selector row used by hosted surfaces and lookup inputs.
object
Persisted selector row id. New client rows may send null.
Higher values are evaluated first.
Custom surface key when Moltaro.Entity.Ui.Models.EntityUiSurfaceSelectorAdminModel.Mode is custom key.
Workspace role ids that may use the selector; empty means all roles.
Selector for resolving an entity UI surface by default pointer or custom key.
object
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
Ordered row appearance rules for explicit surfaces.
Runtime table row appearance rule.
object
Statement identifier used against instance predicates.
Stable evaluation order; the first matching rule wins.
Optional CSS font color applied to the whole row.
Optional CSS background color applied to the whole row.
Filter targets and their table-surface placement.
One table-surface filter target exposed to the web client.
object
Reference to a runtime field by identifier, normalized key, or special query field.
object
Field identifier or backend-issued synthetic system-field identifier.
Field key resolved through the runtime normalized-key index.
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.
Table-surface sorting capabilities exposed to the web client.
object
One table-surface sort target exposed to the web client.
object
Reference to a runtime field by identifier, normalized key, or special query field.
object
Field identifier or backend-issued synthetic system-field identifier.
Field key resolved through the runtime normalized-key index.
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.
One sort item in the runtime list query.
object
Reference to a runtime field by identifier, normalized key, or special query field.
object
Field identifier or backend-issued synthetic system-field identifier.
Field key resolved through the runtime normalized-key index.
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 target path for a runtime list query sort item.
object
Reference path from the queried entity to the sortable terminal field or system field.
Reference to a runtime field by identifier, normalized key, or special query field.
object
Field identifier or backend-issued synthetic system-field identifier.
Field key resolved through the runtime normalized-key index.
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.
Paginated entity-instance response for one runtime entity definition.
object
Current page of instance summaries.
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.
Primary-table scalar fields keyed by field key. User and role fields return compact reference models. Restricted fields are returned with Moltaro.Enums.EntityInstanceFieldStateEnum.Restricted.
object
Field envelope for runtime entity-instance responses.
object
Canonical stored value for the field when State is Moltaro.Enums.EntityInstanceFieldStateEnum.Value.
object
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 patch the active instance.
Whether the caller can archive the active instance.
Whether the caller can permanently delete the instance after archival.
Whether the caller can restore the archived instance.
Whether the caller can merge this active instance with another 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 comments can be created for this instance.
Whether comments can be updated for this instance.
Whether comments can be deleted for this instance.
Whether tags can be viewed for this instance.
Whether tags can be created for this instance.
Whether tags can be updated for this instance.
Whether tags can be deleted for this instance.
Whether attachments can be viewed for this instance.
Whether attachments can be created for this instance.
Whether attachments can be updated for this instance.
Whether attachments can be deleted for this instance.
Relation assignments keyed by relation key for record-scoped entities.
object
Assignment target in runtime entity-instance payloads.
object
Assigned subject identifier.
Display name resolved for the assignment subject when available.
Optional secondary subject description.
Whether the assignment row is managed by Moltaro runtime logic instead of direct user mutation.
Display-safe source metadata for a runtime assignment inherited from a parent record.
object
Parent entity definition identifier.
Parent entity user-facing display name.
Compact runtime payload for one resolved or unresolved entity reference.
object
Linked entity identifier when resolved.
Linked entity number when resolved.
Linked entity display name from the presentation cache when resolved.
Linked entity subtitle from the presentation cache when resolved.
Projected primary-field scalar values and requested nested reference values keyed by target field key when resolved.
object
Linked entity definition identifier when resolved.
Immediate source assignment relation identifier when available.
Immediate source assignment relation key when available.
Immediate source assignment relation display name when available.
Timestamp when the inherited assignment row was last recalculated.
Materialized inheritance depth.
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
Total accessible instance count for the active page filter.
One-based page number.
Requested page size after normalization.
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.
Runtime relation metadata for record-scoped assignment columns.
Runtime relation slot metadata for record-scoped assignments.
object
Relation definition identifier.
Relation definition key.
Relation display name.
Whether the relation must keep at least one assignment.
Relation display order.
Server-computed mutation permissions for one relation slot on one entity instance.
object
Whether the caller can replace the assignment set for the relation slot.
Machine-readable state for a reusable UI surface that is intentionally missing.
object
Selector for resolving an entity UI surface by default pointer or custom key.
object
Server-computed contextual create action for a direct related-data section.
object
object
Owner-side runtime entitlement payload for an object-hosted layout block.
object
Compact entitlement row rendered inside an object-hosted layout block.
object
object
object
object
object
Example
{ "Data": { "Meta": { "AccessModel": 0 }, "Model": { "SummaryCard": { "Mode": 0 }, "Form": { "Mode": 0 }, "Sections": [ { "TableBinding": { "Selector": { "Mode": 0 }, "LockedFilters": [ { "TargetKind": 0, "SystemField": 0, "Operator": 0, "ValueSource": 0 } ], "InitialFilters": [ { "TargetKind": 0, "SystemField": 0, "Operator": 0, "ValueSource": 0 } ], "InitialSort": [ { "TargetKind": 0, "SystemField": 0, "Direction": 0 } ] } } ] }, "LayoutMode": 0, "ObjectHostedLayout": { "Surface": 0, "Items": [ { "ItemKind": 0, "BlockKind": 0, "StandardBlock": 0, "BindingPath": { "Steps": [ { "Direction": 0 } ] } } ] }, "RibbonBarLayout": { "Surface": 0 }, "WorkContext": { "Providers": [ { "State": 0 } ] }, "ObjectHostedLayoutBlocks": [ { "BlockKind": 0, "State": 0, "BindingPath": { "Steps": [ { "Direction": 0 } ] }, "Table": { "Surface": 0, "Columns": [ { "Binding": { "RefKind": 0, "SystemField": 0, "FieldType": 0, "ReferenceDeleteBehavior": 0, "TableFields": [ { "Editor": 0, "ReferenceInputType": 0, "ReferenceRendererType": 0, "ReferenceLookupRenderType": 0 } ], "VisibleWhenOperationMode": 0, "RequiredWhenOperationMode": 0, "EditableWhenOperationMode": 0, "RelationCardinality": 0, "RelationSubjectMode": 0 }, "Renderer": 0, "Editor": 0, "ReferenceInputType": 0, "ReferenceRendererType": 0, "ReferenceLookupRenderType": 0 } ], "Actions": [ { "Action": 0, "Placement": 0, "FormSelectors": [ { "Mode": 0 } ], "FormSelector": { "Mode": 0 } } ], "AfterCreateNavigation": 0, "AfterUpdateNavigation": 0, "Filters": [ { "Reference": { "Special": 0 }, "Placement": 0 } ], "Sorting": { "SortableTargets": [ { "Reference": { "Special": 0 } } ], "DefaultSort": [ { "Field": { "Special": 0 }, "Target": { "Path": [ { "Special": 0 } ] }, "Direction": 0 } ] } }, "Page": { "Items": [ { "Fields": { "additionalProperty": { "State": 0 } }, "Assignments": { "additionalProperty": [ { "SubjectType": 0, "Origin": 0, "InheritanceSource": { "ParentRecord": { "State": 0 } } } ] } } ], "AssignmentRelations": [ { "Cardinality": 0, "SubjectMode": 0 } ] }, "ArchiveMode": 0, "MissingSurface": { "SurfaceType": 0, "Reason": 0, "Selector": { "Mode": 0 } } } ] }, "Errors": [ { "Type": 0, "Severity": 0 } ], "Warnings": [ { "Type": 0, "Severity": 0 } ]}