SpiraPlan: SoapService SOAP Web Service
See all operations
RemoteDataSyncSystem
Represents a single data-sync plug-in entry
Base Classes
None
Properties
The following properties are provided directly by this class:
Name | Type | Description | Required |
---|---|---|---|
AutoMapUsers | boolean | Should we attempt to auto-map user in the two systems | Yes |
ConnectionString | string? | The connection string (often a URL) for accessing the external system | |
Custom01 | string? | Custom value, its use is dependent on the specific data-sync plug-in | |
Custom02 | string? | Custom value, its use is dependent on the specific data-sync plug-in | |
Custom03 | string? | Custom value, its use is dependent on the specific data-sync plug-in | |
Custom04 | string? | Custom value, its use is dependent on the specific data-sync plug-in | |
Custom05 | string? | Custom value, its use is dependent on the specific data-sync plug-in | |
DataSyncStatusId | int | The id of the synchronization status (for the last time it ran) | Yes |
DataSyncStatusName | string? | The display name of the synchronization status | |
DataSyncSystemId | int | The id the data-sync plug-in | Yes |
Description | string? | The description of the data-sync plug-in | |
DisplayName | string? | The display name of the data-sync plug-in | |
IsActive | boolean | Is the data-sync system active | Yes |
LastSyncDate | dateTime? | The date/time that the data-sync last ran | |
Login | string? | The username / login for accessing the external system | |
Name | string? | The name of the data-sync plug-in | |
Password | string? | The password for accessing the external system | |
TimeOffsetHours | int | The number of hours to add to the last-updated date/times when making comparisons | Yes |