v2

latestOpenAPI 3.1.02026-08-05313314398.1 KB
ontology-rows

Insert Row

Insert a row — routed through the entity's default create Action.

post/api/v1/ontology/entities/{entity_id}/rows

Path parameters

entity_idstring uuid required

Request body

valuesobject required

Column → value for the new row. Must be a subset of entity columns.

Response

Successful Response

row_keystring required

Stable identity for this row within the entity.

valuesobject required

Column → value, post-merge.

has_overlayboolean

True if any overlay edits applied to this row.

overlay_onlyboolean

True if this row exists only in the overlay (no source counterpart).

source_deletedboolean

True if the source row vanished after refresh; row is hidden by default.

updated_bystring uuid nullable

Last editor (None if no overlay).

updated_atstring date-time nullable

Overlay updated_at if an overlay exists.