Closed mxr576 closed 2 years ago
Wow, there is two documentation for Apigee APIs?
Because the ids
parameter is documented here:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
sudo re-open
Just by playing with the Apigee APIs in Public Cloud I found a new query parameter which is supported on the above-mentioned endpoints:
ids
. As of today, it seems undocumented here and here but they are used by the MGMT UI.Supporting this new filtering option could be useful for lazy/async loading information from Apigee Edge.
How does it work? On both endpoints the
ids
parameter accepts a list of comma seperated UUIDs and it returns the related developer/app objects. If no match found for a UUID then no data is returned for that.Remaining questions
/apiproducts
does not support eitherids
ornames
.