Get paginated comments for a brand-uploaded deal asset
Get paginated comments for a brand-uploaded deal asset
Returns the paginated comment thread for a brand-uploaded deal asset (title_and_description_documents_mappings.id). As a side effect, marks the viewer’s unread comments on this asset as read. Accessible by athlete, brand, or agent. The top-level data.comment_count field is the total number of comments. Example: /deal-folder/12/assets/77/comments?page=1&limit=10.
GET
Get paginated comments for a brand-uploaded deal asset
Authorizations
JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.
Path Parameters
Deal folder ID.
Example:
12
title_and_description_documents_mappings.id of the deal asset.
Example:
77
Query Parameters
Page number (1-indexed).
Example:
1
Items per page (default 10).
Example:
10