Returns AppInstall list
Security
apiKey
- Mock serverhttps://develop-api.esper.io/_mock/openapi/enterprise/{enterprise_id}/device/{device_id}/install/
- https://develop-api.esper.cloud/apihttps://develop-api.esper.cloud/api/enterprise/{enterprise_id}/device/{device_id}/install/
curl -i -X GET \
'https://develop-api.esper.io/_mock/openapi/enterprise/{enterprise_id}/device/{device_id}/install/?device=string&package_name=string&application_name=string&install_state=string&limit=20&offset=0' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "count": 0, "next": "string", "previous": "string", "results": [ { … } ] }