[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-07 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"]]