Devices API Reference
1. Device Operations
Feature: Device Management
- Update Device
PATCH /api/v1/devices/{deviceId} - Delete Device
DELETE /api/v1/devices/{deviceId} - Update Device Status
POST /api/v1/devices/{deviceId}:{status} - List Devices with Pagination
GET /weda/api/v1/devices
2. Device Hardware Information
Feature: Device Hardware Information
- Get Device Hardware Capabilities
GET /api/v1/devices/{deviceId}/capabilities - Get Device CPQ Sensor Names
GET /api/v1/devices/{deviceId}/cpqs
3. Telemetry Configuration
Feature: Device Telemetry Configuration
- Get Telemetry Configs
GET /api/v1/devices/{deviceId}/telemetry-configs - Update Telemetry Configs
PATCH /api/v1/devices/{deviceId}/telemetry-configs
4. Custom Information Management
Feature: Device Custom Information Management
- Get Device Custom Info
GET /api/v1/devices/{deviceId}/custom-info - Update Device Custom Info
PUT /api/v1/devices/{deviceId}/custom-info - Delete Device Custom Info
DELETE /api/v1/devices/{deviceId}/custom-info - Update Custom Info by Key
PATCH /api/v1/devices/{deviceId}/custom-info/{key} - Delete Custom Info by Key
DELETE /api/v1/devices/{deviceId}/custom-info/{key}
5. Organization Device Management
Feature: Organization Device Management - Link or create physical devices to organizations, list devices under an organization, and remove device-organization linkage.
- Create Org Device
POST /api/v1/orgs/{orgId}/devices - List Org Devices
GET /api/v1/orgs/{orgId}/devices - Delete Org Device
DELETE /api/v1/orgs/{orgId}/devices/{deviceId}
Last updated on Apr-8, 2026 | Version 1.0.0