Device Types REST Endpoints

Device Catalog/Device Types
Use for managing device types.
Create a Device Type
Method: post
Path: /api/device/Types
Delete a Device Type
Method: delete
Path: /api/device/Types/{id}
Get a Device Type by ID
Method: get
Path: /api/device/Types/{id}
Get Device Types
Method: get
Path: /api/device/Types
Get Device Types for Combo Boxes and Item Selectors
Method: get
Path: /api/device/Types/readForSelect
Update a Device Type
Method: put
Path: /api/device/Types/{id}