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 |
Returns the store layout for the enterprise. If the store layout has not been set, or if the store layout has no homepageId set, returns a NOT_FOUND error.
See: Google Play EMM API Reference for androidenterprise.enterprises.getStoreLayout
.
- type EnterprisesGetStoreLayoutResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("storeLayout" :> (QueryParam "alt" AltJSON :> Get '[JSON] StoreLayout)))))
- enterprisesGetStoreLayout :: Text -> EnterprisesGetStoreLayout
- data EnterprisesGetStoreLayout
- egslEnterpriseId :: Lens' EnterprisesGetStoreLayout Text
REST Resource
type EnterprisesGetStoreLayoutResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("storeLayout" :> (QueryParam "alt" AltJSON :> Get '[JSON] StoreLayout))))) Source #
A resource alias for androidenterprise.enterprises.getStoreLayout
method which the
EnterprisesGetStoreLayout
request conforms to.
Creating a Request
enterprisesGetStoreLayout Source #
Creates a value of EnterprisesGetStoreLayout
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data EnterprisesGetStoreLayout Source #
Returns the store layout for the enterprise. If the store layout has not been set, or if the store layout has no homepageId set, returns a NOT_FOUND error.
See: enterprisesGetStoreLayout
smart constructor.
Request Lenses
egslEnterpriseId :: Lens' EnterprisesGetStoreLayout Text Source #
The ID of the enterprise.