Not getting Likes for predated comment or reply using core_v2_activityStory API

Hi,

Using the API core_v2_activityStory.List({ StartDate: startDateArg, EndDate: endDateArg }), we are not getting the Likes (which are liked today) for any predated comment or reply.

Any help will be appreciated.

Regards,
Anshuman

Parents Reply
  • We are trying to get all the activities done in the community for a specific time interval. We are using the below method to get that.

    core_v2_activityStory.List({ StartDate: startDateArg, EndDate: endDateArg })

    For Like, if there is a predated comment/reply and we like it today, the core_v2_activityStory should fetch the particular blog/forum (whose reply/comment is liked today). That we are not getting in the above API using the correct StartDate and EndDate criteria.

Children