List activities
Lists activity feed items using the activity search index. Use goal_counted=true to return only activities that count toward a user's goal progress streaks. When goal_counted=true is used for another user's feed, only visible completed activities are returned.
Query parameters
Search result page number.
Number of activities per page.
Search text. Defaults to all activities.
Filter activities by user. With goal_counted=true, this is the owner whose goal-counted activities are returned; defaults to the current user.
When true, returns completed visible activities from users followed by the current user. Ignored when goal_counted=true.
When true, returns only activities linked through goal_activity_completions for the target user. For the current user, private and incomplete linked activities may be returned. For any other user, results are restricted to visible completed activities.
Optional inclusive start date filter applied to activity creation time. Must be sent together with end_date.
Optional inclusive end date filter applied to activity creation time. Must be sent together with start_date.
Response
Success
Changes
No recorded changes to this endpoint across all 1 revision of this API.