{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Models API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Models", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Decision Model Notation Export", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/connect/business-rules/decision-models/export", "body": { "type": "json", "data": "{}" } }, "docs": "# Decision Model Notation Export (POST)\n\nExport decision matrix data to a file in the [DMN (Decision Model Notation)](https://www.omg.org/dmn/#:~:text=DMN%20is%20a%20modeling%20language,monitor%20their%20application;%20business%20analysts.) format, an easily readable format for business rules designed by Object Management Group.Resource\n\n```\n/connect/business-rules/decision-models/export\n\n ```\n\nResource Example\n\n```\nhttps://yourInstance.salesforce.com/services/data/v59.0/connect/business-rules/d" }, { "info": { "name": "Salesforce Prediction Models", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/smartdatadiscovery/predictionDefinitions/:PREDICTION_DEFINITION_ID/models", "params": [ { "name": "PREDICTION_DEFINITION_ID", "value": "500123", "type": "path" } ] }, "docs": "Get available prediction definitions." } ] } ], "bundled": true }