All REST Endpoints
Devices
Use for managing devices.
- Add a Device
- Method: postPath:
/api/device/Devices - Delete a Device
- Method: deletePath:
/api/device/Devices/{id} - Get A Device
- Method: getPath:
/api/device/Devices/{id} - Show Devices for Comboboxes and ItemSelectors
- Method: getPath:
/api/device/Devices/readForSelect - Update a Device
- Method: putPath:
/api/device/Devices/{id} - View all Devices
- Method: getPath:
/api/device/Devices
PerformanceData
Use for retrieving performance data.
- Get all performance data
- Method: getPath:
/api/metric/PerformanceData