The following example gets the synchronization status of the ServiceNow connector.


Code Sample

# Gets the current synchronization status of the ServiceNow connector.

$status = $administration.GET_ServiceNowItemSynchronizationStatus();

$status | SELECT *