[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["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"]]