GET {{baseUrl}}/iq/deals/:dealId
Get information for a specific deal. Scopes: Rate Limit Label: iq_deal:read:admin
,iq_deal:read
MEDIUM
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"deal_id": "<string>",
"deal_name": "<string>",
"deal_stage": "<string>",
"deal_description": "<string>",
"owner_name": "<string>",
"owner_email": "<string>",
"owner_id": "<string>",
"deal_is_closed": "<boolean>",
"create_time": "<dateTime>",
"account_name": "<string>",
"deal_is_private": "<boolean>",
"deal_amount": "<integer>",
"currency_type": "<string>",
"close_date": "<string>",
"time_in_stage": "<integer>",
"number_of_conversations": "<integer>",
"last_activity_time": "<dateTime>",
"account_type": "<string>",
"contacts": [
"<string>",
"<string>"
]
} |
ENDPOINTS