comments

Count Record Comments

Comment counts for a page of records. Row keys with no visible comments are omitted from the response.

post/api/v1/entities/{entity_id}/comment-counts

Path parameters

entity_idstring uuid required

Query parameters

embed_host_app_idstring uuid nullable

Request body

row_keysstring[] required
app_idstring uuid nullable

Response

Successful Response

countsobject required

row_key -> live comment count. Row keys with no visible comments are OMITTED, never returned as 0 — an explicit zero would still distinguish 'no comments' from 'you cannot see this row'.

Changes