Method: accounts.customers.serviceEntitlements.list

List ServiceEntitlements belonging to a customer.

HTTP request

GET https://channel.googleapis.com/v1alpha1/{parent=accounts/*/customers/*}/serviceEntitlements

The URL uses Google API HTTP annotation syntax.

Path parameters

Parameters
parent

string

The resource name of the reseller's customer account for which to list entitlements.

Query parameters

Parameters
pageSize

number

Requested page size. Server may return fewer results than requested. If unspecified, server will pick a default size.

pageToken

string

A token identifying a page of results, if other than the first one, the server should return. Typically obtained via ListServiceEntitlementsResponse.next_page_token of the previous CloudChannelService.ListServiceEntitlements call.

Request body

The request body must be empty.

Response body

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

Response message for CloudChannelService.ListServiceEntitlements.

JSON representation
{
  "serviceEntitlements": [
    {
      object(ServiceEntitlement)
    }
  ],
  "nextPageToken": string
}
Fields
serviceEntitlements[]

object(ServiceEntitlement)

The service entitlements belonging to the reseller's customer.

nextPageToken

string

A token to retrieve next page of results. Pass to ListServiceEntitlementsRequest.page_token to obtain that page.

Try it!