Would like to know the Built in REST API to fetch list of Apps from Apigee

Hi Apigee,

I am trying to retrieve list of apps names from the Apigee. I am able to fetch api proxy details by using below REST API

https://api.enterprise.apigee.com/v1/organizations/{org_name}/apis

But unable to fetch app details in the same way. Could you please provide query to fetch app details.

And also used https://api.enterprise.apigee.com/v1/organizations/{org_name}/apps but found appids not app names.

0 2 171
2 REPLIES 2

Per the docs, with the query parameter, expand=true it will provide you all details for all apps

Thank you Dane !


It worked as expected

Below is the syntax:

https://api.enterprise.apigee.com/v1/organizations/{org_name}/apis?expand=true

But it provided lot of other details which I don't require. I need to get only application details.