Get Store Layout
|
|||||
|
|
Returns the store layout for the enterprise. If the store layout has not been set, returns "basic" as the store layout type and no homepage
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- Manage corporate Android devices
Input
This building block consumes 1 input parameters
Name | Format | Description |
---|---|---|
enterpriseId Required |
STRING |
The ID of the enterprise |
= Parameter name
= Format
enterpriseId STRING Required The ID of the enterprise |
Output
This building block provides 3 output parameters
Name | Format | Description |
---|---|---|
homepageId |
STRING |
The ID of the store page to be used as the homepage. The homepage is the first page shown in the managed Google Play Store. Not specifying a homepage is equivalent to setting the store layout type to "basic" |
kind |
STRING |
Identifies what kind of resource this is. Value: the fixed string "androidenterprise#storeLayout" |
storeLayoutType |
STRING |
The store layout type. By default, this value is set to "basic" if the homepageId field is not set, and to "custom" otherwise. If set to "basic", the layout will consist of all approved apps that have been whitelisted for the user |
= Parameter name
= Format
homepageId STRING The ID of the store page to be used as the homepage. The homepage is the first page shown in the managed Google Play Store. Not specifying a homepage is equivalent to setting the store layout type to "basic" |
kind STRING Identifies what kind of resource this is. Value: the fixed string "androidenterprise#storeLayout" |
storeLayoutType STRING The store layout type. By default, this value is set to "basic" if the homepageId field is not set, and to "custom" otherwise. If set to "basic", the layout will consist of all approved apps that have been whitelisted for the user |