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 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/v68.0/connect/content-link/load
Available version
62.0
HTTP methods
POST
Request body for POST
JSON example
1{
2  "referenceObjectId": "a0X4W00000X8jklUAB",
3  "isBulkRequest": "false",
4  "contentLinkIds": [
5    "0D56A000008yhfSAAQ",
6    "0D56A000008yhgTABQ"
7  ]
8}
Properties
Name Type Description Required or Optional Available Version
content​LinkIds String[] List of the content link IDs to fetch the data. Optional 62.0
isBulk​Request Boolean Indicates whether fields associated with the same object ID are grouped and fetched together in a single bulk request (true) or not (false). Optional 66.0
reference​ObjectId String ID of the reference object to retrieve the content data. Optional 62.0
Response body for POST
Content Link List