Activities

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.

get/v1/activities

Query parameters

pageinteger

Search result page number.

limitinteger

Number of activities per page.

searchstring

Search text. Defaults to all activities.

user_idinteger

Filter activities by user. With goal_counted=true, this is the owner whose goal-counted activities are returned; defaults to the current user.

followingboolean

When true, returns completed visible activities from users followed by the current user. Ignored when goal_counted=true.

goal_countedboolean

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.

start_datestring date

Optional inclusive start date filter applied to activity creation time. Must be sent together with end_date.

end_datestring 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.