Return the primary Entity Instance after Board Context:View and independent Entity SQL authorization.
using System.Net.Http.Headers;var client = new HttpClient();var request = new HttpRequestMessage{ Method = HttpMethod.Get, RequestUri = new Uri("https://example.com/api/workspace/boards/example/items/example/entity"),};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/boards/example/items/example/entity';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/boards/example/items/example/entityAuthorizations
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
Detailed entity-instance response.
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.
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.
All runtime fields keyed by field key. User and role fields return compact reference models. Table fields return table metadata together with child rows.
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
Common responsibility subjects keyed by stable responsibility key.
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.
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.
Runtime relation metadata for record-scoped assignment sections.
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.
Merge state attached to entity instance payloads.
object
Display-only computed fields keyed by display-field key.
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.
object
object
object
object
Example
{ "Data": { "Fields": { "additionalProperty": { "State": 0, "PlainTextPreview": { "State": 0 } } }, "ObjectInvariant": { "Operations": { "additionalProperty": { "Denials": [ { "Source": 0 } ] } } } }, "Errors": [ { "Type": 0, "Severity": 0 } ], "Warnings": [ { "Type": 0, "Severity": 0 } ]}Forbidden
object
Examplegenerated
{ "type": "example", "title": "example", "status": 1, "detail": "example", "instance": "example"}Not Found
object
Detailed entity-instance response.
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.
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.
All runtime fields keyed by field key. User and role fields return compact reference models. Table fields return table metadata together with child rows.
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
Common responsibility subjects keyed by stable responsibility key.
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.
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.
Runtime relation metadata for record-scoped assignment sections.
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.
Merge state attached to entity instance payloads.
object
Display-only computed fields keyed by display-field key.
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.
object
object
object
object
Example
{ "Data": { "Fields": { "additionalProperty": { "State": 0, "PlainTextPreview": { "State": 0 } } }, "ObjectInvariant": { "Operations": { "additionalProperty": { "Denials": [ { "Source": 0 } ] } } } }, "Errors": [ { "Type": 0, "Severity": 0 } ], "Warnings": [ { "Type": 0, "Severity": 0 } ]}Conflict
object
Detailed entity-instance response.
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.
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.
All runtime fields keyed by field key. User and role fields return compact reference models. Table fields return table metadata together with child rows.
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
Common responsibility subjects keyed by stable responsibility key.
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.
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.
Runtime relation metadata for record-scoped assignment sections.
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.
Merge state attached to entity instance payloads.
object
Display-only computed fields keyed by display-field key.
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.
object
object
object
object
Example
{ "Data": { "Fields": { "additionalProperty": { "State": 0, "PlainTextPreview": { "State": 0 } } }, "ObjectInvariant": { "Operations": { "additionalProperty": { "Denials": [ { "Source": 0 } ] } } } }, "Errors": [ { "Type": 0, "Severity": 0 } ], "Warnings": [ { "Type": 0, "Severity": 0 } ]}