Intelligence Setup REST Endpoints
Intelligence/Intelligence Setup
- Add an Intelligence Model Filter
- Method: postPath:
/rest/v19/intelligenceSetup/models/{modelId}/filters
- Delete an Intelligence Model
- Method: deletePath:
/rest/v19/intelligenceSetup/models/{modelId}
- Delete an Intelligence Model Filter
- Method: deletePath:
/rest/v19/intelligenceSetup/models/{modelId}/filters/{filterId}
- Delete an Intelligence Model Training
- Method: deletePath:
/rest/v19/intelligenceSetup/models/{modelId}/trainings/{trainingId}
- Deploy Intelligence Model Training
- Method: postPath:
/rest/v19/intelligenceSetup/models/{modelId}/actions/deploy
- Get All Intelligence Model Filters
- Method: getPath:
/rest/v19/intelligenceSetup/models/{modelId}/filters
- Get All Intelligence Model Trainings
- Method: getPath:
/rest/v19/intelligenceSetup/models/{modelId}/trainings
- Get All Intelligence Models
- Method: getPath:
/rest/v19/intelligenceSetup/models
- Get an Intelligence Model
- Method: getPath:
/rest/v19/intelligenceSetup/models/{modelId}
- Get an Intelligence Model Filter
- Method: getPath:
/rest/v19/intelligenceSetup/models/{modelId}/filters/{filterId}
- Get an Intelligence Model Training
- Method: getPath:
/rest/v19/intelligenceSetup/models/{modelId}/trainings/{trainingId}
- Get Commerce Process Data Columns
- Method: getPath:
/rest/v19/intelligenceSetup/lookups/commerceProcesses/{commerceProcessVarName}/dataColumns
- Train an Intelligence Model
- Method: postPath:
/rest/v19/intelligenceSetup/models/{modelId}/actions/train
- Undeploy Intelligence Model Training
- Method: postPath:
/rest/v19/intelligenceSetup/models/{modelId}/actions/undeploy
- Update an Intelligence Model
- Method: patchPath:
/rest/v19/intelligenceSetup/models/{modelId}
- Update an Intelligence Model Filter
- Method: patchPath:
/rest/v19/intelligenceSetup/models/{modelId}/filters/{filterId}
- Update Intelligence Model Filters
- Method: patchPath:
/rest/v19/intelligenceSetup/models/{modelId}/filters
- Update Intelligence Model Trainings
- Method: patchPath:
/rest/v19/intelligenceSetup/models/{modelId}/trainings
- Update Intelligence Models
- Method: patchPath:
/rest/v19/intelligenceSetup/models