VarunGrazitti
11 years agoBoss
My Groups Rest Call
We are trying to get the count of the My Groups, i.e. we tried following call,
- http://community.lithium.com/community-name/restapi/vc/groups/for/members/id/[member_id]
issue in this, page_size parameter is not working, it retrieves all even if we pass 1.
We need to get the count of the groups which the logged in user is member of, i.e. a call like
- http://community.lithium.com/community-name/restapi/vc/groups/for/members/id/[member_id] /count [not working]
This is similar but it speaks about the groups available to logged in user, not the ones which the logged in user is the member of.