Using the GetSatisfaction API, how can I get the number of community members? I want to use this number to great a GitHub shield using Shields.io.
API: https://education.getsatisfaction.com/reference-guide/api/api-resources/
There are a number of endpoints and it looks like the following People endpoint should do what I want:
GET /companies/{community_id}/people.json
But when I call this, I don't get the right figure.
For example, the homepage of the RingCentral Community says 10,035 members but the following API only returns 933 people, where 102909
is the community_id
as shown in View Source of the community page.
- API URL: http://api.getsatisfaction.com/companies/102909/people.json
- Web page URL: https://devcommunity.ringcentral.com
Source excerpt:
GSFN.Authenticatable.companyId = 102909;