Intelligence Setup REST Endpoints

Intelligence/Intelligence Setup
Add an Intelligence Model Filter
Method: post
Path: /rest/v19/intelligenceSetup/models/{modelId}/filters
Delete an Intelligence Model
Method: delete
Path: /rest/v19/intelligenceSetup/models/{modelId}
Delete an Intelligence Model Filter
Method: delete
Path: /rest/v19/intelligenceSetup/models/{modelId}/filters/{filterId}
Delete an Intelligence Model Training
Method: delete
Path: /rest/v19/intelligenceSetup/models/{modelId}/trainings/{trainingId}
Deploy Intelligence Model Training
Method: post
Path: /rest/v19/intelligenceSetup/models/{modelId}/actions/deploy
Get All Intelligence Model Filters
Method: get
Path: /rest/v19/intelligenceSetup/models/{modelId}/filters
Get All Intelligence Model Trainings
Method: get
Path: /rest/v19/intelligenceSetup/models/{modelId}/trainings
Get All Intelligence Models
Method: get
Path: /rest/v19/intelligenceSetup/models
Get an Intelligence Model
Method: get
Path: /rest/v19/intelligenceSetup/models/{modelId}
Get an Intelligence Model Filter
Method: get
Path: /rest/v19/intelligenceSetup/models/{modelId}/filters/{filterId}
Get an Intelligence Model Training
Method: get
Path: /rest/v19/intelligenceSetup/models/{modelId}/trainings/{trainingId}
Get Commerce Process Data Columns
Method: get
Path: /rest/v19/intelligenceSetup/lookups/commerceProcesses/{commerceProcessVarName}/dataColumns
Train an Intelligence Model
Method: post
Path: /rest/v19/intelligenceSetup/models/{modelId}/actions/train
Undeploy Intelligence Model Training
Method: post
Path: /rest/v19/intelligenceSetup/models/{modelId}/actions/undeploy
Update an Intelligence Model
Method: patch
Path: /rest/v19/intelligenceSetup/models/{modelId}
Update an Intelligence Model Filter
Method: patch
Path: /rest/v19/intelligenceSetup/models/{modelId}/filters/{filterId}
Update Intelligence Model Filters
Method: patch
Path: /rest/v19/intelligenceSetup/models/{modelId}/filters
Update Intelligence Model Trainings
Method: patch
Path: /rest/v19/intelligenceSetup/models/{modelId}/trainings
Update Intelligence Models
Method: patch
Path: /rest/v19/intelligenceSetup/models