list an attribute from each developer

Not applicable

My basic idea is to get all developers list at first, then do for loop to get each developer's attribute.

But the API to list developers (https://docs.apigee.com/management/apis/get/organizations/%7Borg_name%7D/developers) has 1000 limits, which can't query all the developers I have in one API call. Any other idea?

1 3 60
3 REPLIES 3

@xinbochen According to the docs you linked, you can pass a "startKey" parameter. So you'd have to loop and get your developer list in batches of 1000.

Does every item in response is are in fixed order? I don't want the developer info displayed in the first batch appears in the second batch again. Thanks

Try it. The information appears in order. There will be no repeats.