Administrator 
			
			- Administrator
- All Products
 
           
      	
            
	
      /dtt/dss/convert/test/<assetId
| Field  | Type  | Description  | 
|---|---|---|
| assetId  | String  | ID of the  synchronizationtask to be converted. | 
| assetName  | String  | Name of the  synchronizationtask to be converted. | 
| dttparity  | Boolean | Whether the  synchronizationtask is
									compatible with data transfertask features.
									A Yes value means the synchronizationtask is
									compatible with data transfertask features
									so the task can be converted. | 
| errors | String  | If the value for dttparity is No, includes reasons why the  synchronizationtask can't
									be converted to a data transfertask. | 
GET <server URL>/dtt/dss/convert/test/0001R291234567891234 Content-type: application/json Accept: application/json INFA-SESSION-ID: 2l0oeVx22Rujiej7y1234T
{ "assetId": "0001R291234567891234", "assetName": "Sync Task 1", "errors": [], "dttparity": YES }
{ "assetId": "0001R291234567896789", "assetName": "Sync Task 2", "errors": [ "Multiple source objects are not supported" ], "dttparity": NO }