v1

latestOpenAPI 3.0.02026-08-04350108.2 KB
entity_accesses

Record an access to an entity

Records a first-party person read of an Accessable entity (fired by the webui on mount). Gated on the same read permission as the entity's show and deduplicated per user+entity+30min window. Returns 204 No Content.

post/entity_accesses

Request body

entity_typestring required

Polymorphic type of the accessed entity, e.g. "Document"

entity_uuidstring required

<tenant_uuid>_<entity_uuid> or entity UUID

Response

No Content - the read was recorded (or deduplicated)