App Details API
Stay organized with collections Save and categorize content based on your preferences.
The App Details API enables you to get detailed information about requested or specified apps.
Quick overview of API methods
URLs are relative to https://chromemanagement.googleapis.com/v1/customers/$CUSTOMER
See code samples for example requests and responses. Note that the @{app_version}
segment is optional; omitting it will return the information of the latest version of the app available.
API scopes
App Details API requires the following OAuth scope:
https://www.googleapis.com/auth/chrome.management.appdetails.readonly
For more information, see the Authentication Overview.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-16 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/)."]]