What is the best way to retrieve all the newly created contacts? I don't want to get all of contacts modified since X date and time. I want to get all of the contacts created since X date and time. Because the majority of the contacts get modified weekly because their lists change, I don't want to loop through tens of thousands of contacts to simply sift out the new ones. What's the better way?
... View more