Returns the paginated list of members this profile follows, each annotated with whether the current user follows them too.
Filter with search over display name and username; pass sort_by=alphabetical for name order, otherwise newest first. Blocked relationships are excluded.
Endpoint
Method:
GETPath:
/profile/{username}/followingsEdition: PRO
Controller:
FollowController@getFollowingsRoute source:
fluent-community-pro/app/Http/Routes/api.php:132Controller source:
fluent-community-pro/app/Http/Controllers/FollowController.phpRequires FluentCommunity Pro with the
followers_modulefeature enabled.Visibility is governed by the followers privacy settings.
Live sample
The request and response below were recorded against a running FluentCommunity install and then anonymised — member names, emails, avatars and post content are fictional, and long collections are trimmed to a few entries.
GET List Profile Followings
Returns the paginated list of members this profile follows, each annotated with whether the current user follows them too.
Controller: FollowController@getFollowings
Route source: fluent-community-pro/app/Http/Routes/api.php:132
Authorizations
WordPress Application Passwords — use Basic auth with username:application_password.
Parameters
Path Parameters
Username extracted from the URL path.
Query Parameters
Search read via $request->getSafe() in getFollowings().
Sort By read via $request->getSafe() in getFollowings().
"id"Responses
Successful response