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
Post a Comment