Device Groups REST Endpoints
Device Catalog/Device Groups
Use for managing device groups.
- Create a Device Group
- Method: postPath:
/api/device/Groups - Delete a Device Group
- Method: deletePath:
/api/device/Groups/{id} - Get a Device Group by ID
- Method: getPath:
/api/device/Groups/{id} - Get a Device Group or Children of a Device Group
- Method: getPath:
/api/device/Groups - Get Device Groups for Tree Combos
- Method: getPath:
/api/device/Groups/readForTreeCombo - Get Device Groups for Tree Grids
- Method: getPath:
/api/device/Groups/readForTree - Move Device Groups to a Different Parent
- Method: putPath:
/api/device/Groups/updateMove - Move or Copy Devices to a Different Group
- Method: putPath:
/api/device/Groups/updateDevices - Update a Device Group
- Method: putPath:
/api/device/Groups/{id}