Metric Types REST Endpoints
Metrics/Metric Types
Use for managing metric types.
- Create a Metric Type
- Method: postPath:
/api/metric/Types - Delete a Metric Type
- Method: deletePath:
/api/metric/Types/{id} - Get a Metric Type
- Method: getPath:
/api/metric/Types/{id} - Get Metric Types
- Method: getPath:
/api/metric/Types - Get Metric Types for Combo Boxes and Item Selectors
- Method: getPath:
/api/metric/Types/readForSelect - Update a Metric Type
- Method: putPath:
/api/metric/Types/{id}