insights
Get a list of the top reactions for a user.
Get a list of the top reactions across all public and private channels (the user is a member of) for a given user. If no team_id is provided, this will also include reactions posted by the given user in direct and group messages.
Permissions
Must be logged in as the user.
get/api/v4/users/me/top/reactions
Query parameters
time_rangestring required
Time range can be "today", "7_day", or "28_day".
- today: reactions posted on the current day.
- 7_day: reactions posted in the last 7 days.
- 28_day: reactions posted in the last 28 days.
pageinteger
The page to select.
per_pageinteger
The number of items per page, up to a maximum of 200.
team_idstring
Team ID will scope the response to a given team and exclude direct and group messages.
Permissions
Must have view_team permission for the team.
Response
Top reactions retrieved successfully.
Changes
No recorded changes to this endpoint across all 1 revision of this API.