All REST Endpoints

Devices
Use for managing devices.
Add a Device
Method: post
Path: /api/device/Devices
Delete a Device
Method: delete
Path: /api/device/Devices/{id}
Get A Device
Method: get
Path: /api/device/Devices/{id}
Show Devices for Comboboxes and ItemSelectors
Method: get
Path: /api/device/Devices/readForSelect
Update a Device
Method: put
Path: /api/device/Devices/{id}
View all Devices
Method: get
Path: /api/device/Devices
PerformanceData
Use for retrieving performance data.
Get all performance data
Method: get
Path: /api/metric/PerformanceData