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 |