Method: customers.configurations.list
Müşterinin yapılandırmalarını listeler.
HTTP isteği
GET https://androiddeviceprovisioning.googleapis.com/v1/{parent=customers/*}/configurations
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
parent |
string
Zorunlu. Listelenen yapılandırmaları yöneten müşteri. customers/[CUSTOMER_ID] biçiminde bir API kaynağı adı.
|
İstek içeriği
İstek metni boş olmalıdır.
Yanıt gövdesi
Başarılı olursa yanıt metni aşağıdaki yapıyla birlikte verileri içerir:
Müşterinin listeleme yapılandırmasıyla ilgili yanıt mesajı.
JSON gösterimi |
{
"configurations": [
{
object (Configuration )
}
]
} |
Alanlar |
configurations[] |
object (Configuration )
Yapılandırmalar.
|
Yetkilendirme Kapsamları
Aşağıdaki OAuth kapsamını gerektirir:
https://www.googleapis.com/auth/androidworkzerotouchemm
Daha fazla bilgi için OAuth 2.0 Overview (OAuth 2.0'a Genel Bakış) sayfasına göz atın.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-08-20 UTC.
[null,null,["Son güncelleme tarihi: 2024-08-20 UTC."],[[["This document describes how to list a customer's configurations using the Android Device Provisioning Partner API."],["The HTTP request uses the `GET` method with a URL that includes the customer's ID as a path parameter in the format `customers/[CUSTOMER_ID]`."],["The request body must be empty for listing customer configurations."],["The response body returns a JSON structure containing an array of configuration objects, each representing a customer's configuration."],["Authorization to list configurations requires the OAuth scope `https://www.googleapis.com/auth/androidworkzerotouchemm`."]]],["This document outlines the process to list a customer's configurations. It uses a `GET` request to a specific URL: `https://androiddeviceprovisioning.googleapis.com/v1/{parent=customers/*}/configurations`. The `parent` path parameter, a customer ID, is mandatory. The request body must be empty. The response, if successful, contains a JSON structure with a list of configurations under the `configurations` field. Access requires the `https://www.googleapis.com/auth/androidworkzerotouchemm` OAuth scope.\n"]]