SocialActions
The socialActions API allows access to both personal and organization social actions.
Select
The 本製品 will use the LinkedIn Marketing Solutions API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the 本製品.
- UGCPostId supports the '=, IN' comparisons.
For example, the following queries are processed server side:
SELECT * FROM SocialActions WHERE UGCPostId = 'urn:li:share:12345'
SELECT * FROM SocialActions WHERE UGCPostId IN ('urn:li:share:12345', 'urn:li:share:23456')
Columns
Name | Type | Description |
TotalFirstLevelComments | Integer | Total number of first level comments. |
AggregatedTotalComments | Integer | Total number of aggregated comments. |
LikedByCurrentUser | Boolean | Indicator if the post is liked by current user. |
TotalLikes | Integer | Total number of likes. |
Target | String | Total number of likes. |
UGCPostId | String | Id of UGC Post. |