Search readable runtime board items across one or more statuses.
using System.Net.Http.Headers;var client = new HttpClient();var request = new HttpRequestMessage{ Method = HttpMethod.Post, RequestUri = new Uri("https://example.com/api/workspace/boards/example/items/search"), Content = new StringContent("{ \"SearchText\": \"example\", \"BoardStatusIds\": [ \"example\" ], \"BoardTargetDefinitionIds\": [ \"example\" ], \"Responsibilities\": [ { \"ResponsibilityKey\": \"example\", \"SubjectType\": 0, \"SubjectId\": \"example\" } ], \"ActorScope\": { \"AssignedToMe\": true }, \"DueDate\": { \"HasDueDate\": true, \"DueFromUtc\": \"2026-04-15T12:00:00Z\", \"DueToUtc\": \"2026-04-15T12:00:00Z\", \"IsOverdue\": true }, \"Tags\": { \"TagIds\": [ \"example\" ] }, \"ItemLinks\": { \"HasOpenChildBlockers\": true }, \"BoardData\": { \"Filter\": { \"Operator\": 0, \"Conditions\": [ { \"Field\": { \"FieldId\": \"example\", \"FieldKey\": \"example\", \"Special\": 0, \"StatementId\": \"example\", \"StatementKey\": \"example\", \"ObjectContextFactId\": \"example\", \"ObjectContextFactFilterKey\": \"example\" }, \"Target\": { \"Path\": [ { \"FieldId\": \"example\", \"FieldKey\": \"example\", \"Special\": 0, \"StatementId\": \"example\", \"StatementKey\": \"example\", \"ObjectContextFactId\": \"example\", \"ObjectContextFactFilterKey\": \"example\" } ] }, \"Operator\": 0, \"Values\": [ { \"Kind\": 0, \"Value\": {}, \"Variable\": 0 } ], \"RowsFilter\": {}, \"Spatial\": { \"ShapeKind\": 0, \"Center\": { \"Latitude\": 1, \"Longitude\": 1, \"FullAddress\": \"example\" }, \"RadiusKm\": 1, \"BoundingBox\": { \"SouthWest\": { \"Latitude\": 1, \"Longitude\": 1, \"FullAddress\": \"example\" }, \"NorthEast\": { \"Latitude\": 1, \"Longitude\": 1, \"FullAddress\": \"example\" } }, \"Polygon\": [ { \"Latitude\": 1, \"Longitude\": 1, \"FullAddress\": \"example\" } ] } } ], \"Groups\": [] }, \"Sort\": [ { \"Field\": { \"FieldId\": \"example\", \"FieldKey\": \"example\", \"Special\": 0, \"StatementId\": \"example\", \"StatementKey\": \"example\", \"ObjectContextFactId\": \"example\", \"ObjectContextFactFilterKey\": \"example\" }, \"Target\": { \"Path\": [ { \"FieldId\": \"example\", \"FieldKey\": \"example\", \"Special\": 0, \"StatementId\": \"example\", \"StatementKey\": \"example\", \"ObjectContextFactId\": \"example\", \"ObjectContextFactFilterKey\": \"example\" } ] }, \"Direction\": 0 } ] }, \"DueDateSort\": { \"Direction\": 0 }, \"Limit\": 1, \"Cursor\": { \"BoardCycleId\": \"example\", \"BoardStatusId\": \"example\", \"RankKey\": \"example\", \"BoardItemId\": \"example\", \"BoardDataSortCursor\": \"example\" }, \"AttentionSignals\": { \"TypeKeys\": [ \"example\" ], \"Severities\": [ 0 ] }, \"TargetData\": [ { \"BoardTargetDefinitionId\": \"example\", \"Filter\": { \"Operator\": 0, \"Conditions\": [ { \"Field\": { \"FieldId\": \"example\", \"FieldKey\": \"example\", \"Special\": 0, \"StatementId\": \"example\", \"StatementKey\": \"example\", \"ObjectContextFactId\": \"example\", \"ObjectContextFactFilterKey\": \"example\" }, \"Target\": { \"Path\": [ { \"FieldId\": \"example\", \"FieldKey\": \"example\", \"Special\": 0, \"StatementId\": \"example\", \"StatementKey\": \"example\", \"ObjectContextFactId\": \"example\", \"ObjectContextFactFilterKey\": \"example\" } ] }, \"Operator\": 0, \"Values\": [ { \"Kind\": 0, \"Value\": {}, \"Variable\": 0 } ], \"RowsFilter\": {}, \"Spatial\": { \"ShapeKind\": 0, \"Center\": { \"Latitude\": 1, \"Longitude\": 1, \"FullAddress\": \"example\" }, \"RadiusKm\": 1, \"BoundingBox\": { \"SouthWest\": { \"Latitude\": 1, \"Longitude\": 1, \"FullAddress\": \"example\" }, \"NorthEast\": { \"Latitude\": 1, \"Longitude\": 1, \"FullAddress\": \"example\" } }, \"Polygon\": [ { \"Latitude\": 1, \"Longitude\": 1, \"FullAddress\": \"example\" } ] } } ], \"Groups\": [] } } ], \"CycleSelector\": \"example\" }") { Headers = { ContentType = new MediaTypeHeaderValue("application/json") } }};using (var response = await client.SendAsync(request)){ response.EnsureSuccessStatusCode(); var body = await response.Content.ReadAsStringAsync(); Console.WriteLine(body);}const url = 'https://example.com/api/workspace/boards/example/items/search';const options = { method: 'POST', headers: {'Content-Type': 'application/json'}, body: '{"SearchText":"example","BoardStatusIds":["example"],"BoardTargetDefinitionIds":["example"],"Responsibilities":[{"ResponsibilityKey":"example","SubjectType":0,"SubjectId":"example"}],"ActorScope":{"AssignedToMe":true},"DueDate":{"HasDueDate":true,"DueFromUtc":"2026-04-15T12:00:00Z","DueToUtc":"2026-04-15T12:00:00Z","IsOverdue":true},"Tags":{"TagIds":["example"]},"ItemLinks":{"HasOpenChildBlockers":true},"BoardData":{"Filter":{"Operator":0,"Conditions":[{"Field":{"FieldId":"example","FieldKey":"example","Special":0,"StatementId":"example","StatementKey":"example","ObjectContextFactId":"example","ObjectContextFactFilterKey":"example"},"Target":{"Path":[{"FieldId":"example","FieldKey":"example","Special":0,"StatementId":"example","StatementKey":"example","ObjectContextFactId":"example","ObjectContextFactFilterKey":"example"}]},"Operator":0,"Values":[{"Kind":0,"Value":{},"Variable":0}],"RowsFilter":{},"Spatial":{"ShapeKind":0,"Center":{"Latitude":1,"Longitude":1,"FullAddress":"example"},"RadiusKm":1,"BoundingBox":{"SouthWest":{"Latitude":1,"Longitude":1,"FullAddress":"example"},"NorthEast":{"Latitude":1,"Longitude":1,"FullAddress":"example"}},"Polygon":[{"Latitude":1,"Longitude":1,"FullAddress":"example"}]}}],"Groups":[]},"Sort":[{"Field":{"FieldId":"example","FieldKey":"example","Special":0,"StatementId":"example","StatementKey":"example","ObjectContextFactId":"example","ObjectContextFactFilterKey":"example"},"Target":{"Path":[{"FieldId":"example","FieldKey":"example","Special":0,"StatementId":"example","StatementKey":"example","ObjectContextFactId":"example","ObjectContextFactFilterKey":"example"}]},"Direction":0}]},"DueDateSort":{"Direction":0},"Limit":1,"Cursor":{"BoardCycleId":"example","BoardStatusId":"example","RankKey":"example","BoardItemId":"example","BoardDataSortCursor":"example"},"AttentionSignals":{"TypeKeys":["example"],"Severities":[0]},"TargetData":[{"BoardTargetDefinitionId":"example","Filter":{"Operator":0,"Conditions":[{"Field":{"FieldId":"example","FieldKey":"example","Special":0,"StatementId":"example","StatementKey":"example","ObjectContextFactId":"example","ObjectContextFactFilterKey":"example"},"Target":{"Path":[{"FieldId":"example","FieldKey":"example","Special":0,"StatementId":"example","StatementKey":"example","ObjectContextFactId":"example","ObjectContextFactFilterKey":"example"}]},"Operator":0,"Values":[{"Kind":0,"Value":{},"Variable":0}],"RowsFilter":{},"Spatial":{"ShapeKind":0,"Center":{"Latitude":1,"Longitude":1,"FullAddress":"example"},"RadiusKm":1,"BoundingBox":{"SouthWest":{"Latitude":1,"Longitude":1,"FullAddress":"example"},"NorthEast":{"Latitude":1,"Longitude":1,"FullAddress":"example"}},"Polygon":[{"Latitude":1,"Longitude":1,"FullAddress":"example"}]}}],"Groups":[]}}],"CycleSelector":"example"}'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url https://example.com/api/workspace/boards/example/items/search \ --header 'Content-Type: application/json' \ --data '{ "SearchText": "example", "BoardStatusIds": [ "example" ], "BoardTargetDefinitionIds": [ "example" ], "Responsibilities": [ { "ResponsibilityKey": "example", "SubjectType": 0, "SubjectId": "example" } ], "ActorScope": { "AssignedToMe": true }, "DueDate": { "HasDueDate": true, "DueFromUtc": "2026-04-15T12:00:00Z", "DueToUtc": "2026-04-15T12:00:00Z", "IsOverdue": true }, "Tags": { "TagIds": [ "example" ] }, "ItemLinks": { "HasOpenChildBlockers": true }, "BoardData": { "Filter": { "Operator": 0, "Conditions": [ { "Field": { "FieldId": "example", "FieldKey": "example", "Special": 0, "StatementId": "example", "StatementKey": "example", "ObjectContextFactId": "example", "ObjectContextFactFilterKey": "example" }, "Target": { "Path": [ { "FieldId": "example", "FieldKey": "example", "Special": 0, "StatementId": "example", "StatementKey": "example", "ObjectContextFactId": "example", "ObjectContextFactFilterKey": "example" } ] }, "Operator": 0, "Values": [ { "Kind": 0, "Value": {}, "Variable": 0 } ], "RowsFilter": {}, "Spatial": { "ShapeKind": 0, "Center": { "Latitude": 1, "Longitude": 1, "FullAddress": "example" }, "RadiusKm": 1, "BoundingBox": { "SouthWest": { "Latitude": 1, "Longitude": 1, "FullAddress": "example" }, "NorthEast": { "Latitude": 1, "Longitude": 1, "FullAddress": "example" } }, "Polygon": [ { "Latitude": 1, "Longitude": 1, "FullAddress": "example" } ] } } ], "Groups": [] }, "Sort": [ { "Field": { "FieldId": "example", "FieldKey": "example", "Special": 0, "StatementId": "example", "StatementKey": "example", "ObjectContextFactId": "example", "ObjectContextFactFilterKey": "example" }, "Target": { "Path": [ { "FieldId": "example", "FieldKey": "example", "Special": 0, "StatementId": "example", "StatementKey": "example", "ObjectContextFactId": "example", "ObjectContextFactFilterKey": "example" } ] }, "Direction": 0 } ] }, "DueDateSort": { "Direction": 0 }, "Limit": 1, "Cursor": { "BoardCycleId": "example", "BoardStatusId": "example", "RankKey": "example", "BoardItemId": "example", "BoardDataSortCursor": "example" }, "AttentionSignals": { "TypeKeys": [ "example" ], "Severities": [ 0 ] }, "TargetData": [ { "BoardTargetDefinitionId": "example", "Filter": { "Operator": 0, "Conditions": [ { "Field": { "FieldId": "example", "FieldKey": "example", "Special": 0, "StatementId": "example", "StatementKey": "example", "ObjectContextFactId": "example", "ObjectContextFactFilterKey": "example" }, "Target": { "Path": [ { "FieldId": "example", "FieldKey": "example", "Special": 0, "StatementId": "example", "StatementKey": "example", "ObjectContextFactId": "example", "ObjectContextFactFilterKey": "example" } ] }, "Operator": 0, "Values": [ { "Kind": 0, "Value": {}, "Variable": 0 } ], "RowsFilter": {}, "Spatial": { "ShapeKind": 0, "Center": { "Latitude": 1, "Longitude": 1, "FullAddress": "example" }, "RadiusKm": 1, "BoundingBox": { "SouthWest": { "Latitude": 1, "Longitude": 1, "FullAddress": "example" }, "NorthEast": { "Latitude": 1, "Longitude": 1, "FullAddress": "example" } }, "Polygon": [ { "Latitude": 1, "Longitude": 1, "FullAddress": "example" } ] } } ], "Groups": [] } } ], "CycleSelector": "example" }'Authorizations
Section titled “Authorizations”- None
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Query Parameters
Section titled “Query Parameters”Optional access token for clients that cannot set Authorization headers. Prefer Authorization: Bearer <token> when possible.
Request Body
Section titled “Request Body”Searches readable board items across one or more statuses.
object
Optional free text. The search covers Board item identity and run number, Board-owned data, target identity and
presentation fallback, and the current configured Entity search targets for normally readable Entity targets.
Configured target matching uses each target definition’s own Entity search contract and access boundary. When an
Entity definition has no search targets, only the identity, presentation, and Board-owned fallbacks remain. Boards
does not maintain a copied search index or reconciliation job: the query reads current Entity storage through its
supported PostgreSQL search/index contract, so configuration changes require no Board reindex or rebuild. Target
candidates and matches are processed in bounded keyset batches through request-local indexed PostgreSQL temporary
tables. The complete search, including count and page materialization, is fail-closed; a timeout or provider failure returns the stable
moltaroBoards.runtime.searchProviderUnavailable error instead of partial rows or counts.
Optional status ids that narrow the result.
Optional Board target definition ids that narrow the result.
Optional responsibility filters.
Responsibility filter for board item search.
object
Named Board Item responsibility, or null to match the union of all active Board Item responsibility definitions.
Subject identity to match.
Runtime actor-scope filter for board item search.
object
Runtime due-date filter for board item search.
object
Runtime process tag filter for board item search.
object
Runtime link-state filter for board item search.
object
Board-owned Part entity query payload for board item search.
object
One nested logical filter group.
object
Direct conditions inside this group.
One leaf condition in the runtime list query tree.
object
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Typed server-side condition target. The first segment belongs to the queried entity; every intermediate segment must be a readable primary-table reference, and the terminal segment determines the field type, supported operators, and operand shape.
object
Ordered path of one to six segments. Each segment may contain an ID, a key, or both; when both are supplied they must resolve to the same field in the entity reached by the preceding segment.
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Operand list for the selected operator.
One query operand.
object
Literal JSON value used when Moltaro.Entity.Instances.Requests.EntityInstanceQueryOperandRequest.Kind is Moltaro.Enums.EntityInstanceQueryOperandKindEnum.Value. Select and enum fields accept the string option key; numeric enum ordinals and display labels are not operands.
object
Spatial operand for address-style runtime query conditions.
object
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
Radius in kilometers for radius-based queries.
Reserved WGS84 bounding box for future spatial queries.
object
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
Reserved polygon payload for future spatial queries.
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
One sort item in the runtime list query.
object
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Typed server-side sort target. The first segment belongs to the queried entity; every intermediate segment must be a readable, sortable primary-table reference.
object
Ordered path of one to four segments ending in a sortable field or system field. Each segment may contain an ID, a key, or both; an ID/key mismatch is rejected.
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Runtime due-date sort for board item search.
object
Optional page size.
Cursor for searching board items across one or more statuses.
object
Cycle identity from the preceding page, when cycle ordering is active.
Status identity from the preceding page.
Board rank from the preceding page.
Stable Board Item tie-breaker from the preceding page.
Opaque Board Data sort tuple from the preceding page; callers must return it unchanged.
Runtime AttentionSignal filter for board item search.
object
Optional queries over target-owned data.
Target entity query payload for board item search.
object
One nested logical filter group.
object
Direct conditions inside this group.
One leaf condition in the runtime list query tree.
object
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Typed server-side condition target. The first segment belongs to the queried entity; every intermediate segment must be a readable primary-table reference, and the terminal segment determines the field type, supported operators, and operand shape.
object
Ordered path of one to six segments. Each segment may contain an ID, a key, or both; when both are supplied they must resolve to the same field in the entity reached by the preceding segment.
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Operand list for the selected operator.
One query operand.
object
Literal JSON value used when Moltaro.Entity.Instances.Requests.EntityInstanceQueryOperandRequest.Kind is Moltaro.Enums.EntityInstanceQueryOperandKindEnum.Value. Select and enum fields accept the string option key; numeric enum ordinals and display labels are not operands.
object
Spatial operand for address-style runtime query conditions.
object
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
Radius in kilometers for radius-based queries.
Reserved WGS84 bounding box for future spatial queries.
object
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
Reserved polygon payload for future spatial queries.
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
Optional cycle selector.
Searches readable board items across one or more statuses.
object
Optional free text. The search covers Board item identity and run number, Board-owned data, target identity and
presentation fallback, and the current configured Entity search targets for normally readable Entity targets.
Configured target matching uses each target definition’s own Entity search contract and access boundary. When an
Entity definition has no search targets, only the identity, presentation, and Board-owned fallbacks remain. Boards
does not maintain a copied search index or reconciliation job: the query reads current Entity storage through its
supported PostgreSQL search/index contract, so configuration changes require no Board reindex or rebuild. Target
candidates and matches are processed in bounded keyset batches through request-local indexed PostgreSQL temporary
tables. The complete search, including count and page materialization, is fail-closed; a timeout or provider failure returns the stable
moltaroBoards.runtime.searchProviderUnavailable error instead of partial rows or counts.
Optional status ids that narrow the result.
Optional Board target definition ids that narrow the result.
Optional responsibility filters.
Responsibility filter for board item search.
object
Named Board Item responsibility, or null to match the union of all active Board Item responsibility definitions.
Subject identity to match.
Runtime actor-scope filter for board item search.
object
Runtime due-date filter for board item search.
object
Runtime process tag filter for board item search.
object
Runtime link-state filter for board item search.
object
Board-owned Part entity query payload for board item search.
object
One nested logical filter group.
object
Direct conditions inside this group.
One leaf condition in the runtime list query tree.
object
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Typed server-side condition target. The first segment belongs to the queried entity; every intermediate segment must be a readable primary-table reference, and the terminal segment determines the field type, supported operators, and operand shape.
object
Ordered path of one to six segments. Each segment may contain an ID, a key, or both; when both are supplied they must resolve to the same field in the entity reached by the preceding segment.
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Operand list for the selected operator.
One query operand.
object
Literal JSON value used when Moltaro.Entity.Instances.Requests.EntityInstanceQueryOperandRequest.Kind is Moltaro.Enums.EntityInstanceQueryOperandKindEnum.Value. Select and enum fields accept the string option key; numeric enum ordinals and display labels are not operands.
object
Spatial operand for address-style runtime query conditions.
object
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
Radius in kilometers for radius-based queries.
Reserved WGS84 bounding box for future spatial queries.
object
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
Reserved polygon payload for future spatial queries.
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
One sort item in the runtime list query.
object
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Typed server-side sort target. The first segment belongs to the queried entity; every intermediate segment must be a readable, sortable primary-table reference.
object
Ordered path of one to four segments ending in a sortable field or system field. Each segment may contain an ID, a key, or both; an ID/key mismatch is rejected.
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Runtime due-date sort for board item search.
object
Optional page size.
Cursor for searching board items across one or more statuses.
object
Cycle identity from the preceding page, when cycle ordering is active.
Status identity from the preceding page.
Board rank from the preceding page.
Stable Board Item tie-breaker from the preceding page.
Opaque Board Data sort tuple from the preceding page; callers must return it unchanged.
Runtime AttentionSignal filter for board item search.
object
Optional queries over target-owned data.
Target entity query payload for board item search.
object
One nested logical filter group.
object
Direct conditions inside this group.
One leaf condition in the runtime list query tree.
object
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Typed server-side condition target. The first segment belongs to the queried entity; every intermediate segment must be a readable primary-table reference, and the terminal segment determines the field type, supported operators, and operand shape.
object
Ordered path of one to six segments. Each segment may contain an ID, a key, or both; when both are supplied they must resolve to the same field in the entity reached by the preceding segment.
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Operand list for the selected operator.
One query operand.
object
Literal JSON value used when Moltaro.Entity.Instances.Requests.EntityInstanceQueryOperandRequest.Kind is Moltaro.Enums.EntityInstanceQueryOperandKindEnum.Value. Select and enum fields accept the string option key; numeric enum ordinals and display labels are not operands.
object
Spatial operand for address-style runtime query conditions.
object
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
Radius in kilometers for radius-based queries.
Reserved WGS84 bounding box for future spatial queries.
object
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
Reserved polygon payload for future spatial queries.
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
Optional cycle selector.
Searches readable board items across one or more statuses.
object
Optional free text. The search covers Board item identity and run number, Board-owned data, target identity and
presentation fallback, and the current configured Entity search targets for normally readable Entity targets.
Configured target matching uses each target definition’s own Entity search contract and access boundary. When an
Entity definition has no search targets, only the identity, presentation, and Board-owned fallbacks remain. Boards
does not maintain a copied search index or reconciliation job: the query reads current Entity storage through its
supported PostgreSQL search/index contract, so configuration changes require no Board reindex or rebuild. Target
candidates and matches are processed in bounded keyset batches through request-local indexed PostgreSQL temporary
tables. The complete search, including count and page materialization, is fail-closed; a timeout or provider failure returns the stable
moltaroBoards.runtime.searchProviderUnavailable error instead of partial rows or counts.
Optional status ids that narrow the result.
Optional Board target definition ids that narrow the result.
Optional responsibility filters.
Responsibility filter for board item search.
object
Named Board Item responsibility, or null to match the union of all active Board Item responsibility definitions.
Subject identity to match.
Runtime actor-scope filter for board item search.
object
Runtime due-date filter for board item search.
object
Runtime process tag filter for board item search.
object
Runtime link-state filter for board item search.
object
Board-owned Part entity query payload for board item search.
object
One nested logical filter group.
object
Direct conditions inside this group.
One leaf condition in the runtime list query tree.
object
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Typed server-side condition target. The first segment belongs to the queried entity; every intermediate segment must be a readable primary-table reference, and the terminal segment determines the field type, supported operators, and operand shape.
object
Ordered path of one to six segments. Each segment may contain an ID, a key, or both; when both are supplied they must resolve to the same field in the entity reached by the preceding segment.
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Operand list for the selected operator.
One query operand.
object
Literal JSON value used when Moltaro.Entity.Instances.Requests.EntityInstanceQueryOperandRequest.Kind is Moltaro.Enums.EntityInstanceQueryOperandKindEnum.Value. Select and enum fields accept the string option key; numeric enum ordinals and display labels are not operands.
object
Spatial operand for address-style runtime query conditions.
object
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
Radius in kilometers for radius-based queries.
Reserved WGS84 bounding box for future spatial queries.
object
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
Reserved polygon payload for future spatial queries.
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
One sort item in the runtime list query.
object
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Typed server-side sort target. The first segment belongs to the queried entity; every intermediate segment must be a readable, sortable primary-table reference.
object
Ordered path of one to four segments ending in a sortable field or system field. Each segment may contain an ID, a key, or both; an ID/key mismatch is rejected.
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Runtime due-date sort for board item search.
object
Optional page size.
Cursor for searching board items across one or more statuses.
object
Cycle identity from the preceding page, when cycle ordering is active.
Status identity from the preceding page.
Board rank from the preceding page.
Stable Board Item tie-breaker from the preceding page.
Opaque Board Data sort tuple from the preceding page; callers must return it unchanged.
Runtime AttentionSignal filter for board item search.
object
Optional queries over target-owned data.
Target entity query payload for board item search.
object
One nested logical filter group.
object
Direct conditions inside this group.
One leaf condition in the runtime list query tree.
object
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Typed server-side condition target. The first segment belongs to the queried entity; every intermediate segment must be a readable primary-table reference, and the terminal segment determines the field type, supported operators, and operand shape.
object
Ordered path of one to six segments. Each segment may contain an ID, a key, or both; when both are supplied they must resolve to the same field in the entity reached by the preceding segment.
Reference to a runtime field by identifier, normalized key, or special query field. In a typed path the segment is resolved against the entity reached by the preceding reference.
object
Field identifier or backend-issued synthetic system-field identifier. If FieldKey is also supplied, both must resolve to the same field.
Field key resolved through the current entity’s normalized-key index. If FieldId is also supplied, both must resolve to the same field.
Statement identifier resolved through the runtime statement index.
Statement key resolved through the runtime normalized-key index.
Configured object-context fact identifier.
Provider-owned object-context fact filter facet key.
Operand list for the selected operator.
One query operand.
object
Literal JSON value used when Moltaro.Entity.Instances.Requests.EntityInstanceQueryOperandRequest.Kind is Moltaro.Enums.EntityInstanceQueryOperandKindEnum.Value. Select and enum fields accept the string option key; numeric enum ordinals and display labels are not operands.
object
Spatial operand for address-style runtime query conditions.
object
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
Radius in kilometers for radius-based queries.
Reserved WGS84 bounding box for future spatial queries.
object
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
Reserved polygon payload for future spatial queries.
Geographic point in WGS84 coordinates.
object
Latitude in decimal degrees.
Longitude in decimal degrees.
Optional display address selected by the user.
Optional cycle selector.
Responses
Section titled “Responses”OK
object
Paged runtime board item search result across one or more statuses.
object
Cursor for loading the next cross-status board item search page.
object
Cycle identity at the page boundary, when cycle ordering is active.
Status identity at the page boundary.
Board rank at the page boundary.
Stable Board Item tie-breaker at the page boundary.
Opaque Board Data sort tuple that must be returned unchanged in the next request.
Runtime board item.
object
Runtime target identity for a board item.
object
Server-computed Board Item read capabilities whose reserved Object Operation keys are not admitted in v1.
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.
Entity access state for the underlying Entity Instance inside a board item.
object
Process content identity and summary for a board item.
object
object
Process comments state for a board item.
object
Process content comment summary for a board item.
object
Process attachments state for a board item.
object
Server-computed compact projection for runtime board cards.
object
Process content comment summary for a board item.
object
Compact responsibility summary displayed on a board card.
object
Compact responsibility subject displayed on a board card.
object
Compact responsibility subject displayed on a board card.
object
Server-materialized board-owned Part field row for card and detail rendering.
object
object
Safe compact visible-text representation of a Markdown value.
object
Visible text when available.
Whether the visible text was shortened for compact presentation.
Server-computed compact target projection for runtime board cards.
object
Provider-specific compact field for board card rendering.
object
Stable provider field key.
User-facing field name.
Raw provider value used for stable diagnostics and provider semantics.
Provider field value kind for compact board cards.
Server-resolved display value; clients fall back to Moltaro.Boards.Runtime.Models.BoardRuntimeCardProviderFieldModel.Value when absent.
Server-computed due-date state for runtime board cards and details.
object
Active AttentionSignal summary for one runtime board item.
object
Active AttentionSignal row summarized on runtime board cards and details.
object
Visible process tags assigned to this board item.
Compact tag details for one entity instance.
object
Tag identifier.
Tag name.
Optional color value.
Optional category.
List item for one entity instance.
object
Instance identifier.
Server-generated entity number.
Resolved entity display name or fallback number.
Resolved entity subtitle from the presentation cache.
Instance creation timestamp.
Creating user identifier when available.
Last modification timestamp when available.
Last modifying user identifier when available.
Archive timestamp when the instance is archived.
Archiving user identifier when available.
Compact summary of the latest comment on an entity instance.
object
Comment identifier.
Comment text.
Comment author identifier.
Comment author display name.
Comment creation timestamp.
Visible tags for the instance. List payloads include the first few tags only.
Compact tag details for one entity instance.
object
Tag identifier.
Tag name.
Optional color value.
Optional category.
Total number of tags on the instance.
Last activity timestamp for the instance.
Runtime row-version token from the primary table.
Readable primary-table scalar fields keyed by field key. Denied fields are omitted.
object
Field envelope for runtime entity-instance responses.
object
Canonical stored value for the field when State is Moltaro.Enums.EntityInstanceFieldStateEnum.Value.
object
Safe compact visible-text representation of a Markdown value.
object
Visible text when available.
Whether the visible text was shortened for compact presentation.
Runtime-evaluated statement results keyed by statement identifier.
object
Item-level permissions for one entity instance.
object
Whether the caller can read the active instance.
Whether the caller can read the instance while it is archived.
Whether the caller can read the change history for this instance.
Whether comments can be viewed for this instance.
Whether tags can be viewed for this instance.
Whether attachments can be viewed for this instance.
Relation assignments keyed by relation key for record-scoped entities.
object
Display-safe common responsibility subject in Entity runtime payloads.
object
Common subject discriminator: User or ResponsibilityGroup.
Assigned subject identifier.
Display name resolved for the subject when available.
Optional secondary subject description.
Inclusive start of the responsibility interval.
Exclusive end of the responsibility interval, or null for an open interval.
Merge state attached to entity instance payloads.
object
Display-only computed fields keyed by display-field key.
object
Display-only source member metadata for a projection row.
object
Provider-owned object-context facts keyed by provider key.
object
object
Resource-neutral current invariant state and complete object-operation decision set.
object
object
Current safe state of every applicable enabled Business Invariant.
Current safe state of one Business Invariant target for one resource.
object
Stable invariant key.
Stable target key within the invariant.
Whether the invariant is active for the current resource state.
Localized safe active-state message, or null when inactive.
Explicit decision for every applicable and discoverable Object Operation Catalog entry on the current surface.
object
Composed current decision for one applicable object operation.
object
Stable Object Operation Catalog key.
Whether all independent authorities allow the operation.
Deterministically ordered safe denial details.
One safe denial contributing to a composed object-operation decision.
object
Identifies the independent authority that denied an object operation.
Stable source identity, such as an invariant key or domain policy key.
Stable machine-readable reason code.
Non-empty localized safe message.
Server-computed due-date state for runtime board cards and details.
object
Active AttentionSignal summary for one runtime board item.
object
Active AttentionSignal row summarized on runtime board cards and details.
object
Compact cycle summary for a runtime board item.
object
Typed Board Subject or Description value with authoritative Markdown semantics.
object
Safe compact visible-text representation of a Markdown value.
object
Visible text when available.
Whether the visible text was shortened for compact presentation.
Typed Board Subject or Description value with authoritative Markdown semantics.
object
Safe compact visible-text representation of a Markdown value.
object
Visible text when available.
Whether the visible text was shortened for compact presentation.
object
object
object
object
Example
{ "Data": { "Items": [ { "Target": { "TargetKind": 0 }, "ObjectInvariant": { "Operations": { "additionalProperty": { "Denials": [ { "Source": 0 } ] } } }, "ProcessContent": { "Comments": { "AccessLevel": 0, "CreatePolicy": 0, "ReadPolicy": 0 }, "Attachments": { "AccessLevel": 0, "CreatePolicy": 0, "ReadPolicy": 0 } }, "Card": { "Responsibilities": { "Item": [ { "SubjectType": 0 } ], "Status": [ { "SubjectType": 0 } ] }, "Fields": [ { "ValueType": 0, "SemanticRole": 0, "PlainTextPreview": { "State": 0 } } ], "Target": { "Fields": [ { "ValueType": 0 } ] }, "DueDate": { "TimeMode": 0, "Severity": 0 }, "AttentionSignals": { "HighestSeverity": 0, "Items": [ { "Severity": 0 } ] } }, "Entity": { "Fields": { "additionalProperty": { "State": 0, "PlainTextPreview": { "State": 0 } } }, "ObjectInvariant": { "Operations": { "additionalProperty": { "Denials": [ { "Source": 0 } ] } } } }, "DueDate": { "TimeMode": 0, "Severity": 0 }, "AttentionSignals": { "HighestSeverity": 0, "Items": [ { "Severity": 0 } ] }, "Cycle": { "LifecycleState": 0 }, "SubjectField": { "FieldType": 0, "SemanticRole": 0, "PlainTextPreview": { "State": 0 } }, "DescriptionField": { "FieldType": 0, "SemanticRole": 0, "PlainTextPreview": { "State": 0 } } } ] }, "Errors": [ { "Type": 0, "Severity": 0 } ], "Warnings": [ { "Type": 0, "Severity": 0 } ]}Bad Request
object
Paged runtime board item search result across one or more statuses.
object
Cursor for loading the next cross-status board item search page.
object
Cycle identity at the page boundary, when cycle ordering is active.
Status identity at the page boundary.
Board rank at the page boundary.
Stable Board Item tie-breaker at the page boundary.
Opaque Board Data sort tuple that must be returned unchanged in the next request.
Runtime board item.
object
Runtime target identity for a board item.
object
Server-computed Board Item read capabilities whose reserved Object Operation keys are not admitted in v1.
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.
Entity access state for the underlying Entity Instance inside a board item.
object
Process content identity and summary for a board item.
object
object
Process comments state for a board item.
object
Process content comment summary for a board item.
object
Process attachments state for a board item.
object
Server-computed compact projection for runtime board cards.
object
Process content comment summary for a board item.
object
Compact responsibility summary displayed on a board card.
object
Compact responsibility subject displayed on a board card.
object
Compact responsibility subject displayed on a board card.
object
Server-materialized board-owned Part field row for card and detail rendering.
object
object
Safe compact visible-text representation of a Markdown value.
object
Visible text when available.
Whether the visible text was shortened for compact presentation.
Server-computed compact target projection for runtime board cards.
object
Provider-specific compact field for board card rendering.
object
Stable provider field key.
User-facing field name.
Raw provider value used for stable diagnostics and provider semantics.
Provider field value kind for compact board cards.
Server-resolved display value; clients fall back to Moltaro.Boards.Runtime.Models.BoardRuntimeCardProviderFieldModel.Value when absent.
Server-computed due-date state for runtime board cards and details.
object
Active AttentionSignal summary for one runtime board item.
object
Active AttentionSignal row summarized on runtime board cards and details.
object
Visible process tags assigned to this board item.
Compact tag details for one entity instance.
object
Tag identifier.
Tag name.
Optional color value.
Optional category.
List item for one entity instance.
object
Instance identifier.
Server-generated entity number.
Resolved entity display name or fallback number.
Resolved entity subtitle from the presentation cache.
Instance creation timestamp.
Creating user identifier when available.
Last modification timestamp when available.
Last modifying user identifier when available.
Archive timestamp when the instance is archived.
Archiving user identifier when available.
Compact summary of the latest comment on an entity instance.
object
Comment identifier.
Comment text.
Comment author identifier.
Comment author display name.
Comment creation timestamp.
Visible tags for the instance. List payloads include the first few tags only.
Compact tag details for one entity instance.
object
Tag identifier.
Tag name.
Optional color value.
Optional category.
Total number of tags on the instance.
Last activity timestamp for the instance.
Runtime row-version token from the primary table.
Readable primary-table scalar fields keyed by field key. Denied fields are omitted.
object
Field envelope for runtime entity-instance responses.
object
Canonical stored value for the field when State is Moltaro.Enums.EntityInstanceFieldStateEnum.Value.
object
Safe compact visible-text representation of a Markdown value.
object
Visible text when available.
Whether the visible text was shortened for compact presentation.
Runtime-evaluated statement results keyed by statement identifier.
object
Item-level permissions for one entity instance.
object
Whether the caller can read the active instance.
Whether the caller can read the instance while it is archived.
Whether the caller can read the change history for this instance.
Whether comments can be viewed for this instance.
Whether tags can be viewed for this instance.
Whether attachments can be viewed for this instance.
Relation assignments keyed by relation key for record-scoped entities.
object
Display-safe common responsibility subject in Entity runtime payloads.
object
Common subject discriminator: User or ResponsibilityGroup.
Assigned subject identifier.
Display name resolved for the subject when available.
Optional secondary subject description.
Inclusive start of the responsibility interval.
Exclusive end of the responsibility interval, or null for an open interval.
Merge state attached to entity instance payloads.
object
Display-only computed fields keyed by display-field key.
object
Display-only source member metadata for a projection row.
object
Provider-owned object-context facts keyed by provider key.
object
object
Resource-neutral current invariant state and complete object-operation decision set.
object
object
Current safe state of every applicable enabled Business Invariant.
Current safe state of one Business Invariant target for one resource.
object
Stable invariant key.
Stable target key within the invariant.
Whether the invariant is active for the current resource state.
Localized safe active-state message, or null when inactive.
Explicit decision for every applicable and discoverable Object Operation Catalog entry on the current surface.
object
Composed current decision for one applicable object operation.
object
Stable Object Operation Catalog key.
Whether all independent authorities allow the operation.
Deterministically ordered safe denial details.
One safe denial contributing to a composed object-operation decision.
object
Identifies the independent authority that denied an object operation.
Stable source identity, such as an invariant key or domain policy key.
Stable machine-readable reason code.
Non-empty localized safe message.
Server-computed due-date state for runtime board cards and details.
object
Active AttentionSignal summary for one runtime board item.
object
Active AttentionSignal row summarized on runtime board cards and details.
object
Compact cycle summary for a runtime board item.
object
Typed Board Subject or Description value with authoritative Markdown semantics.
object
Safe compact visible-text representation of a Markdown value.
object
Visible text when available.
Whether the visible text was shortened for compact presentation.
Typed Board Subject or Description value with authoritative Markdown semantics.
object
Safe compact visible-text representation of a Markdown value.
object
Visible text when available.
Whether the visible text was shortened for compact presentation.
object
object
object
object
Example
{ "Data": { "Items": [ { "Target": { "TargetKind": 0 }, "ObjectInvariant": { "Operations": { "additionalProperty": { "Denials": [ { "Source": 0 } ] } } }, "ProcessContent": { "Comments": { "AccessLevel": 0, "CreatePolicy": 0, "ReadPolicy": 0 }, "Attachments": { "AccessLevel": 0, "CreatePolicy": 0, "ReadPolicy": 0 } }, "Card": { "Responsibilities": { "Item": [ { "SubjectType": 0 } ], "Status": [ { "SubjectType": 0 } ] }, "Fields": [ { "ValueType": 0, "SemanticRole": 0, "PlainTextPreview": { "State": 0 } } ], "Target": { "Fields": [ { "ValueType": 0 } ] }, "DueDate": { "TimeMode": 0, "Severity": 0 }, "AttentionSignals": { "HighestSeverity": 0, "Items": [ { "Severity": 0 } ] } }, "Entity": { "Fields": { "additionalProperty": { "State": 0, "PlainTextPreview": { "State": 0 } } }, "ObjectInvariant": { "Operations": { "additionalProperty": { "Denials": [ { "Source": 0 } ] } } } }, "DueDate": { "TimeMode": 0, "Severity": 0 }, "AttentionSignals": { "HighestSeverity": 0, "Items": [ { "Severity": 0 } ] }, "Cycle": { "LifecycleState": 0 }, "SubjectField": { "FieldType": 0, "SemanticRole": 0, "PlainTextPreview": { "State": 0 } }, "DescriptionField": { "FieldType": 0, "SemanticRole": 0, "PlainTextPreview": { "State": 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
Paged runtime board item search result across one or more statuses.
object
Cursor for loading the next cross-status board item search page.
object
Cycle identity at the page boundary, when cycle ordering is active.
Status identity at the page boundary.
Board rank at the page boundary.
Stable Board Item tie-breaker at the page boundary.
Opaque Board Data sort tuple that must be returned unchanged in the next request.
Runtime board item.
object
Runtime target identity for a board item.
object
Server-computed Board Item read capabilities whose reserved Object Operation keys are not admitted in v1.
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.
Entity access state for the underlying Entity Instance inside a board item.
object
Process content identity and summary for a board item.
object
object
Process comments state for a board item.
object
Process content comment summary for a board item.
object
Process attachments state for a board item.
object
Server-computed compact projection for runtime board cards.
object
Process content comment summary for a board item.
object
Compact responsibility summary displayed on a board card.
object
Compact responsibility subject displayed on a board card.
object
Compact responsibility subject displayed on a board card.
object
Server-materialized board-owned Part field row for card and detail rendering.
object
object
Safe compact visible-text representation of a Markdown value.
object
Visible text when available.
Whether the visible text was shortened for compact presentation.
Server-computed compact target projection for runtime board cards.
object
Provider-specific compact field for board card rendering.
object
Stable provider field key.
User-facing field name.
Raw provider value used for stable diagnostics and provider semantics.
Provider field value kind for compact board cards.
Server-resolved display value; clients fall back to Moltaro.Boards.Runtime.Models.BoardRuntimeCardProviderFieldModel.Value when absent.
Server-computed due-date state for runtime board cards and details.
object
Active AttentionSignal summary for one runtime board item.
object
Active AttentionSignal row summarized on runtime board cards and details.
object
Visible process tags assigned to this board item.
Compact tag details for one entity instance.
object
Tag identifier.
Tag name.
Optional color value.
Optional category.
List item for one entity instance.
object
Instance identifier.
Server-generated entity number.
Resolved entity display name or fallback number.
Resolved entity subtitle from the presentation cache.
Instance creation timestamp.
Creating user identifier when available.
Last modification timestamp when available.
Last modifying user identifier when available.
Archive timestamp when the instance is archived.
Archiving user identifier when available.
Compact summary of the latest comment on an entity instance.
object
Comment identifier.
Comment text.
Comment author identifier.
Comment author display name.
Comment creation timestamp.
Visible tags for the instance. List payloads include the first few tags only.
Compact tag details for one entity instance.
object
Tag identifier.
Tag name.
Optional color value.
Optional category.
Total number of tags on the instance.
Last activity timestamp for the instance.
Runtime row-version token from the primary table.
Readable primary-table scalar fields keyed by field key. Denied fields are omitted.
object
Field envelope for runtime entity-instance responses.
object
Canonical stored value for the field when State is Moltaro.Enums.EntityInstanceFieldStateEnum.Value.
object
Safe compact visible-text representation of a Markdown value.
object
Visible text when available.
Whether the visible text was shortened for compact presentation.
Runtime-evaluated statement results keyed by statement identifier.
object
Item-level permissions for one entity instance.
object
Whether the caller can read the active instance.
Whether the caller can read the instance while it is archived.
Whether the caller can read the change history for this instance.
Whether comments can be viewed for this instance.
Whether tags can be viewed for this instance.
Whether attachments can be viewed for this instance.
Relation assignments keyed by relation key for record-scoped entities.
object
Display-safe common responsibility subject in Entity runtime payloads.
object
Common subject discriminator: User or ResponsibilityGroup.
Assigned subject identifier.
Display name resolved for the subject when available.
Optional secondary subject description.
Inclusive start of the responsibility interval.
Exclusive end of the responsibility interval, or null for an open interval.
Merge state attached to entity instance payloads.
object
Display-only computed fields keyed by display-field key.
object
Display-only source member metadata for a projection row.
object
Provider-owned object-context facts keyed by provider key.
object
object
Resource-neutral current invariant state and complete object-operation decision set.
object
object
Current safe state of every applicable enabled Business Invariant.
Current safe state of one Business Invariant target for one resource.
object
Stable invariant key.
Stable target key within the invariant.
Whether the invariant is active for the current resource state.
Localized safe active-state message, or null when inactive.
Explicit decision for every applicable and discoverable Object Operation Catalog entry on the current surface.
object
Composed current decision for one applicable object operation.
object
Stable Object Operation Catalog key.
Whether all independent authorities allow the operation.
Deterministically ordered safe denial details.
One safe denial contributing to a composed object-operation decision.
object
Identifies the independent authority that denied an object operation.
Stable source identity, such as an invariant key or domain policy key.
Stable machine-readable reason code.
Non-empty localized safe message.
Server-computed due-date state for runtime board cards and details.
object
Active AttentionSignal summary for one runtime board item.
object
Active AttentionSignal row summarized on runtime board cards and details.
object
Compact cycle summary for a runtime board item.
object
Typed Board Subject or Description value with authoritative Markdown semantics.
object
Safe compact visible-text representation of a Markdown value.
object
Visible text when available.
Whether the visible text was shortened for compact presentation.
Typed Board Subject or Description value with authoritative Markdown semantics.
object
Safe compact visible-text representation of a Markdown value.
object
Visible text when available.
Whether the visible text was shortened for compact presentation.
object
object
object
object
Example
{ "Data": { "Items": [ { "Target": { "TargetKind": 0 }, "ObjectInvariant": { "Operations": { "additionalProperty": { "Denials": [ { "Source": 0 } ] } } }, "ProcessContent": { "Comments": { "AccessLevel": 0, "CreatePolicy": 0, "ReadPolicy": 0 }, "Attachments": { "AccessLevel": 0, "CreatePolicy": 0, "ReadPolicy": 0 } }, "Card": { "Responsibilities": { "Item": [ { "SubjectType": 0 } ], "Status": [ { "SubjectType": 0 } ] }, "Fields": [ { "ValueType": 0, "SemanticRole": 0, "PlainTextPreview": { "State": 0 } } ], "Target": { "Fields": [ { "ValueType": 0 } ] }, "DueDate": { "TimeMode": 0, "Severity": 0 }, "AttentionSignals": { "HighestSeverity": 0, "Items": [ { "Severity": 0 } ] } }, "Entity": { "Fields": { "additionalProperty": { "State": 0, "PlainTextPreview": { "State": 0 } } }, "ObjectInvariant": { "Operations": { "additionalProperty": { "Denials": [ { "Source": 0 } ] } } } }, "DueDate": { "TimeMode": 0, "Severity": 0 }, "AttentionSignals": { "HighestSeverity": 0, "Items": [ { "Severity": 0 } ] }, "Cycle": { "LifecycleState": 0 }, "SubjectField": { "FieldType": 0, "SemanticRole": 0, "PlainTextPreview": { "State": 0 } }, "DescriptionField": { "FieldType": 0, "SemanticRole": 0, "PlainTextPreview": { "State": 0 } } } ] }, "Errors": [ { "Type": 0, "Severity": 0 } ], "Warnings": [ { "Type": 0, "Severity": 0 } ]}Conflict
object
Paged runtime board item search result across one or more statuses.
object
Cursor for loading the next cross-status board item search page.
object
Cycle identity at the page boundary, when cycle ordering is active.
Status identity at the page boundary.
Board rank at the page boundary.
Stable Board Item tie-breaker at the page boundary.
Opaque Board Data sort tuple that must be returned unchanged in the next request.
Runtime board item.
object
Runtime target identity for a board item.
object
Server-computed Board Item read capabilities whose reserved Object Operation keys are not admitted in v1.
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.
Entity access state for the underlying Entity Instance inside a board item.
object
Process content identity and summary for a board item.
object
object
Process comments state for a board item.
object
Process content comment summary for a board item.
object
Process attachments state for a board item.
object
Server-computed compact projection for runtime board cards.
object
Process content comment summary for a board item.
object
Compact responsibility summary displayed on a board card.
object
Compact responsibility subject displayed on a board card.
object
Compact responsibility subject displayed on a board card.
object
Server-materialized board-owned Part field row for card and detail rendering.
object
object
Safe compact visible-text representation of a Markdown value.
object
Visible text when available.
Whether the visible text was shortened for compact presentation.
Server-computed compact target projection for runtime board cards.
object
Provider-specific compact field for board card rendering.
object
Stable provider field key.
User-facing field name.
Raw provider value used for stable diagnostics and provider semantics.
Provider field value kind for compact board cards.
Server-resolved display value; clients fall back to Moltaro.Boards.Runtime.Models.BoardRuntimeCardProviderFieldModel.Value when absent.
Server-computed due-date state for runtime board cards and details.
object
Active AttentionSignal summary for one runtime board item.
object
Active AttentionSignal row summarized on runtime board cards and details.
object
Visible process tags assigned to this board item.
Compact tag details for one entity instance.
object
Tag identifier.
Tag name.
Optional color value.
Optional category.
List item for one entity instance.
object
Instance identifier.
Server-generated entity number.
Resolved entity display name or fallback number.
Resolved entity subtitle from the presentation cache.
Instance creation timestamp.
Creating user identifier when available.
Last modification timestamp when available.
Last modifying user identifier when available.
Archive timestamp when the instance is archived.
Archiving user identifier when available.
Compact summary of the latest comment on an entity instance.
object
Comment identifier.
Comment text.
Comment author identifier.
Comment author display name.
Comment creation timestamp.
Visible tags for the instance. List payloads include the first few tags only.
Compact tag details for one entity instance.
object
Tag identifier.
Tag name.
Optional color value.
Optional category.
Total number of tags on the instance.
Last activity timestamp for the instance.
Runtime row-version token from the primary table.
Readable primary-table scalar fields keyed by field key. Denied fields are omitted.
object
Field envelope for runtime entity-instance responses.
object
Canonical stored value for the field when State is Moltaro.Enums.EntityInstanceFieldStateEnum.Value.
object
Safe compact visible-text representation of a Markdown value.
object
Visible text when available.
Whether the visible text was shortened for compact presentation.
Runtime-evaluated statement results keyed by statement identifier.
object
Item-level permissions for one entity instance.
object
Whether the caller can read the active instance.
Whether the caller can read the instance while it is archived.
Whether the caller can read the change history for this instance.
Whether comments can be viewed for this instance.
Whether tags can be viewed for this instance.
Whether attachments can be viewed for this instance.
Relation assignments keyed by relation key for record-scoped entities.
object
Display-safe common responsibility subject in Entity runtime payloads.
object
Common subject discriminator: User or ResponsibilityGroup.
Assigned subject identifier.
Display name resolved for the subject when available.
Optional secondary subject description.
Inclusive start of the responsibility interval.
Exclusive end of the responsibility interval, or null for an open interval.
Merge state attached to entity instance payloads.
object
Display-only computed fields keyed by display-field key.
object
Display-only source member metadata for a projection row.
object
Provider-owned object-context facts keyed by provider key.
object
object
Resource-neutral current invariant state and complete object-operation decision set.
object
object
Current safe state of every applicable enabled Business Invariant.
Current safe state of one Business Invariant target for one resource.
object
Stable invariant key.
Stable target key within the invariant.
Whether the invariant is active for the current resource state.
Localized safe active-state message, or null when inactive.
Explicit decision for every applicable and discoverable Object Operation Catalog entry on the current surface.
object
Composed current decision for one applicable object operation.
object
Stable Object Operation Catalog key.
Whether all independent authorities allow the operation.
Deterministically ordered safe denial details.
One safe denial contributing to a composed object-operation decision.
object
Identifies the independent authority that denied an object operation.
Stable source identity, such as an invariant key or domain policy key.
Stable machine-readable reason code.
Non-empty localized safe message.
Server-computed due-date state for runtime board cards and details.
object
Active AttentionSignal summary for one runtime board item.
object
Active AttentionSignal row summarized on runtime board cards and details.
object
Compact cycle summary for a runtime board item.
object
Typed Board Subject or Description value with authoritative Markdown semantics.
object
Safe compact visible-text representation of a Markdown value.
object
Visible text when available.
Whether the visible text was shortened for compact presentation.
Typed Board Subject or Description value with authoritative Markdown semantics.
object
Safe compact visible-text representation of a Markdown value.
object
Visible text when available.
Whether the visible text was shortened for compact presentation.
object
object
object
object
Example
{ "Data": { "Items": [ { "Target": { "TargetKind": 0 }, "ObjectInvariant": { "Operations": { "additionalProperty": { "Denials": [ { "Source": 0 } ] } } }, "ProcessContent": { "Comments": { "AccessLevel": 0, "CreatePolicy": 0, "ReadPolicy": 0 }, "Attachments": { "AccessLevel": 0, "CreatePolicy": 0, "ReadPolicy": 0 } }, "Card": { "Responsibilities": { "Item": [ { "SubjectType": 0 } ], "Status": [ { "SubjectType": 0 } ] }, "Fields": [ { "ValueType": 0, "SemanticRole": 0, "PlainTextPreview": { "State": 0 } } ], "Target": { "Fields": [ { "ValueType": 0 } ] }, "DueDate": { "TimeMode": 0, "Severity": 0 }, "AttentionSignals": { "HighestSeverity": 0, "Items": [ { "Severity": 0 } ] } }, "Entity": { "Fields": { "additionalProperty": { "State": 0, "PlainTextPreview": { "State": 0 } } }, "ObjectInvariant": { "Operations": { "additionalProperty": { "Denials": [ { "Source": 0 } ] } } } }, "DueDate": { "TimeMode": 0, "Severity": 0 }, "AttentionSignals": { "HighestSeverity": 0, "Items": [ { "Severity": 0 } ] }, "Cycle": { "LifecycleState": 0 }, "SubjectField": { "FieldType": 0, "SemanticRole": 0, "PlainTextPreview": { "State": 0 } }, "DescriptionField": { "FieldType": 0, "SemanticRole": 0, "PlainTextPreview": { "State": 0 } } } ] }, "Errors": [ { "Type": 0, "Severity": 0 } ], "Warnings": [ { "Type": 0, "Severity": 0 } ]}