TopMemberLike

Contains data on the top twenty users who like the most content in a digital workplace. This report contains four time periods relating to the last 4 weeks, 12 weeks, 6 months, and 12 months.

URL

/odata/TopMemberLike

Attributes

Name Data Type Description
community_key Edm.Int32 Unique digital workplace identifier.
full_name Edm.String Name of a user.  
user_guid Edm.Guid Unique user identifier.
Total Edm.Int32  Total number of all activity by a user during the reporting period.

This activity includes: 

  • Content viewed
  • Content liked
  • Content commented on
  • Content rated(deprecated)
  • Content created
  • Content edited
  • Content deleted
  • Content moved
  • Content copied
  • Content renamed
  • Content replied to
  • Content downloaded
  • Comments liked
  • Replies liked
  • Replies deleted
 
Viewed Edm.Int32 Total number of views by a user during the reporting period.
Liked Edm.Int32 Total number of likes by a user during the reporting period.
Commented Edm.Int32 Total number of comments by a user during the reporting period.
Rated Edm.Int32

Total number of rates by a user during the reporting period.

The ability to rate content was removed from the platform on September 28, 2023. As a result, this field will only contain rating data that occurred before this change.
Created Edm.Int32 Total number of content created by a user during the reporting period.
community_guid Edm.Guid Unique digital workplace identifier.
week_offset Edm.Int32 The weekly reporting period that a row belongs to. Values include:
  • 0: Data is aggregated over a monthly period, refer to month_offset.
  • 4: Data aggregated over the last 4 weeks.
  • 12: Data aggregated over the last 12 weeks.
month_offset Edm.Int32 The monthly reporting period that a row belongs to. Values include:
  • 0: Data is aggregated over a weekly period, refer to week_offset.
  • 6: Data aggregated over the last 6 months.
  • 12: Data aggregated over the last 12 months.
LikeRank Edm.Int32 The ranking of a user during the reporting period.
Table Attributes