REST Resource: apps
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
資源:應用程式
JSON 表示法 |
{
"name": string,
"packageName": string,
"displayName": string
} |
欄位 |
name |
string
ID。資源名稱。 格式:apps/{app}
|
packageName |
string
應用程式的套件名稱。 範例:com.example.app123 。
|
displayName |
string
應用程式的名稱。這是 Play 管理中心中設定的最新名稱,可能尚未經過審查,因此可能與 Play 商店中的名稱不符。 範例:Google Maps 。
|
方法 |
|
說明發行內容的篩選選項。 |
|
搜尋使用者可存取的應用程式。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-26 (世界標準時間)。
[null,null,["上次更新時間:2025-07-26 (世界標準時間)。"],[[["\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. |"]]