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.
Decision Model Notation Export (POST)
Export decision matrix data to a file in the DMN (Decision Model
Notation) format, an easily readable format for business rules designed by Object Management
Group.
- Resource
-
1/connect/business-rules/decision-models/export - Resource Example
-
1https://yourInstance.salesforce.com/services/data/v67.0/connect/business-rules/decision-models/export - Available version
- 58.0
- Requires Chatter
- No
- HTTP methods
- POST
- Request body for POST
-
- JSON example
-
1{ 2 "decisionModelEntityIds":[ 3 “0lNRO00000004f72AA”, 4 “0lNRO000000rfn27AA” 5 ] 6} - Properties
-
Name Type Description Required or Optional Available Version decisionModelEntityIds String[] A list of decision matrix version IDs to export data from. Required 58.0
- Response body for POST
- Decision Model Export Output