Metric Collections REST Endpoints
Metrics/Metric Collections
Use for managing metric collections.
- Create a Metric Collection
- Method: postPath:
/api/metric/Collections - Delete a Metric Collection
- Method: deletePath:
/api/metric/Collections/{id} - Get a Metric Collection by ID
- Method: getPath:
/api/metric/Collections/{id} - Get Metric Collections
- Method: getPath:
/api/metric/Collections - Get Metric Collections for Combo Boxes and Item Selectors
- Method: getPath:
/api/metric/Collections/readForSelect - Get Metrics in Metric Collections for Combo Boxes and Item Selectors
- Method: getPath:
/api/metric/Collections/readMetricsForSelect - Update a Metric Collection
- Method: putPath:
/api/metric/Collections/{id}