# SyncConflictEntity object
This object contains the information for individual conflicts that have been detected during synchronization.
A user or program needs to determine the resolution for each conflict, thus enabling ELO Sync to apply the solution during the synchronization.
# Properties
| Name | Type | Description |
|---|---|---|
| syncConflictId | integer | readonly. The unique identity of this conflict. |
| title | string | editable. The title of this conflict. |
| resolvingUrl | string | editable. A URL that directs to the resolution user interface. |
| details | array SyncConflictDetailEntity | readonly. A navigation property that provides the details for this conflict. |
| syncJob | SyncJobEntity | readonly. A navigation property for the associated sync job. |
| syncJobId | integer | readonly The identity of the associated sync job. |
| firstId | string | readonly. The identity of the first item affected by this conflict. |
| first | SyncItemEntity | readonly. A navigation property for the first affected item. |
| secondId | string | readonly. The identity of the second item affected by this conflict. |
| second | SyncItemEntity | readonly. A navigation property for the second affected item. |
| kind | ConflictKind | readonly. The type of conflict. |
| createdOn | string | readonly. The date when this conflict was first detected. |
| resolution | string | editable. The resolution of this conflict. Data format depends on the conflict type. |
| dataVersion | integer | readonly. The version number of the sync job when this conflict was detected. If this does not match the associated job then this conflict is no longer relevant. |
# Operations
Non-exhaustive list of operations that are related to this type: