Interviewer - Server > Architecture > Interview Service tier > UNICOM Intelligence Interviewer - Offline for Windows Architecture > Synchronization process flow > Synchronization API > Get
 
Get
Ask the server to send data to the caller.
Method declaration
string Get(string definition, string computerId)
Parameters
definition
Data type: string
XML that describes the data being requested.
computerId
Data type: string
The GUID that is used to register with the server.
Return value
The return value is an XML string describing the requested data.
See also
Synchronization API