Newer Version Available

This content describes an older version of this product. View Latest

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/v63.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
decision​Model​EntityIds String[] A list of decision matrix version IDs to export data from. Required 58.0
Response body for POST
Decision Model Export Output