Getting All Activities by Deal ID

Hey there,

I’m looking to pull all activities from a deal.
Example: Let’s say that I have a deal (id=XXX) with y activities. I want to call the function with the deal id as a parameter and get in return a list of all activities.

Thanks,
Asaf

Hi @Asaf_Azar

There is an endpoint described here https://developers.pipedrive.com/docs/api/v1/#!/Deals/get_deals_id_activities that should help you.

1 Like