Device Zones REST Endpoints
Device Catalog/Device Zones
Use for managing device zones.
- Create a Device Zone
- Method: postPath:
/api/device/Zones - Delete a Device Zone
- Method: deletePath:
/api/device/Zones/{id} - Get a Device Zone by ID
- Method: getPath:
/api/device/Zones/{id} - Get Device Zones
- Method: getPath:
/api/device/Zones - Get Device Zones for Combo Boxes and Item Selectors
- Method: getPath:
/api/device/Zones/readForSelect - Update a Device Zone
- Method: putPath:
/api/device/Zones/{id}