APIs & Integrations

vipul2
Member

To get contacts that are recently updated

Hello HubSpot,

When calling “GET /contacts/v1/lists/recently_updated/contacts/recent” API, I get the recently updated records but cannot find the property(like the City, which I Updated) in the json returned…

How to get only the properties that are updated for a contact?

0 Upvotes
3 Replies 3
vipul2
Member

To get contacts that are recently updated

Thanks for the reply.

I created 2 new Contact Properties, namely, Skills and Languages…

How can I import data into these 2 properties. Is there any way ?
Also, What is the maximum number of options that can be added for Multiple check-boxes ?

0 Upvotes
3PETE
HubSpot Employee
HubSpot Employee

To get contacts that are recently updated

@vipul I am not aware of a limit on check boxes. If you want to update a contact you can do it in the UI or through this endpoint here.

0 Upvotes
3PETE
HubSpot Employee
HubSpot Employee

To get contacts that are recently updated

@vipul

Here is a link to our docs

You can use the property tag in the query string to get back the properties you want.

&property=X

0 Upvotes