[[["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-29 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`."]]],["This document details how to list a vendor's customers via an HTTP GET request to `https://androiddeviceprovisioning.googleapis.com/v1/{parent}/customers`. The `parent` path parameter, formatted as `partners/*/vendors/*`, is required. Optional query parameters `pageSize` and `pageToken` manage pagination. The request body is empty. A successful response includes a list of customers in JSON format, alongside `nextPageToken` for pagination and `totalSize`. Authorization requires the `androidworkprovisioning` OAuth scope.\n"]]