Search Opportunity
GET/opportunities/search
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Search Opportunity
Request
API Version
2023-02-21Search query (max 75 characters)
Location Id
Pipeline Id
stage Id
Contact Id
Filter by opportunity status
openwonlostabandonedallFilter by assigned user identifier
Campaign Id
Opportunity Id
Sort order for results (e.g. added_asc, added_desc, name_asc, name_desc)
End date
Cursor timestamp (epoch ms) for pagination.
Start After Id
Start date
Filter by country code (ISO 3166-1 alpha-2)
Page number for pagination
1Limit Per Page records count. will allow maximum up to 100 and default will be 20
20get Tasks in contact
get Notes in contact
get Calender event in contact
Successful response
- application/json
- Schema
- Example (auto)
Schema
List of opportunities matching the search criteria
Pagination metadata for the result set
Aggregation results keyed by aggregation name
{
"opportunities": [],
"meta": {},
"aggregations": {}
}