insights

Get a list of the top dms for a user.

Get a list of the top dms for a given user.

Permissions

Must be logged in as the user.

get/api/v4/users/me/top/dms

Query parameters

time_rangestring required

Time range can be "today", "7_day", or "28_day".

  • today: threads with activity on the current day.
  • 7_day: threads with activity in the last 7 days.
  • 28_day: threads with activity in the last 28 days.
pageinteger

The page to select.

per_pageinteger

The number of items per page, up to a maximum of 200.

Response

Top dms retrieved successfully.

has_nextboolean

Indicates if there is another page of top DMs that can be fetched.

Changes