Metric Types REST Endpoints

Metrics/Metric Types
Use for managing metric types.
Create a Metric Type
Method: post
Path: /api/metric/Types
Delete a Metric Type
Method: delete
Path: /api/metric/Types/{id}
Get a Metric Type
Method: get
Path: /api/metric/Types/{id}
Get Metric Types
Method: get
Path: /api/metric/Types
Get Metric Types for Combo Boxes and Item Selectors
Method: get
Path: /api/metric/Types/readForSelect
Update a Metric Type
Method: put
Path: /api/metric/Types/{id}