List
|
|||||
|
|
Retrieves the details of all web apps for a given enterprise
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 10 output parameters
Name | Format | Description |
---|---|---|
kind |
STRING |
Identifies what kind of resource this is. Value: the fixed string "androidenterprise#webAppsListResponse" |
webApp[] |
OBJECT |
A WebApps resource represents a web app created for an enterprise. Web apps are published to managed Google Play and can be distributed like other Android apps. On a user's device, a web app opens its specified URL |
webApp[].displayMode |
STRING |
The display mode of the web app. Possible values include:
|
webApp[].icons[] |
OBJECT |
Icon for a web app |
webApp[].icons[].imageData |
STRING |
The actual bytes of the image in a base64url encoded string (c.f. RFC4648, section 5 "Base 64 Encoding with URL and Filename Safe Alphabet").
|
webApp[].isPublished |
BOOLEAN |
A flag whether the app has been published to the Play store yet |
webApp[].startUrl |
STRING |
The start URL, i.e. the URL that should load when the user opens the application |
webApp[].title |
STRING |
The title of the web app as displayed to the user (e.g., amongst a list of other applications, or as a label for an icon) |
webApp[].versionCode |
INTEGER |
The current version of the app. Note that the version can automatically increase during the lifetime of the web app, while Google does internal housekeeping to keep the web app up-to-date |
webApp[].webAppId |
STRING |
The ID of the application. A string of the form "app: |
= Parameter name
= Format
kind STRING Identifies what kind of resource this is. Value: the fixed string "androidenterprise#webAppsListResponse" |
webApp[] OBJECT A WebApps resource represents a web app created for an enterprise. Web apps are published to managed Google Play and can be distributed like other Android apps. On a user's device, a web app opens its specified URL |
webApp[].displayMode STRING The display mode of the web app. Possible values include:
|
webApp[].icons[] OBJECT Icon for a web app |
webApp[].icons[].imageData STRING The actual bytes of the image in a base64url encoded string (c.f. RFC4648, section 5 "Base 64 Encoding with URL and Filename Safe Alphabet").
|
webApp[].isPublished BOOLEAN A flag whether the app has been published to the Play store yet |
webApp[].startUrl STRING The start URL, i.e. the URL that should load when the user opens the application |
webApp[].title STRING The title of the web app as displayed to the user (e.g., amongst a list of other applications, or as a label for an icon) |
webApp[].versionCode INTEGER The current version of the app. Note that the version can automatically increase during the lifetime of the web app, while Google does internal housekeeping to keep the web app up-to-date |
webApp[].webAppId STRING The ID of the application. A string of the form "app: |