Skip to main content
POST
Get Campaign Tracker file popup comment/activity feed

Body

application/json
token
string
required

External job link token (required by middleware).

Example:

"abc123def456"

file_id
integer
required

DealFolderFile ID (slot ID).

Example:

440

page
integer | null

Page number, min 1 (default 1).

Example:

1

limit
integer | null

Items per page, 1-100 (default 15).

Example:

15

Response

200 - application/json

Paginated comment/activity feed — same shape as GET /deal-folder/files/{file}/comments (includes comment_count).

status
string
Example:

"success"

message
string
Example:

"File comments fetched successfully"

data
object

LengthAwarePaginator payload plus comment_count — see GET /deal-folder/files/{file}/comments for the full 200 schema.