REST Resource: apps
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
المرجع: التطبيق
تمثيل لتطبيق في "متجر Play"
تمثيل 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. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eThe App resource represents an application in the Play Store and is identified by its name, package name, and display name.\u003c/p\u003e\n"],["\u003cp\u003eYou can access information about filtering options for app releases and search for apps accessible by the user via the provided methods.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON representation of an app includes the \u003ccode\u003ename\u003c/code\u003e, \u003ccode\u003epackageName\u003c/code\u003e, and \u003ccode\u003edisplayName\u003c/code\u003e fields, providing essential app details.\u003c/p\u003e\n"]]],["The provided information details a representation of an app on the Play Store, accessible via an API. An app is identified by its `name`, `packageName`, and `displayName`. The API offers two core methods: `fetchReleaseFilterOptions`, which outlines the filtering options for app releases, and `search`, enabling users to find apps they have access to. The app resource is structured as a JSON object, including these three string fields.\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/v1beta1/apps/fetchReleaseFilterOptions) | Describes filtering options for releases. |\n| ### [search](/play/developer/reporting/reference/rest/v1beta1/apps/search) | Searches for Apps accessible by the user. |"]]