User Devices
Deactivates smart optimization and resets the device
POST
Deactivates smart optimization and resets the device
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The organization ID of the user's organization
The user ID of the user whom the device belongs to
The ID of the device to be updated
Response
200
OK
Previous
Get an Organisation's DevicesGet the list of all devices for the specified organization ID.
By default returns ALL devices with ALL fields.
Optional parameters:
- device_type: Filter by specific device type (hp_atw, hp_wtw, inv, ev, wb)
- fields: Comma-separated list of specific fields (e.g., "id,owner.email,device_model.manufacturer")
- page: Enable pagination by providing page number (1-based)
- page_size: Items per page when pagination is enabled (default: 100)
Field examples:
- fields=id,owner.email,device_model.manufacturer
- fields=id,connection_status,monitoring_status,battery_level
Available only for "admin" users.
Next
Deactivates smart optimization and resets the device
