Is anyway to get approved application details for a specific enterprise through android management API?

136 Views Asked by At

I want to get the list of approved applications for a specific enterprise. As I am using Android Management API, Is there anyway to get it? If not, Is it possible to get it using any third party API's?

1

There are 1 best solutions below

0
Dave Paurillo On

Unfortunately, there is currently no way of getting the approved list of applications for a specific enterprise in Android Management API.

A workaround for this is to create an app that pulls the application policy implemented and then extracting the application IDs. With the extracted application IDs you can use a third party API to fetch the details you need for the approved application(e.g. title, description, etc).

Here’s a sample code that you can use as a guideline.

Another way is to manually get the details through iFrame.