Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
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 |