[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-08-21 (世界標準時間)。"],[[["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"]]