Confirmed users
483
edits
m (→Data flows: .) |
(→Data flows: .) |
||
Line 79: | Line 79: | ||
The Contact Consumer that wants to obtain the global contact information and store it locally needs to query the GCDS via the DataStore API. It will need to do an initial [[WebAPI/DataStore#Sync|sync]] to obtain the whole list of records stored in the GCDS. Per each record, it should find an array of this form: | The Contact Consumer that wants to obtain the global contact information and store it locally needs to query the GCDS via the DataStore API. It will need to do an initial [[WebAPI/DataStore#Sync|sync]] to obtain the whole list of records stored in the GCDS. Per each record, it should find an array of this form: | ||
[{ | [{ | ||
owner: ' | owner: 'contactprovider_1', | ||
contactId: 'aId' | contactId: 'aId' | ||
}, { | }, { | ||
owner: ' | owner: 'contactprovider_n', | ||
contactId: 'anotherId' | contactId: 'anotherId' | ||
}] | }] | ||
Line 93: | Line 93: | ||
[[File:Localcontactadd.png|1000px|x800px]] | [[File:Localcontactadd.png|1000px|x800px]] | ||
=== External contact addition or modification === | |||
=== External contact addition | |||
=== Contact consumer search === | === Contact consumer search === | ||
=== Contact Provider installation === | === Contact Provider installation === |