Newer Version Available
Content Link Load (POST)
Fetches the content data for a specified reference ID or set of content link
IDs.
- Resource
-
1/connect/content-link/load - Example POST
-
1https://yourInstance.salesforce.com/services/data/v62.0/connect/content-link/load - Available version
- 62.0
- HTTP methods
- POST
- Request body for POST
-
- JSON example
-
1{ 2 "referenceObjectId": "a0X4W00000X8jklUAB", 3 "contentLinkIds": [ 4 "0D56A000008yhfSAAQ", 5 "0D56A000008yhgTABQ" 6 ] 7} - Properties
-
Name Type Description Required or Optional Available Version contentLinkIds String[] List of the content link IDs to fetch the data. Optional 62.0 referenceObjectId String ID of the reference object to retrieve the content data. Optional 62.0
- Response body for POST
- Content Link List