Devices REST Endpoints

Device Catalog/Devices
Use for managing devices.
Create a Device
Method: post
Path: /api/device/Devices
Delete a Device
Method: delete
Path: /api/device/Devices/{id}
Get a Device by ID
Method: get
Path: /api/device/Devices/{id}
Get an IP Address for a DNS Name
Method: get
Path: /api/device/Devices/readIpForDns
Get Devices
Method: get
Path: /api/device/Devices
Get Devices for Combo Boxes and Item Selectors
Method: get
Path: /api/device/Devices/readForSelect
Update a Device
Method: put
Path: /api/device/Devices/{id}