APIs & Integrations

yannelos
Member

Meetings in recent engagements

I’am trying to use https://developers.hubspot.com/docs/methods/engagements/get-recent-engagements to get the recent engagements. What I want to do is to filter out all meetings. When using this endpoint I don’t receive any engagement type = MEETINGS.

If I instead use https://api.hubapi.com/engagements/v1/engagements/associated/COMPANY I see meetings… shouldn’t this be in the first api call mentioned above as well?

0 Upvotes
2 Replies 2
Derek_Gervais
HubSpot Alumni
HubSpot Alumni

Meetings in recent engagements

Hi @yannelos,

The first endpoint you listed only returns engagements created in the last 30 days, or the 10k most recently created engagements. Are the meetings that you’re seeing with the second endpoint older than 30 days? If you need to get all engagements, you’d be better off using the following endpoint.

Get all engagements

GET /engagements/v1/engagements/paged - Get all engagements for a portal.

0 Upvotes
yannelos
Member

Meetings in recent engagements

Hi! There are a lot of meetings created less than a week ago so that doesn’t seem to be the issue…

0 Upvotes