List co-sell opportunities

Returns a page of opportunities for the authenticated vendor.
Supports free-text search, multiple term filters, a cloudCreated
date range, and sorting.

Requires the cosell:ListOpportunities permission.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Free-text search across title, companyName, cloudProviderID,
and crmID with "and"-style bool prefix matching.

integer
≥ 0
Defaults to 0

Zero-based index of the first result in the page. The
server validates that the value parses as an integer, so always pass an
integer >= 0.

integer
1 to 100
Defaults to 10

Maximum number of results in the page. Note: the canonical
wire form is the all-lowercase pagesize (intentional). For
compatibility, the server also accepts pageSize.

string
enum
Defaults to cloudProviderID

Field to sort on. Each value names a sort key as exposed by
this endpoint and corresponds to a field (or pair of fields)
on the Opportunity payload:

  • cloudProviderID — the Google Cloud Channel opportunity
    identifier (the trailing ID portion of name).
  • cloudStatus — the state field.
  • cloudSalesStage — the stage field.
  • cloudCreated — the createTime field.
  • cloudLastModified — the updateTime field.
  • targetCloseDate — the qualified target close date for
    the opportunity.
  • rebateExpirationDatepartnerInfo.rebateExpirationDate.
Allowed:
string
enum
Defaults to asc

Sort direction.

Allowed:
crmID
array of strings

Filter by one or more CRM IDs (repeat the query parameter for
multiple values).

crmID
source
array of objects

Filter by opportunity source. Repeatable.

source
Allowed:
cloudStatus
array of objects

Filter by the opportunity's state field. Repeatable.
Values are the same State enum returned on the response.

cloudStatus
Allowed:
cloudSalesStage
array of objects

Filter by the opportunity's stage field. Repeatable.
Values are the same Stage enum returned on the response.

cloudSalesStage
opportunityType
array of objects

Filter by opportunity type. Repeatable.

opportunityType
Allowed:
operationType
array of objects

Filter by transaction operation type. Repeatable.

operationType
Allowed:
boolean

When true returns only opportunities that currently have a
cloud error count; when false, only those without.

boolean

When true returns only opportunities that have a Salesforce
error count; when false, only those without.

boolean

When true returns only opportunities that are linked to a CRM
record; when false, only those that are not.

date

Lower bound (inclusive) on the opportunity's createTime
(the cloudCreated sort key), formatted as YYYY-MM-DD.

date

Upper bound (inclusive) on the opportunity's createTime
(the cloudCreated sort key), formatted as YYYY-MM-DD.

Responses

Language
Credentials
Bearer
MTM JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json