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: post
Path: /primeapi/restapi/strategyType/replicateObjectInWorkspaces/strategyType/{strategyTypeId}/workspace/{workspaceId}
Batch Create Strategy Types
Method: post
Path: /primeapi/restapi/strategyType/batch
Batch Delete Strategy Types
Method: delete
Path: /primeapi/restapi/strategyType/batch
Batch Update Strategy Types
Method: put
Path: /primeapi/restapi/strategyType/batch
Create a Strategy Type
Method: post
Path: /primeapi/restapi/strategyType
Delete a Strategy Type
Method: delete
Path: /primeapi/restapi/strategyType/{id}
Update a Strategy Type
Method: put
Path: /primeapi/restapi/strategyType
View a Strategy Type
Method: get
Path: /primeapi/restapi/strategyType/{id}
View Strategy Types by Workspace
Method: get
Path: /primeapi/restapi/strategyType/workspace/{workspaceId}