javascript - How to retrieve only deleted contacts using Google Contacts API? -


i want retrieve only deleted contacts lower bound of time.

i tried these filters in query string:

updated-min=2016-02-08t11:17:47.559z&deleted=true  updated-min=2016-02-08t11:17:47.559z&showdeleted=true&deleted=true 

results include both deleted=true , deleted=false


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -