Get the number of developers registered in Edge

Not applicable

Dear all,

I need to get the total count of developers registered with edge for my organisation.

Naturally, I can do the following:

GET on https://api.enterprise.apigee.com/v1/organization... with basic oAuth header and use the array.lentgh of the return value. Sadly, the developers collection endpoint only returns 10000 results and doing multiple queries moving up the startkey defeats the purpose.

Is there an endpoint for getting this metric? Do note that not all developers registered have an API product, or Developer app assigned to them: they are just registered as developer.

KR,

Etienne

1 1 101
1 REPLY 1

adas
New Member

@Etienne Bertou Unfortunately we do not have an api that returns the count of developers for a given org. Like you rightly said, we can get all developers and then count the items using xpath, but that would only return 10000 rows. If you want to get all developers, (in case you have more than 10K developers) you would have to use the pagination options.