Decision Model Export Output

Output representation of a completed DMN (Decision Model Notation) export request.
JSON example
1{
2   "message":"OK",
3   "success":true,
4   "errors":[
5      {
6         "errorCode":"BAD_REQUEST",
7         "errorMessage":"We couldn’t find this record. Specify a valid ID for decisionModelEntityIds parameter.",
8         "recordId":"0lNRO00000004fsdfAA"
9      }
10   ]
11}
Property Name Type Description Filter Group and Version Available Version
errors Decision Model Export Error[] List of errors corresponding to a failed export request. Small, 58.0 58.0
message String Response message from the completed export request. Small, 58.0 58.0
success Boolean Indicates whether the export request was successful (true) or not (false). Small, 58.0 58.0