parentId when a user expands a comment.
Query APIs return paged/live collection results on TypeScript, iOS, Android, and Flutter. For a single known comment ID, use Get Comment.
Parameters
Query Options
Query Top-Level Comments
Set the parent filter tonull / nil when you only want root comments.
Query Replies
SetparentId to an existing comment ID to load replies for that comment.
Filter by Data Type
Use data type filters when your UI needs a specific type of comment, such as image-only comments.Reference Targets
Notes
- Keep
referenceIdandreferenceTypeconsistent between the parent comment and its replies. - Use smaller page sizes for reply threads than for top-level comments.
includeDeleted: trueis mainly for moderation, audit, or admin-style views; most end-user views should exclude deleted comments.- Dispose of observers, subscriptions, or live collections when the screen is no longer active.
Related Topics
Get Comment
Retrieve a specific comment by ID
Text Comment
Create top-level comments and replies