Query Opportunitys associated with a specific Partner.
Possible error codes:
- PERMISSION_DENIED: The user making the request isn't allowed to list opportunities associated with the given partner.
 - INVALID_ARGUMENT: Required request parameters are missing or invalid.
 
Return value: Opportunitys the user has access to, or an empty list if there are no opportunities.
HTTP request
GET https://cloudchannel.googleapis.com/v1alpha1/opportunities:query
The URL uses gRPC Transcoding syntax.
Query parameters
| Parameters | |
|---|---|
partner | 
                
                   
 Required. Provide the Partner ID for which the Opportunities are being queried. Format: partner = partners/{id}  | 
              
pageSize | 
                
                   
 Optional. The maximum number of opportunities to return. The service might return fewer than this value. If unspecified, at most 50 opportunities are returned. The maximum value is 100; values above 100 are coerced to 100.  | 
              
pageToken | 
                
                   
 Optional. A page token, received from a previous  When paginating, all other parameters provided to   | 
              
filter | 
                
                   
 Optional. Filters on the  
 For information on the filter format, see https://google.aip.dev/160.  | 
              
orderBy | 
                
                   
 Optional. Sort order of the  
 For information on the sort format, see https://google.aip.dev/132#ordering.  | 
              
Request body
The request body must be empty.
Response body
Response message for CloudChannelService.QueryOpportunities
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
{
  "opportunities": [
    {
      object ( | 
                  
| Fields | |
|---|---|
opportunities[] | 
                    
                       
 The opportunities for the specified partner.  | 
                  
nextPageToken | 
                    
                       
 A token, which can be sent as   | 
                  
totalSize | 
                    
                       
 Total Number of Opportunties for the given filter.  | 
                  
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/apps.order
For more information, see the Authentication Overview.