Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Retrieves the details of all apps installed on the specified device.
See: Google Play EMM API Reference for androidenterprise.installs.list
.
Synopsis
- type InstallsListResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("users" :> (Capture "userId" Text :> ("devices" :> (Capture "deviceId" Text :> ("installs" :> (QueryParam "alt" AltJSON :> Get '[JSON] InstallsListResponse)))))))))
- installsList :: Text -> Text -> Text -> InstallsList
- data InstallsList
- ilEnterpriseId :: Lens' InstallsList Text
- ilUserId :: Lens' InstallsList Text
- ilDeviceId :: Lens' InstallsList Text
REST Resource
type InstallsListResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("users" :> (Capture "userId" Text :> ("devices" :> (Capture "deviceId" Text :> ("installs" :> (QueryParam "alt" AltJSON :> Get '[JSON] InstallsListResponse))))))))) Source #
A resource alias for androidenterprise.installs.list
method which the
InstallsList
request conforms to.
Creating a Request
Creates a value of InstallsList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data InstallsList Source #
Retrieves the details of all apps installed on the specified device.
See: installsList
smart constructor.
Instances
Request Lenses
ilEnterpriseId :: Lens' InstallsList Text Source #
The ID of the enterprise.
ilDeviceId :: Lens' InstallsList Text Source #
The Android ID of the device.