This service is available via Telligent.Evolution.Extensibility.Apis.Get<Telligent.Evolution.Extensibility.Api.Version1.ILikedItems>()
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
LikedItem Get(Guid contentId, LikedItemGetOptions options = null);
Gets a like summary for a piece of content
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
contentId | Guid | Content Id | Required | ||
options | LikedItemGetOptions | Options include: TypeId | Optional |
Return Type
LikedItem Get(string contentUrl, Guid oauthClientId, LikedItemGetOptions options = null);
Gets a like 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 | LikedItemGetOptions | Options include: TypeId | Optional |
Return Type
PagedList<LikedItem> List(LikedItemListOptions options = null);
Lists like summaries for content
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
options | LikedItemListOptions | Options include: ContainerId, ApplicationId, ContentTypeId, TypeId, SortBy, SortOrder, PageSize, PageIndex | Optional |