Metric Collections REST Endpoints

Metrics/Metric Collections
Use for managing metric collections.
Create a Metric Collection
Method: post
Path: /api/metric/Collections
Delete a Metric Collection
Method: delete
Path: /api/metric/Collections/{id}
Get a Metric Collection by ID
Method: get
Path: /api/metric/Collections/{id}
Get Metric Collections
Method: get
Path: /api/metric/Collections
Get Metric Collections for Combo Boxes and Item Selectors
Method: get
Path: /api/metric/Collections/readForSelect
Get Metrics in Metric Collections for Combo Boxes and Item Selectors
Method: get
Path: /api/metric/Collections/readMetricsForSelect
Update a Metric Collection
Method: put
Path: /api/metric/Collections/{id}