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: postPath:
/api/restapi/strategyType/batch - Batch Delete Strategy Types
- Method: deletePath:
/api/restapi/strategyType/batch - Batch Sync Strategy Types
- Method: postPath:
/api/restapi/strategyType/syncBatch - Batch Update Strategy Types
- Method: putPath:
/api/restapi/strategyType/batch - Create a Strategy Type
- Method: postPath:
/api/restapi/strategyType - Delete a Strategy Type
- Method: deletePath:
/api/restapi/strategyType/{strategyTypeId} - Update a Strategy Type
- Method: putPath:
/api/restapi/strategyType - View a Strategy Type
- Method: getPath:
/api/restapi/strategyType/{strategyTypeId} - View all Strategy Types by Workspace
- Method: getPath:
/api/restapi/strategyType/workspace/{workspaceId}