Return the details-page 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/details-page"),};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/details-page';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/details-pageAuthorizations
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 details 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 configured search is available for the definition.
Runtime-exposed statements for this entity.
Runtime statement descriptor exposed to clients together with predicate payloads.
object
Statement identifier.
Stable technical statement key.
User-facing statement label.
Rule evaluation context shared with fast UI runtime evaluation.
object
Current workspace user identifier.
Workspace-local current date in ISO format.
Workspace time zone identifier.
UTC instant when the context was generated.
UTC instant for the next midnight in the workspace time zone.
Owner-scoped runtime values available to rule plans.
object
object
Whether the entity is an enabled Projection Entity.
Resolved details-page 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
Runtime breadcrumb target for a details page.
object
Selector for resolving an entity UI surface by default pointer or custom key.
object
Current provider-owned display name.
Named WebApp route supplied by the owning module.
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
object
object
object
object
Example
{ "Data": { "Model": { "SummaryCard": { "Mode": 0 }, "EditForm": { "Mode": 0 }, "BackTarget": { "Target": 0, "EntityListPageSelector": { "Mode": 0 } } }, "LayoutMode": 0, "ObjectHostedLayout": { "Surface": 0, "Items": [ { "ItemKind": 0, "BlockKind": 0, "StandardBlock": 0, "BindingPath": { "Steps": [ { "Direction": 0 } ] } } ] } }, "Errors": [ { "Type": 0, "Severity": 0 } ], "Warnings": [ { "Type": 0, "Severity": 0 } ]}Bad Request
object
Runtime bootstrap payload for the details 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 configured search is available for the definition.
Runtime-exposed statements for this entity.
Runtime statement descriptor exposed to clients together with predicate payloads.
object
Statement identifier.
Stable technical statement key.
User-facing statement label.
Rule evaluation context shared with fast UI runtime evaluation.
object
Current workspace user identifier.
Workspace-local current date in ISO format.
Workspace time zone identifier.
UTC instant when the context was generated.
UTC instant for the next midnight in the workspace time zone.
Owner-scoped runtime values available to rule plans.
object
object
Whether the entity is an enabled Projection Entity.
Resolved details-page 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
Runtime breadcrumb target for a details page.
object
Selector for resolving an entity UI surface by default pointer or custom key.
object
Current provider-owned display name.
Named WebApp route supplied by the owning module.
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
object
object
object
object
Example
{ "Data": { "Model": { "SummaryCard": { "Mode": 0 }, "EditForm": { "Mode": 0 }, "BackTarget": { "Target": 0, "EntityListPageSelector": { "Mode": 0 } } }, "LayoutMode": 0, "ObjectHostedLayout": { "Surface": 0, "Items": [ { "ItemKind": 0, "BlockKind": 0, "StandardBlock": 0, "BindingPath": { "Steps": [ { "Direction": 0 } ] } } ] } }, "Errors": [ { "Type": 0, "Severity": 0 } ], "Warnings": [ { "Type": 0, "Severity": 0 } ]}Forbidden
object
Examplegenerated
{ "type": "example", "title": "example", "status": 1, "detail": "example", "instance": "example"}Not Found
object
Runtime bootstrap payload for the details 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 configured search is available for the definition.
Runtime-exposed statements for this entity.
Runtime statement descriptor exposed to clients together with predicate payloads.
object
Statement identifier.
Stable technical statement key.
User-facing statement label.
Rule evaluation context shared with fast UI runtime evaluation.
object
Current workspace user identifier.
Workspace-local current date in ISO format.
Workspace time zone identifier.
UTC instant when the context was generated.
UTC instant for the next midnight in the workspace time zone.
Owner-scoped runtime values available to rule plans.
object
object
Whether the entity is an enabled Projection Entity.
Resolved details-page 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
Runtime breadcrumb target for a details page.
object
Selector for resolving an entity UI surface by default pointer or custom key.
object
Current provider-owned display name.
Named WebApp route supplied by the owning module.
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
object
object
object
object
Example
{ "Data": { "Model": { "SummaryCard": { "Mode": 0 }, "EditForm": { "Mode": 0 }, "BackTarget": { "Target": 0, "EntityListPageSelector": { "Mode": 0 } } }, "LayoutMode": 0, "ObjectHostedLayout": { "Surface": 0, "Items": [ { "ItemKind": 0, "BlockKind": 0, "StandardBlock": 0, "BindingPath": { "Steps": [ { "Direction": 0 } ] } } ] } }, "Errors": [ { "Type": 0, "Severity": 0 } ], "Warnings": [ { "Type": 0, "Severity": 0 } ]}Conflict
object
Runtime bootstrap payload for the details 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 configured search is available for the definition.
Runtime-exposed statements for this entity.
Runtime statement descriptor exposed to clients together with predicate payloads.
object
Statement identifier.
Stable technical statement key.
User-facing statement label.
Rule evaluation context shared with fast UI runtime evaluation.
object
Current workspace user identifier.
Workspace-local current date in ISO format.
Workspace time zone identifier.
UTC instant when the context was generated.
UTC instant for the next midnight in the workspace time zone.
Owner-scoped runtime values available to rule plans.
object
object
Whether the entity is an enabled Projection Entity.
Resolved details-page 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
Runtime breadcrumb target for a details page.
object
Selector for resolving an entity UI surface by default pointer or custom key.
object
Current provider-owned display name.
Named WebApp route supplied by the owning module.
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
object
object
object
object
Example
{ "Data": { "Model": { "SummaryCard": { "Mode": 0 }, "EditForm": { "Mode": 0 }, "BackTarget": { "Target": 0, "EntityListPageSelector": { "Mode": 0 } } }, "LayoutMode": 0, "ObjectHostedLayout": { "Surface": 0, "Items": [ { "ItemKind": 0, "BlockKind": 0, "StandardBlock": 0, "BindingPath": { "Steps": [ { "Direction": 0 } ] } } ] } }, "Errors": [ { "Type": 0, "Severity": 0 } ], "Warnings": [ { "Type": 0, "Severity": 0 } ]}