APIs & Integrations

terrance
Participante

Get Recently Created Contacts

Is there any plans to support filtering/ordering contacts? If I want only contacts that have been recently created in Hubspot and sort by that date, it seems wasteful to loop through all of the recently modified contacts and look at the created date.

0 Avaliação positiva
3 Respostas 3
terrance
Participante

Get Recently Created Contacts

Fantastic. Thanks @dadams

0 Avaliação positiva
Dadams
HubSpot Employee
HubSpot Employee

Get Recently Created Contacts

@terrance if you’re specifically looking for recently created contacts (and not recently updated records), you can use this endpoint:
https://api.hubapi.com/contacts/v1/lists/all/contacts/recent?hapikey=demo

That endpoint works the same way as the recently created or updated endpoint, without including modified contacts. It will be ordered by when the contacts were created, starting with the most recently created record, and you’d page backwards using the vidOffset and timeOffset.

0 Avaliação positiva
Ravi_Theja_Buru
Membro

Get Recently Created Contacts

Hi. The API and documentation is good.
But ‘get recently created contacts’ is not working as expected.
I am getting complete list of contacts, inspite of giving timeOffset and vidOffset along with hapikey and count.

Can you please help me?

0 Avaliação positiva