'Fetch Products under a specific Environment in an Organization - Apigee Edge
I am trying to fetch all the Products which are associated to an Environment under an organization.
I am able to fetch all the products in an organization but i don't seem to find a way in getting Environment specific Products.
Solution 1:[1]
You might think the 'Search API Products' API call would facilitate this, but I cannot make it work either. Docs: https://apidocs.apigee.com/management/apis/get/organizations/%7Borg_name%7D/apiproducts
e.g., curl -X GET https://api.enterprise.apigee.com/v1/organizations/{my_org}/apiproducts?attributename=environments&attributevalue=prod
Solution 2:[2]
You can try putting the full URL after GET inside quotes ('') and it will work with curl
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | evansche |
| Solution 2 | Asim Ranjan |
