# List Google Play applications Returns list of Google Play applications Endpoint: GET /v0/enterprise/{enterprise_id}/emm/{emm_id}/product/ Version: 1.0.0 Security: apiKey ## Path parameters: - `enterprise_id` (string, required) A UUID string identifying this enterprise. - `emm_id` (integer, required) An integer representing the ID of enterprise. ## Query parameters: - `google_product_id` (string) filter by Google product id - `package_name` (string) filter by package name - `created_on` (string) filter by date app created - `updated_on` (string) filter by date app updated - `limit` (integer) Number of results to return per page. - `offset` (integer) Return results from this index. ## Response 200 fields (application/json): - `count` (integer, required) - `next` (string,null) - `previous` (string,null) - `results` (array, required) - `results.id` (string) - `results.icon_url` (string) - `results.is_active` (boolean) - `results.title` (string) - `results.unapproved` (boolean) - `results.created_on` (string) - `results.updated_on` (string) - `results.min_sdk_version` (string) - `results.google_product_id` (string) - `results.package_name` (string) - `results.google_enterprise` (integer) ## Response 401 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer) ## Response 500 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer)