APIs & Integrations

RQadir
Member

How to fetch recent engagements specific to deal?

SOLVE

Hey, Can you please tell me Is there a way to fetch recent engagements specific to deals as I have used this endpoint https://api.hubapi.com/engagements/v1/engagements/associated/deal/{deal_id}/paged with limit and offset params but it is not returning me the most recent one first. I have also gone through 

https://api.hubapi.com/engagements/v1/engagements/recent/modified this endpoint but this fetches engagements specific to all deals then i have to filter it out it.  Can I get sorted engagements specific to a deal in descending order?
 
1 Accepted solution
GRajput
Solution
Recognized Expert | Platinum Partner
Recognized Expert | Platinum Partner

How to fetch recent engagements specific to deal?

SOLVE

Hi @RQadir 

Using an offset, you can retrieve all engagements related to a deal through API. This requires an iterative statement, such as a do-while loop, to initiate a new array containing all engagements related to the deal. After initializing the array, you can sort it based on the created date or updated date in either ascending or descending order.

Refer to this link - https://legacydocs.hubspot.com/docs/methods/engagements/get-recent-engagements

 

 

"I hope this will help you out. Please mark it as Solution Accepted and upvote to help another Community member.
Thanks!"




Gaurav Rajput
Director, MarTech( Growth Natives)

Book a meeting


View solution in original post

1 Reply 1
GRajput
Solution
Recognized Expert | Platinum Partner
Recognized Expert | Platinum Partner

How to fetch recent engagements specific to deal?

SOLVE

Hi @RQadir 

Using an offset, you can retrieve all engagements related to a deal through API. This requires an iterative statement, such as a do-while loop, to initiate a new array containing all engagements related to the deal. After initializing the array, you can sort it based on the created date or updated date in either ascending or descending order.

Refer to this link - https://legacydocs.hubspot.com/docs/methods/engagements/get-recent-engagements

 

 

"I hope this will help you out. Please mark it as Solution Accepted and upvote to help another Community member.
Thanks!"




Gaurav Rajput
Director, MarTech( Growth Natives)

Book a meeting