[[["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 endpoint retrieves a list of customers associated with a specific vendor using a `GET` request to the provided URL, which employs gRPC Transcoding syntax."],["The request requires a `parent` path parameter specifying the vendor's resource name, and supports optional query parameters `pageSize` and `pageToken` for pagination."],["The request body must be empty, as this endpoint is only used to fetch data and not change it."],["The successful response contains a JSON body with a list of customers, an optional `nextPageToken` for retrieving subsequent pages, and a `totalSize` indicating the total number of customers, regardless of pagination."],["Accessing this endpoint requires the OAuth scope `https://www.googleapis.com/auth/androidworkprovisioning`."]]],[]]