Following users

cancel
Showing results for 
Search instead for 
Did you mean: 
riadhazzouz
Active Member

Following users

Is there a way to find out the followed users for a specific user ?

4 Replies
sanjaybandhniya
Intermediate

Re: Following users

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

riadhazzouz
Active Member

Re: Following users

Are there any examples showing how to use these api in a java code ?
Thanks.

sanjaybandhniya
Intermediate
riadhazzouz
Active Member

Re: Following users

Thanks.