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.
Document Record
- Response example
-
1{ 2 "documents": 3 [ 4 5 { 6 "name":"docx-template", 7 "sourceId": "800xx000000boTRAAY", 8 "fileExtension":"docx", 9 "sourceType":"Content", 10 "additionalFields": 11 { 12 "key1": "value1" 13 } 14 }, 15 { 16 "name":"annual-contract-doc", 17 "sourceId": "800xx000000boQTFGS", 18 "fileExtension":"pdf", 19 "sourceType":"Content", 20 "additionalFields": 21 { 22 "key1": "value1", 23 "key2": "value2" 24 } 25 } 26 ] 27}
- Properties
-
Property Name Type Description Filter Group and Version Available Version additionalFields Map<String, String> Additional fields related to document for custom implementation. Big, 56.0 56.0 fileExtension String The file extension of document. Small, 56.0 56.0 name String The name of document. Small, 56.0 56.0 sourceId String The source ID of document. Small, 56.0 56.0 sourceType String The source type of document. Small, 56.0 56.0