You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: