Get Item Synchronization Information
The following example gets information about the synchronization of the item between the XIA Configuration Server and a ServiceNow instance.
- Connect to the configuration web service.
- Specify the unique identifier of the item for which the information is to be returned.
- The item type must support synchronization.
- The user must have read permissions to the item.
Code Sample
# Gets the ServiceNow synchronization information for the item with the specified item identifier.
$information = $xia.GET_ServiceNowItemSynchronizationInformation(38709);
$information;