'My Contacts' 系统联系人组是否始终是 people.connections.list 中联系人的子集? - Google 人 API
Is the 'My Contacts' System Contact Group always a subset of the contacts in people.connections.list? - Google People API
我正在与 Google 人一起工作 API。
我想知道可以从 https://people.googleapis.com/v1/contactGroups/myContacts
中检索到的联系人集合是否严格来说是可以从 https://people.googleapis.com/v1/people/me/connections
中检索到的联系人集合的子集。
如果可以或不能保证,请告诉我。
是的,应该是这样。
前者会 return 某个组下的所有联系人。使用 myContacts
将 return 您的所有联系人。
后者 return 也是您的所有联系人。
您可以请其他人执行以下链接以确认并回复您。
https://people.googleapis.com/v1/contactGroups/myContacts
https://people.googleapis.com/v1/people/me/connections
我正在与 Google 人一起工作 API。
我想知道可以从 https://people.googleapis.com/v1/contactGroups/myContacts
中检索到的联系人集合是否严格来说是可以从 https://people.googleapis.com/v1/people/me/connections
中检索到的联系人集合的子集。
如果可以或不能保证,请告诉我。
是的,应该是这样。
前者会 return 某个组下的所有联系人。使用 myContacts
将 return 您的所有联系人。
后者 return 也是您的所有联系人。
您可以请其他人执行以下链接以确认并回复您。
https://people.googleapis.com/v1/contactGroups/myContacts https://people.googleapis.com/v1/people/me/connections