APIs & Integrations

zigi
Member

Get Engagements - filtering & properties

SOLVE

Hi, 

I see that "getting" engagements currently exists only with the old API.

API docs 

In the doc, there is no reference for neither filtering (by owner/contact/deal/date)

nor the ability to select properties.

Engagements can easily become very heavy for API calls (containing emails data and such)

In my understanding, the only option when pulling engagements is asking for all of them, with all fields, and filtering on the server side if I am looking only for those that are not done for example?

Or is there a way to filter data / require only certain fields?

And I have not looked at the right documentation

 

Thanks in advance

Zigi

1 Accepted solution
tominal
Solution
Guide | Partner
Guide | Partner

Get Engagements - filtering & properties

SOLVE

Hi @zigi I hear you.

 

At the moment, the only filtering I can think of is to use the CRM Associations API to get you engagments for specific contacts/companies/deals. It looks like you'll have to get all engagements on a record and loop through it yourself to look for what you want.


Thomas Johnson
Community Champion


Kahu Software LLC
A Texan HubSpot consulting firm
https://kahusoftware.com

View solution in original post

5 Replies 5
NArtadi
Contributor

Get Engagements - filtering & properties

SOLVE

Hello, joining the conversation also. Is it possible to filter engagements, specifically CALLs based on the metadata? The rest is not useful information. The only data I get from the API is:

'properties': {'hs_createdate': '2016-12-15T15:24:52.051Z',

                             'hs_lastmodifieddate': '2021-01-06T10:09:21.745Z',

                             'hs_object_id': '159349245'

0 Upvotes
PDev2
Member

Get Engagements - filtering & properties

SOLVE

I need to get calls associated with a particular contact created within last few seconds, I have tried to use the search API but it doesn't works if I put an association property that is "association.contact" and another filter on

"hs_lastmodifieddate". Any suggestions on how to get this?
BSatti
Member

Get Engagements - filtering & properties

SOLVE

Any updates on this, we ned to filter the engagements by date, companyId?

0 Upvotes
tominal
Solution
Guide | Partner
Guide | Partner

Get Engagements - filtering & properties

SOLVE

Hi @zigi I hear you.

 

At the moment, the only filtering I can think of is to use the CRM Associations API to get you engagments for specific contacts/companies/deals. It looks like you'll have to get all engagements on a record and loop through it yourself to look for what you want.


Thomas Johnson
Community Champion


Kahu Software LLC
A Texan HubSpot consulting firm
https://kahusoftware.com
dennisedson
HubSpot Product Team
HubSpot Product Team

Get Engagements - filtering & properties

SOLVE

@tominal , any thoughts here?

@zigi , as an FYI, I believe the answer to this will change sooner than later 😀