APIs & Integrations

pf_julien
Member

Recently Updated Contacts in a Contact List

In the contact lists API, I am only seeing a way to get recently added contacts in a specified list. Is there a way to get the most recently updated contacts in a contact list as well or will I have to determine which ones have changed myself?

Thanks

0 Upvotes
1 Reply 1
pf_julien
Member

Recently Updated Contacts in a Contact List

I just figured it out myself after posting this.

I can just use the recently updated contacts API call to get all the recently updated contacts and then filter them out in the client side using the membership list property that the API returns in the contacts object.

0 Upvotes