앱 세부정보 API
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
App Details API를 사용하면 요청 또는 지정된 항목에 관한 자세한 정보를 확인할 수 있습니다.
있습니다.
API 메서드에 대한 빠른 개요
URL은
https://chromemanagement.googleapis.com/v1/customers/$CUSTOMER
코드 샘플 예시 참고
요청을 처리하는 데 사용됩니다 @{app_version}
세그먼트는 선택사항입니다.
생략하면 최신 버전의 앱 정보가 반환됩니다.
있습니다.
API 범위
App Details API에는 다음 OAuth 범위가 필요합니다.
https://www.googleapis.com/auth/chrome.management.appdetails.readonly
자세한 내용은
인증 개요
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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/)."]]