Ne spécifiez pas de corps de requête pour cette méthode.
Réponse
Lorsque cette méthode fonctionne, elle renvoie une ressource Grouplicenses dans le corps de réponse.
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/12 (UTC).
[null,null,["Dernière mise à jour le 2024/09/12 (UTC)."],[[["\u003cp\u003eThis method retrieves details of an enterprise's group license for a specific product and will be inaccessible after September 30, 2025.\u003c/p\u003e\n"],["\u003cp\u003eIt requires authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/androidenterprise\u003c/code\u003e scope.\u003c/p\u003e\n"],["\u003cp\u003eThe request is made using an HTTP GET method to a specific endpoint with enterprise and product IDs as path parameters.\u003c/p\u003e\n"],["\u003cp\u003eNew integrations are advised to refer to recommended alternatives as this method is deprecated.\u003c/p\u003e\n"],["\u003cp\u003eUpon successful execution, it returns a Grouplicenses resource detailing the group license information.\u003c/p\u003e\n"]]],[],null,["# Grouplicenses: get\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_2). \n| **This method will no longer be accessible by\n| anyone after September 30, 2025.**\nRetrieves details of an enterprise's group license for a product.\n\n\u003cbr /\u003e\n\nRequest\n-------\n\n### HTTP request\n\n```\nGET https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId/groupLicenses/groupLicenseId\n```\n\n### Parameters\n\n| Parameter name | Value | Description |\n|------------------|----------|-----------------------------------------------------------------------------------|\n| **Path parameters** |||\n| `enterpriseId` | `string` | The ID of the enterprise. |\n| `groupLicenseId` | `string` | The ID of the product the group license is for, e.g. \"app:com.google.android.gm\". |\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 [Grouplicenses resource](/android/work/play/emm-api/v1/grouplicenses#resource) in the response body."]]