How to get only new or updated contacts?

Is there any way to get only new/updated contacts using cordova ?

Any help would be highly appreciated.

That would be up to the plugin to handle that. It seems as it’s not implemented to specify you only want contacts that are updated after a specific date.

One trick for only getting new contacts is to reverse the array of found contacts and split at the index your last contacts get call had.