HI every one!
Now, i am using endpoint "/v1/lists/recently_updated/contacts/recent" to sync recently properties but i want using endpoint "/crm/v3/objects/contacts/search" to get lastmodified properties from hubspot.
With issue the endpoint "/crm/v3/objects/contacts/search" cannot get properties_with_history. It''s importance for me to build history of properties.
To fix it:
i am using endpoint "/crm/v3/objects/contacts/search" to get contact_id lastmodified and using endpoint "/crm/v3/objects/companies/{companyId}" to get properties_with_history and this way make system be overloaded because to get the history of the contact_id I have to call the endpoint "/crm/v3/objects/companies/{companyId}" once.
Anyone support me how to get properties_with_history in a easier way

