List
|
|||||
|
|
Lists 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 Android devices and apps for your customers
Input
This building block consumes 3 input parameters
Name | Format | Description |
---|---|---|
parent Required |
STRING |
The name of the enterprise in the form enterprises/{enterpriseId} |
pageToken |
STRING |
A token identifying a page of results returned by the server |
pageSize |
INTEGER |
The requested page size. The actual page size may be fixed to a min or max value |
= Parameter name
= Format
parent STRING Required The name of the enterprise in the form enterprises/{enterpriseId} |
pageToken STRING A token identifying a page of results returned by the server |
pageSize INTEGER The requested page size. The actual page size may be fixed to a min or max value |
Output
This building block provides 9 output parameters
Name | Format | Description |
---|---|---|
webApps[] |
OBJECT |
A web app |
webApps[].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 |
webApps[].icons[] |
OBJECT |
An icon for a web app. Supported formats are: png, jpg and webp |
webApps[].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").
|
webApps[].startUrl |
STRING |
The start URL, i.e. the URL that should load when the user opens the application |
webApps[].displayMode |
ENUMERATION |
The display mode of the web app |
webApps[].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) |
webApps[].name |
STRING |
The name of the web app, which is generated by the server during creation in the form enterprises/{enterpriseId}/webApps/{packageName} |
nextPageToken |
STRING |
If there are more results, a token to retrieve next page of results |
= Parameter name
= Format
webApps[] OBJECT A web app |
webApps[].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 |
webApps[].icons[] OBJECT An icon for a web app. Supported formats are: png, jpg and webp |
webApps[].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").
|
webApps[].startUrl STRING The start URL, i.e. the URL that should load when the user opens the application |
webApps[].displayMode ENUMERATION The display mode of the web app |
webApps[].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) |
webApps[].name STRING The name of the web app, which is generated by the server during creation in the form enterprises/{enterpriseId}/webApps/{packageName} |
nextPageToken STRING If there are more results, a token to retrieve next page of results |