Strategy REST Endpoints

Strategy
Use the Strategy service you to create, view, update, and delete strategies. Update Keys : 'strategyId'
Batch Create Strategies
Method: post
Path: /api/restapi/strategy/batch
Batch Deletes Strategies
Method: delete
Path: /api/restapi/strategy/batch
Batch Sync Strategies
Method: post
Path: /api/restapi/strategy/syncBatch
Batch Update Strategies
Method: put
Path: /api/restapi/strategy/batch
Create a Strategy
Method: post
Path: /api/restapi/strategy
Delete a Strategy
Method: delete
Path: /api/restapi/strategy/{strategyId}
Update a Strategy
Method: put
Path: /api/restapi/strategy
View a Strategy
Method: get
Path: /api/restapi/strategy/{strategyId}
View all Strategies Measure Values by Workspace
Method: get
Path: /api/restapi/strategy/measureValue/workspace/{workspaceId}
View all Strategy Measure Values by Strategy
Method: get
Path: /api/restapi/strategy/measureValue/strategy/{strategyId}