- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
List  ChannelPartnerLink 
 
s belonging to a distributor. You must be a distributor to call this method.
Possible error codes:
- PERMISSION_DENIED: The reseller account making the request is different from the reseller account in the API request.
- INVALID_ARGUMENT: Required request parameters are missing or invalid.
Return value: The list of the distributor account's  ChannelPartnerLink 
 
resources.
HTTP request
 GET https://cloudchannel.googleapis.com/v1/{parent=accounts/*}/channelPartnerLinks 
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| parent |   Required. The resource name of the reseller account for listing channel partner links. Parent uses the format: accounts/{account_id} | 
Query parameters
| Parameters | |
|---|---|
| pageSize |   Optional. Requested page size. Server might return fewer results than requested. If unspecified, server will pick a default size (25). The maximum value is 200; the server will coerce values above 200. | 
| pageToken |   Optional. A token for a page of results other than the first page. Obtained using  | 
| view |   Optional. The level of granularity the ChannelPartnerLink will display. | 
Request body
The request body must be empty.
Response body
Response message for  CloudChannelService.ListChannelPartnerLinks 
 
.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
|  { 
 "channelPartnerLinks" 
 : 
 [ 
 { 
 object (  | 
| Fields | |
|---|---|
| channelPartnerLinks[] |   The Channel partner links for a reseller. | 
| nextPageToken |   A token to retrieve the next page of results. Pass to  | 
Authorization scopes
Requires the following OAuth scope:
-  https://www.googleapis.com/auth/apps.order
For more information, see the Authentication Overview .

