We are looking for a way to get the list of all developers for our api products.
From apigee docs, we found a way to achieve developer id/email by fetching the corresponding app id form api products. As of now we are using below request url: https://api.enterprise.apigee.com/v1/organizations/{org_name}/apiproducts/{apiproduct_name} which we found in apigee docs at https://apidocs.apigee.com/management/apis/get/organizations/%7Borg_name%7D/apiproducts/%7Bapiproduct_name%7D
Blocker: With the above request url provided in apigee docs, we are able to get maximum of 100 app ids’ for the given api product.
Query:How can we overcome the restriction on count of app id’s or could you please provide us a way to get the list of app id’s associated for an api product.
,
We are looking for a way to get the list of all developers for our api products. From apigee docs, we found a way to achieve developer id/email by fetching the corresponding app id form api products. As of now we are using below request url:
https://api.enterprise.apigee.com/v1/organizations/{org_name}/apiproducts/{apiproduct_name} which we found in apigee docs at https://apidocs.apigee.com/management/apis/get/organizations/%7Borg_name%7D/apiproducts/%7Bapiproduct_name%7D
Blocker: with the above request url provided in apigee docs, we are able to get maximum of 100 app ids’ for the given api product.
Query:How can we overcome the restriction on count of app id’s or could you please provide us a way to get the list of app id’s associated for an api product.