This service is available via Telligent.Evolution.Extensibility.Apis.Get<Telligent.Evolution.Extensibility.Api.Version1.IGroupAuthorQualityScore>()
and is defined in Telligent.Evolution.Platform.dll
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ScoreId | Guid | Id of Score suitable for usage within Score:SCORE_ID sort parameters |
Methods
PagedList<Group> ListWhereInTopThreshold(int userId, GroupAuthorQualityListOptions options);
Lists Groups where a user is within a threshold of top users of that group according to the Group Author Quality score
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
userId | int | User Id | Required | ||
options | GroupAuthorQualityListOptions | Options include: PageIndex, PageSize, Threshold | Required |
Return Type
PagedList<Group> ListWhereInTopThreshold(int userId);
Lists Groups where a user is within a threshold of top users of that group according to the Group Author Quality score
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
userId | int | User Id | Required |