Installation d'une application pour un utilisateur sur un appareil spécifique. L'existence d'une installation implique que l'utilisateur doit disposer d'un droit d'accès à l'application.
kind
string
Identifie le type de ressource. Valeur: chaîne fixe "androidenterprise#installsListResponse".
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/09/13 (UTC).
[null,null,["Dernière mise à jour le 2024/09/13 (UTC)."],[[["\u003cp\u003eThis method retrieves details of all apps installed on a specified Android device, requiring authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/androidenterprise\u003c/code\u003e scope.\u003c/p\u003e\n"],["\u003cp\u003eIt is deprecated and will be inaccessible after September 30, 2025; new integrations should refer to the recommended alternatives.\u003c/p\u003e\n"],["\u003cp\u003eThe request uses a GET HTTP method with \u003ccode\u003edeviceId\u003c/code\u003e, \u003ccode\u003eenterpriseId\u003c/code\u003e, and \u003ccode\u003euserId\u003c/code\u003e as path parameters.\u003c/p\u003e\n"],["\u003cp\u003eA successful response includes a list of installed apps and a kind identifier for the resource.\u003c/p\u003e\n"]]],[],null,["# Installs: list\n\n| **Note:** Requires [authorization](#auth).\n\n\u003cbr /\u003e\n\n| **Deprecated:** New integrations cannot use this method and can refer to our [new\n| recommendations](/android/work/deprecations#recommended_alternative_3). \n| **This method will no longer be accessible by\n| anyone after September 30, 2025.**\nRetrieves the details of all apps installed on the specified device.\n\n\u003cbr /\u003e\n\nRequest\n-------\n\n### HTTP request\n\n```\nGET https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId/users/userId/devices/deviceId/installs\n```\n\n### Parameters\n\n| Parameter name | Value | Description |\n|----------------|----------|-------------------------------|\n| **Path parameters** |||\n| `deviceId` | `string` | The Android ID of the device. |\n| `enterpriseId` | `string` | The ID of the enterprise. |\n| `userId` | `string` | The ID of the user. |\n\n### Authorization\n\nThis request requires authorization with the following scope:\n\n| Scope |\n|-----------------------------------------------------|\n| `https://www.googleapis.com/auth/androidenterprise` |\n\nFor more information, see the [authentication and authorization](/android/work/play/emm-api/v1/how-tos/authorizing) page.\n\n### Request body\n\nDo not supply a request body with this method.\n\nResponse\n--------\n\nIf successful, this method returns a response body with the following structure:\n\n```objective-c\n{\n \"kind\": \"androidenterprise#installsListResponse\",\n \"install\": [\n installs Resource\n ]\n}\n```\n\n| Property name | Value | Description | Notes |\n|---------------|----------|---------------------------------------------------------------------------------------------------------------------------------------------------|-------|\n| `install[]` | `list` | An installation of an app for a user on a specific device. The existence of an install implies that the user must have an entitlement to the app. | |\n| `kind` | `string` | Identifies what kind of resource this is. Value: the fixed string `\"androidenterprise#installsListResponse\"`. | |"]]