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

surfacestring

Which surface was viewed (e.g. "content", "comment", "changelog"); defaults to "content". Must be one of the resolved entity's accessable_surfaces.

Response

No Content - the read was recorded (or deduplicated)

Changes

Changed in 1 of the 7 revisions of this API.1