[[["容易理解","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-29 (世界標準時間)。"],[[["This endpoint retrieves a list of customers associated with a specific reseller partner, identified by the `partnerId`."],["The request is a `GET` operation using a predefined URL structure and does not require a request body."],["Pagination is supported through the `pageSize` and `pageToken` query parameters, allowing for the retrieval of a subset of customers and the navigation through large datasets."],["The response body, when successful, contains an array of customer objects, along with pagination details such as `nextPageToken` and `totalSize`."],["The access to this API requires the `https://www.googleapis.com/auth/androidworkprovisioning` authorization scope."]]],["This document outlines the process to retrieve a list of customers associated with a reseller partner. The key action is to use a `GET` request to the specified URL: `https://androiddeviceprovisioning.googleapis.com/v1/partners/{partnerId}/customers`, substituting `{partnerId}` with the reseller's ID. Optional query parameters `pageSize` and `pageToken` control pagination. The response includes a JSON payload with `customers` array, `nextPageToken`, and `totalSize`. The request requires authorization with the `https://www.googleapis.com/auth/androidworkprovisioning` scope, and the request body must be empty.\n"]]