REST Resource: apps
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
리소스: App
JSON 표현 |
{
"name": string,
"packageName": string,
"displayName": string
} |
필드 |
name |
string
식별자. 리소스 이름입니다. 형식: apps/{app}
|
packageName |
string
앱의 패키지 이름입니다. 예: com.example.app123
|
displayName |
string
앱의 제목입니다. Play Console에 설정된 최신 제목이며 아직 검토되지 않았을 수 있으므로 Play 스토어와 일치하지 않을 수 있습니다. 예: Google Maps
|
메서드 |
|
버전의 필터링 옵션을 설명합니다. |
|
사용자가 액세스할 수 있는 앱을 검색합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 2025-07-26(UTC)"],[[["\u003cp\u003eThe \u003ccode\u003eApp\u003c/code\u003e resource represents an application in the Play Store and is identified by its name, package name, and display name.\u003c/p\u003e\n"],["\u003cp\u003eThe provided JSON schema illustrates the structure of the \u003ccode\u003eApp\u003c/code\u003e resource, encompassing these identifying attributes.\u003c/p\u003e\n"],["\u003cp\u003eThis documentation details methods to fetch release filter options and search for apps accessible by the user, aiding in managing and analyzing app data.\u003c/p\u003e\n"]]],["The provided content defines a resource called \"App,\" representing a Play Store app. Key information includes the app's `name` (resource identifier), `packageName` (e.g., `com.example.app123`), and `displayName` (app title). It also specifies two methods: `fetchReleaseFilterOptions` which details release filtering and `search` which is used for discovering accessible Apps. The resource representation is specified in a JSON format containing these properties.\n"],null,["# REST Resource: apps\n\n- [Resource: App](#App)\n - [JSON representation](#App.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: App\n-------------\n\nA representation of an app in the Play Store.\n\n| JSON representation |\n|--------------------------------------------------------------------------|\n| ``` { \"name\": string, \"packageName\": string, \"displayName\": string } ``` |\n\n| Fields ||\n|---------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. The resource name. Format: apps/{app} |\n| `packageName` | `string` Package name of the app. Example: `com.example.app123`. |\n| `displayName` | `string` Title of the app. This is the latest title as set in the Play Console and may not yet have been reviewed, so might not match the Play Store. Example: `Google Maps`. |\n\n| Methods ------- ||\n|-------------------------------------------------------------------------------------------------------------------|-------------------------------------------|\n| ### [fetchReleaseFilterOptions](/play/developer/reporting/reference/rest/v1alpha1/apps/fetchReleaseFilterOptions) | Describes filtering options for releases. |\n| ### [search](/play/developer/reporting/reference/rest/v1alpha1/apps/search) | Searches for Apps accessible by the user. |"]]