REST Resource: apps
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
แหล่งข้อมูล: แอป
การนำเสนอแอปใน Play Store
การแสดง JSON |
{
"name": string,
"packageName": string,
"displayName": string
} |
ช่อง |
name |
string
ตัวระบุ ชื่อทรัพยากร รูปแบบ: apps/{app}
|
packageName |
string
ชื่อแพ็กเกจของแอป ตัวอย่าง: com.example.app123
|
displayName |
string
ชื่อแอป นี่คือชื่อล่าสุดที่ตั้งค่าไว้ใน Play Console และอาจยังไม่ได้รับการตรวจสอบ จึงอาจไม่ตรงกับ Play Store ตัวอย่าง: Google Maps
|
เมธอด |
|
อธิบายตัวเลือกการกรองสำหรับผลงาน |
|
ค้นหาแอปที่ผู้ใช้เข้าถึงได้ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ 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. |"]]