04-03-2019 07:40 AM
Is there a way to find out the followed users for a specific user ?
04-03-2019 09:40 PM
Hi,
There is api available which is returning followers.
http://localhost:8080/alfresco/s/api/subscriptions/{useid}/followers/count (Return only Size)
http://localhost:8080/alfresco/s/api/subscriptions/{userid}/followers (Return some basic detail)
You can find here like which other apis available related to subscription.
http://localhost:8080/alfresco/s/index/all
Thanks,
Sanjay
04-04-2019 02:12 AM
Are there any examples showing how to use these api in a java code ?
Thanks.
04-04-2019 05:07 AM
You can take the help of SubscriptionService.
04-04-2019 05:41 AM
Thanks.
Explore our Alfresco products with the links below. Use labels to filter content by product module.