Strategy Type REST Endpoints

Strategy Type
Use the Strategy Type service to create, view, up send and retrieve information related to strategy types. Update Keys : 'strategyTypeId'
Batch Create Strategy Types
Method: post
Path: /api/restapi/strategyType/batch
Batch Delete Strategy Types
Method: delete
Path: /api/restapi/strategyType/batch
Batch Sync Strategy Types
Method: post
Path: /api/restapi/strategyType/syncBatch
Batch Update Strategy Types
Method: put
Path: /api/restapi/strategyType/batch
Create a Strategy Type
Method: post
Path: /api/restapi/strategyType
Delete a Strategy Type
Method: delete
Path: /api/restapi/strategyType/{strategyTypeId}
Update a Strategy Type
Method: put
Path: /api/restapi/strategyType
View a Strategy Type
Method: get
Path: /api/restapi/strategyType/{strategyTypeId}
View all Strategy Types by Workspace
Method: get
Path: /api/restapi/strategyType/workspace/{workspaceId}