List deals

GET {{baseUrl}}/iq/deals?deal_name=<string>&only_show_with_analytics=<boolean>&from=<string>&to=<string>&team_id=<string>&deal_stage=<string>&owner_id=<string>&page_size=30&next_page_token=<integer>&max_deal_amount=<integer>&min_deal_amount=<string>

List all deals.

Scopes: iq_deal:read:admin,iq_deal:read

Rate Limit Label: MEDIUM

Request Params

KeyDatatypeRequiredDescription
deal_namestringThe deal name
only_show_with_analyticsstringSet to true to return deals with analytics.
fromstringThe start date in yyyy-MM-dd&#39;T&#39;HH:mm:ss&#39;Z&#39; format.
tostringThe end date in yyyy-MM-dd&#39;T&#39;HH:mm:ss&#39;Z&#39; format.
team_idstringThe Zoom specific team ID to query.
deal_stagestringThe stage of the deal.
owner_idstringThe Zoom specific user ID to query.
page_sizenumberThe number of records returned within a single API call.
next_page_tokenstringThe next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.
max_deal_amountstringThe maximum deal amount to query.
min_deal_amountstringThe minimum deal amount to query.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;next_page_token&quot;:&quot;\u003cstring\u003e&quot;,&quot;page_size&quot;:30,&quot;deals&quot;:[{&quot;deal_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;deal_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;deal_stage&quot;:&quot;\u003cstring\u003e&quot;,&quot;deal_description&quot;:&quot;\u003cstring\u003e&quot;,&quot;owner_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;owner_email&quot;:&quot;\u003cstring\u003e&quot;,&quot;owner_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;deal_is_closed&quot;:&quot;\u003cboolean\u003e&quot;,&quot;create_time&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;account_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;deal_is_private&quot;:&quot;\u003cboolean\u003e&quot;,&quot;deal_amount&quot;:&quot;\u003cinteger\u003e&quot;,&quot;currency_type&quot;:&quot;\u003cstring\u003e&quot;,&quot;close_date&quot;:&quot;\u003cstring\u003e&quot;,&quot;time_in_stage&quot;:&quot;\u003cinteger\u003e&quot;,&quot;number_of_conversations&quot;:&quot;\u003cinteger\u003e&quot;,&quot;last_activity_time&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;account_type&quot;:&quot;\u003cstring\u003e&quot;},{&quot;deal_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;deal_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;deal_stage&quot;:&quot;\u003cstring\u003e&quot;,&quot;deal_description&quot;:&quot;\u003cstring\u003e&quot;,&quot;owner_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;owner_email&quot;:&quot;\u003cstring\u003e&quot;,&quot;owner_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;deal_is_closed&quot;:&quot;\u003cboolean\u003e&quot;,&quot;create_time&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;account_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;deal_is_private&quot;:&quot;\u003cboolean\u003e&quot;,&quot;deal_amount&quot;:&quot;\u003cinteger\u003e&quot;,&quot;currency_type&quot;:&quot;\u003cstring\u003e&quot;,&quot;close_date&quot;:&quot;\u003cstring\u003e&quot;,&quot;time_in_stage&quot;:&quot;\u003cinteger\u003e&quot;,&quot;number_of_conversations&quot;:&quot;\u003cinteger\u003e&quot;,&quot;last_activity_time&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;account_type&quot;:&quot;\u003cstring\u003e&quot;}]}