Newer Version Available
Content Link Data Sync Detail
Output representation that contains content link details for the requested
IDs.
- JSON example
-
1{ 2 "contentLinkId": "6UPxx0000004CCGGA2", 3 "value": "3", 4 "isSuccess": false, 5 "failureReason": "Contract Term: value not of required type: 3" 6}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| contentLinkId | String | Record ID of the content link. | Small, 65.0 | 65.0 |
| failureReason | String | Reason for the failure, if the isSuccess property value is false. | Small, 65.0 | 65.0 |
| isSuccess | Boolean | Indicates whether the data sync validation was successful (true) or not (false). | Small, 65.0 | 65.0 |
| value | String | Represents the data for the content. | Small, 65.0 | 65.0 |