Returns list of product installations
Security
apiKey
- Mock serverhttps://develop-api.esper.io/_mock/openapi/v0/enterprise/{enterprise_id}/emm/{emm_id}/product/{product_id}/install/
- https://develop-api.esper.cloud/apihttps://develop-api.esper.cloud/api/v0/enterprise/{enterprise_id}/emm/{emm_id}/product/{product_id}/install/
curl -i -X GET \
'https://develop-api.esper.io/_mock/openapi/v0/enterprise/{enterprise_id}/emm/{emm_id}/product/{product_id}/install/?google_product=string&google_device=string&install_state=string&version_code=string&created_on_gt=string&created_on_lt=string&is_active=true' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "count": 0, "next": "string", "previous": "string", "results": [ { … } ] }