This service is available via Telligent.Evolution.Extensibility.Apis.Get<Telligent.Evolution.Extensibility.Api.Version1.IFollowers>() and is defined in Telligent.Evolution.Platform.dll
Methods
User Get(int userId, FollowersGetOptions options);
Gets a follower for a given user, useful for detecting if a user follows a user.
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| userId | int | Followed user id | Required | ||
| options | FollowersGetOptions | Optional parameters are: FollowerId, FollowerName | Required |
Return Type
PagedList<User> List(FollowersListOptions options);
Lists users following a given user
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| options | FollowersListOptions | Optional parameter names are: UserId, Username, PageSize, PageIndex | Required |