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 List
Output representation of the content data for the specified reference IDs.
- JSON Sample
-
1{ 2 "contentLinkDataList": [ 3 { 4 "contentLinkId": "0D56A000008yhfSAAQ", 5 "content": "Content data here" 6 } 7 ], 8 "failedContentLinkList": [ 9 { 10 "failedContentLinkId": "0D56A000008yhgTABQ", 11 "failureReason": "Access denied" 12 } 13 ], 14 "referenceObjectId": "a0X4W00000X8jklUAB" 15}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| contentLinkDataList | Content Link Detail[] | List of content links. | Small, 62.0 | 62.0 |
| failedContentLinkList | Failed Content Link List[] | List of failed content links. | Small, 62.0 | 62.0 |
| referenceObjectId | String | ID of the reference object. | Small, 62.0 | 62.0 |