Skip to main content

web_apps

Overview

Nameweb_apps
TypeResource
Idgoogledevelopers.androidmanagement.web_apps

Fields

NameDatatypeDescription
namestringThe name of the web app, which is generated by the server during creation in the form enterprises/{enterpriseId}/webApps/{packageName}.
startUrlstringThe start URL, i.e. the URL that should load when the user opens the application.
titlestringThe 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).
versionCodestringThe 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.
displayModestringThe display mode of the web app.
iconsarrayA list of icons for the web app. Must have at least one element.

Methods

NameAccessible byRequired ParamsDescription
enterprises_webApps_getSELECTenterprisesId, webAppsIdGets a web app.
enterprises_webApps_listSELECTenterprisesIdLists web apps for a given enterprise.
enterprises_webApps_createINSERTenterprisesIdCreates a web app.
enterprises_webApps_deleteDELETEenterprisesId, webAppsIdDeletes a web app.
enterprises_webApps_patchEXECenterprisesId, webAppsIdUpdates a web app.