Ważne: nie przyjmujemy już nowych rejestracji w interfejsie Play EMM API.
Więcej informacji
Managedconfigurationsfordevice: list
Wycofano: nowe integracje nie mogą używać tej metody i mogą odnosić się do
nasz nowy
.Ta metoda nie będzie już dostępna dla
po 30 września 2025 r.
Zawiera listę wszystkich konfiguracji zarządzanych na poziomie urządzenia dla określonego urządzenia.
Ustawiony jest tylko identyfikator.
Żądanie
Żądanie HTTP
GET https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId /users/userId /devices/deviceId /managedConfigurationsForDevice
Parametry
Nazwa parametru
Wartość
Opis
Parametry ścieżki
deviceId
string
Identyfikator Androida urządzenia.
enterpriseId
string
Identyfikator grupy.
userId
string
Identyfikator użytkownika.
Autoryzacja
To żądanie wymaga autoryzacji w tym zakresie:
Zakres
https://www.googleapis.com/auth/androidenterprise
Więcej informacji znajdziesz na stronie dotyczącej uwierzytelniania i autoryzacji .
Treść żądania
Nie podawaj treści żądania przy użyciu tej metody.
Odpowiedź
Jeśli operacja się uda, metoda zwróci odpowiedź o następującej strukturze:
{ "kind" : "androidenterprise#managedConfigurationsForDeviceListResponse" , "managedConfigurationForDevice" : [ managedconfigurationsfordevice Resource ] }
Nazwa usługi
Wartość
Opis
Uwagi
managedConfigurationForDevice[]
list
Zarządzana konfiguracja aplikacji na określonym urządzeniu.
kind
string
Określa rodzaj danego zasobu. Wartość: ustalony ciąg znaków "androidenterprise#managedConfigurationsForDeviceListResponse"
.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0 , a fragmenty kodu są dostępne na licencji Apache 2.0 . Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers . Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-09-13 UTC.
[null,null,["Ostatnia aktualizacja: 2024-09-13 UTC."],[[["This method lists all per-device managed configurations for a specified device, returning only the configuration ID."],["It is deprecated and will be inaccessible after September 30, 2025; new integrations should refer to recommended alternatives."],["Authorization with the `https://www.googleapis.com/auth/androidenterprise` scope is required."],["The request uses an HTTP GET method and requires `deviceId`, `enterpriseId`, and `userId` as path parameters."]]],[]]