Logo
Zoom Public API Documentation

iq-deals-{dealId}-activities

Number of APIs: 2


1. Get deal activities

GET {{baseUrl}}/iq/deals/:dealId/activities?conversation_topic=<string>&callout_type=engagingQuestions&indicator_id=<string>&mentioned_topic_id=<string>&page_size=30&next_page_token=<string>

Get activities for a specific deal.

Scopes: iq_deal:read:admin,iq_deal:read

Rate Limit Label: MEDIUM



2. Delete activity from the deal

DELETE {{baseUrl}}/iq/deals/:dealId/activities?conversation_id=<string>&message_id=<string>

Delete specific activity from the deal. Either conversationid or messageid would be required.

Scopes: iq_deal:write,iq_deal:write:admin

Rate Limit Label: MEDIUM



ENDPOINTS