Skip to content

REST API

The WLTE REST API provides device queries, device type definitions, device control, and command result lookup over standard HTTP with Bearer Token authentication.

Service Address

text
https://openapi.svnwi.com

{baseUrl} throughout this documentation refers to this address. Example full request URL:

text
https://openapi.svnwi.com/wlte/v1/devices

Integration Flow

  1. Call Create Access Token to obtain accessToken.
  2. Use Authorization: Bearer {accessToken} to call device APIs.
  3. Call List Devices to get accessible devices and deviceId values.
  4. If your UI depends on device type capabilities, call List Device Type Definitions.
  5. If you need cached configuration such as relay jog duration or RS485 baud rate, call Get Device Configuration.
  6. Based on device capabilities, call relay control, RS485 transceive, or RS485 configuration endpoints.
  7. If the initial response does not return a final result, call Get Command Result.

Endpoint Summary

MethodPathDescriptionScope
POST/wlte/v1/auth/tokenCreate access token
GET/wlte/v1/devicesList devicesdevice:read
GET/wlte/v1/devices/{deviceId}Get device detaildevice:read
GET/wlte/v1/devices/{deviceId}/configGet device configurationdevice:read
GET/wlte/v1/device-profilesList device type definitionsdevice:read
POST/wlte/v1/devices/{deviceId}/relays/commandsControl one or multiple relaysdevice:control
POST/wlte/v1/devices/{deviceId}/relays/{index}/commandsControl one relay (compatibility endpoint, planned for removal)device:control
POST/wlte/v1/devices/{deviceId}/rs485/transceiveRS485 transceive commanddevice:control
PUT/wlte/v1/devices/{deviceId}/rs485/baud-rateSet RS485 baud ratedevice:config
PUT/wlte/v1/devices/{deviceId}/relays/{index}/jog-configSet relay jog durationdevice:config
GET/wlte/v1/commands/{commandId}Get command resultdevice:read
  1. Response Envelope
  2. Base URL and Headers
  3. Permissions
  4. Pagination
  5. Rate Limits and Retries
  6. Create Access Token
  7. List Devices
  8. Get Device
  9. Get Device Configuration
  10. List Device Type Definitions
  11. Create Relay Command
  12. Control One Relay (Planned for Removal)
  13. RS485 Transceive
  14. Set RS485 Baud Rate
  15. Set Relay Jog Duration
  16. Get Command Result
  17. Status Code Overview

Reference

Docs buildVersion v1.3.6-20260720-180213-70
Copyright © 2026 WLTE