The following example gets information about the synchronization of the item between the XIA Configuration Server and a ServiceNow instance.





Code Sample

# Gets the ServiceNow synchronization information for the item with the specified item identifier.

$information = $xia.GET_ServiceNowItemSynchronizationInformation(38709);

$information;