Skip to main content
Fetch Top Comment
Requires the entities bundle. A project without the entities bundle returns 403 database/tables-not-available. See Bundles.
Returns the single comment with the most upvotes for the given entity. Useful for previewing the best comment alongside an entity in a feed. When multiple comments are tied, the oldest is returned. Returns null if the entity has no comments.

Path Parameters

string
required
The UUID of the entity.

Response

Returns a Comment object, or null if there are no comments.
or