Device Metatypes REST Endpoints

Device Catalog/Device Metatypes
Use for managing device metatypes.
Create a Device Metatype
Method: post
Path: /api/device/MetaTypes
Delete a Device Metatype
Method: delete
Path: /api/device/MetaTypes/{id}
Get a Device Metatype by ID
Method: get
Path: /api/device/MetaTypes/{id}
Get Active Device Metatypes for Combo Boxes and Item Selectors
Method: get
Path: /api/device/MetaTypes/readForSelectActive
Get Assigned Device Metatypes for Combo Boxes and Item Selectors
Method: get
Path: /api/device/MetaTypes/readAssignedForSelect
Get Device Metatypes
Method: get
Path: /api/device/MetaTypes
Get Device Metatypes for Combo Boxes and Item Selectors
Method: get
Path: /api/device/MetaTypes/readForSelect
Update a Device Metatype
Method: put
Path: /api/device/MetaTypes/{id}