API сведений о приложении
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
API сведений о приложении позволяет получить подробную информацию о запрошенных или указанных приложениях.
Краткий обзор методов API
URL-адреса указаны относительно https://chromemanagement.googleapis.com/v1/customers/ $CUSTOMER
См. примеры кода, например запросы и ответы. Обратите внимание, что сегмент @{app_version}
не является обязательным; если его пропустить, будет возвращена информация о последней доступной версии приложения.
Области API
Для API сведений о приложении требуется следующая область действия OAuth:
https://www.googleapis.com/auth/chrome.management.appdetails.readonly
Для получения дополнительной информации см. Обзор аутентификации .
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-07-25 UTC.
[null,null,["Последнее обновление: 2025-07-25 UTC."],[[["\u003cp\u003eThe App Details API allows retrieval of detailed information for Chrome, Android, and Progressive Web Apps.\u003c/p\u003e\n"],["\u003cp\u003eIt provides methods to access app details, list app requests, and identify devices/users requesting extensions.\u003c/p\u003e\n"],["\u003cp\u003eURLs for the API are relative to \u003ccode\u003ehttps://chromemanagement.googleapis.com/v1/customers/\u003c/code\u003e\u003cem\u003e$CUSTOMER\u003c/em\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe API requires the \u003ccode\u003ehttps://www.googleapis.com/auth/chrome.management.appdetails.readonly\u003c/code\u003e OAuth scope for access.\u003c/p\u003e\n"],["\u003cp\u003eCode samples and further authentication details are available in the provided documentation links.\u003c/p\u003e\n"]]],[],null,["# App Details API\n\nThe App Details API enables you to get detailed information about requested or specified\napps.\n\nQuick overview of API methods\n-----------------------------\n\nURLs are relative to\n`https://chromemanagement.googleapis.com/v1/customers/`*$CUSTOMER*\n\n| Description | Relative URL | Http method |\n|--------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------|-------------|\n| Get detailed information about a given Chrome app | [/apps/chrome/{app_id}@{app_version}](/chrome/management/reference/rest/v1/customers.apps.chrome/get) | GET |\n| Get detailed information about a given Android app | [/apps/android/{app_id}@{app_version}](/chrome/management/reference/rest/v1/customers.apps.android/get) | GET |\n| Get detailed information about a given Progressive Web App | [/apps/web/{app_id}](/chrome/management/reference/rest/v1/customers.apps.web/get) | GET |\n| List requested Chrome apps. | [/apps:countChromeAppRequests](/chrome/management/reference/rest/v1/customers.apps/countChromeAppRequests) | GET |\n| Get a list of devices that have requested to install an extension. | [/apps:fetchDevicesRequestingExtension](/chrome/management/reference/rest/v1/customers.apps/fetchDevicesRequestingExtension) | GET |\n| Get a list of users that have requested to install an extension. | [/apps:fetchUsersRequestingExtension](/chrome/management/reference/rest/v1/customers.apps/fetchUsersRequestingExtension) | GET |\n\nSee [code samples](/chrome/management/guides/samples_appdetailsapi) for example\nrequests and responses. Note that the `@{app_version}` segment is optional;\nomitting it will return the information of the latest version of the app\navailable.\n\nAPI scopes\n----------\n\nApp Details API requires the following OAuth scope: \n\n https://www.googleapis.com/auth/chrome.management.appdetails.readonly\n\nFor more information, see the\n[Authentication Overview](https://cloud.google.com/docs/authentication/)."]]