This service is available via Telligent.Evolution.Extensibility.Apis.Get<Telligent.Evolution.Extensibility.Api.Version1.IRatedItems>()
and is defined in Telligent.Evolution.Platform.dll
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
DataTypeId Obsolete | Guid | Migrate usage to scripted email or scripted plugins. |
Methods
RatedItem Get(Guid contentId, RatedItemGetOptions options = null);
Gets a rating summary for a piece of content
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
contentId | Guid | Content Id | Required | ||
options | RatedItemGetOptions | Options include: TypeId | Optional |
Return Type
RatedItem Get(string contentUrl, Guid oauthClientId, RatedItemGetOptions options = null);
Gets a rating summary for a piece of external content
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
contentUrl | string | The URL at which this content can be accessed. | Required | ||
oauthClientId | Guid | OAuth client ID containing this external content. | Required | ||
options | RatedItemGetOptions | Options include: TypeId | Optional |
Return Type
PagedList<RatedItem> List(RatedItemListOptions options = null);
Lists rating summaries for content
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
options | RatedItemListOptions | Options include: ContainerId, ApplicationId, ContentTypeId, TypeId, SortBy, SortOrder, PageSize, PageIndex | Optional |