Get Synchronization Status
The following example gets the synchronization status of the ServiceNow connector.
- Connect to the administration web service.
Code Sample
# Gets the current synchronization status of the ServiceNow connector.
$status = $administration.GET_ServiceNowItemSynchronizationStatus();
$status | SELECT *;