get
https://api-v2.pandavideo.com.br/public-video-review//comments
Returns the list of video comments with pagination.
Authentication
| Parameter | Type | Description |
|---|---|---|
link_id | path | Review link identifier |
token | query | User session token |
The token is required to access comments. This same token can be used to edit or delete comments that were created with it. The token can be the same value as link_id or a unique identifier generated by the application.
Example: 550e8400-e29b-41d4-a716-446655440000
Behavior
- Returns main comments with their nested replies
- Supports pagination via
pageandlimit - Allows filtering by
status(open/resolved) - If the link has
show_resolved: false, only open comments are returned
Response Structure
Comments are returned in hierarchical format, where each main comment contains a replies array with its responses.
