Device Groups REST Endpoints

Device Catalog/Device Groups
Use for managing device groups.
Create a Device Group
Method: post
Path: /api/device/Groups
Delete a Device Group
Method: delete
Path: /api/device/Groups/{id}
Get a Device Group by ID
Method: get
Path: /api/device/Groups/{id}
Get a Device Group or Children of a Device Group
Method: get
Path: /api/device/Groups
Get Device Groups for Tree Combos
Method: get
Path: /api/device/Groups/readForTreeCombo
Get Device Groups for Tree Grids
Method: get
Path: /api/device/Groups/readForTree
Move Device Groups to a Different Parent
Method: put
Path: /api/device/Groups/updateMove
Move or Copy Devices to a Different Group
Method: put
Path: /api/device/Groups/updateDevices
Update a Device Group
Method: put
Path: /api/device/Groups/{id}