Method: partners.vendors.list

Lists the vendors of the partner.

HTTP request

GET https://androiddeviceprovisioning.googleapis.com/v1/{parent=partners/*}/vendors

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The resource name in the format partners/[PARTNER_ID].

Query parameters

Parameters
pageSize

integer

The maximum number of results to be returned.

pageToken

string

A token identifying a page of results returned by the server.

Request body

The request body must be empty.

Response body

If successful, the response body contains data with the following structure:

Response message to list vendors of the partner.

JSON representation
{
  "vendors": [
    {
      object (Company)
    }
  ],
  "nextPageToken": string,
  "totalSize": integer
}
Fields
vendors[]

object (Company)

List of vendors of the reseller partner. Fields name, companyId and companyName are populated to the Company object.

nextPageToken

string

A token to retrieve the next page of results. Omitted if no further results are available.

totalSize

integer

The total count of items in the list irrespective of pagination.

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/androidworkprovisioning

For more information, see the OAuth 2.0 Overview.