Strategy Type REST Endpoints
Strategy Type
Use the Strategy Type service to create, view, up send and retrieve information related to strategy types.
- Assign or Promote a Strategy Type
- Method: postPath:
/primeapi/restapi/strategyType/replicateObjectInWorkspaces/strategyType/{strategyTypeId}/workspace/{workspaceId} - Batch Create Strategy Types
- Method: postPath:
/primeapi/restapi/strategyType/batch - Batch Delete Strategy Types
- Method: deletePath:
/primeapi/restapi/strategyType/batch - Batch Update Strategy Types
- Method: putPath:
/primeapi/restapi/strategyType/batch - Create a Strategy Type
- Method: postPath:
/primeapi/restapi/strategyType - Delete a Strategy Type
- Method: deletePath:
/primeapi/restapi/strategyType/{id} - Update a Strategy Type
- Method: putPath:
/primeapi/restapi/strategyType - View a Strategy Type
- Method: getPath:
/primeapi/restapi/strategyType/{id} - View Strategy Types by Workspace
- Method: getPath:
/primeapi/restapi/strategyType/workspace/{workspaceId}