Get the activity feed (comments + activity logs) for a file slot
Get the activity feed (comments + activity logs) for a file slot
Returns a paginated activity feed for a file slot, <b>newest first</b> (sorted by `created_at` desc, then `id` desc so bursts in the same second keep a stable order). Comments and activity logs are merged into one list — each item is tagged with <code>type</code> (`comment` or `log`). The caller's read-state is also updated: brand reads mark non-brand comments as partner-read; athlete/agent reads mark brand comments as athlete-read. The top-level <code>data.comment_count</code> field is the total number of <i>comments</i> (excluding activity logs).<br><br>Example: <code>/deal-folder/files/23/comments?page=1&limit=10</code>.
GET
Get the activity feed (comments + activity logs) for a file slot
Authorizations
JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.
Path Parameters
DealFolderFile ID (slot ID).
Example:
5
Query Parameters
Page number (1-indexed).
Example:
1
Items per page (default 10).
Example:
10