User's Manual
Table Of Contents
- WISE-221X
- Contents
- 1 Product Overview
- 2 Product Specification
- 3 Mechanical and Hardware Installation
- 4 System Configuration
- 4.1 Connection
- 4.2 Configuring WISE-4210-AP with Browser
- 4.3 Install WISE Studio and Configure End Devices
- 4.4 Connection between AP and Nodes
- 4.5 Configure WISE-4210-AP
- 4.6 Setup WISE-221x Network
- 4.7 WISE-221x IO configuration
- 4.8 Access WISE-221x Data by Modbus/TCP Protocol
- 4.9 Push WISE-4210 data by RESTful Web Service
- 4.10 Access WISE-4210 I/O Data by RESTful API
WISE-221X User Manual 32
4.10 Access WISE-4210 I/O Data by RESTful API
/lpwan_message/slot_macID
Description Retrieves the log data in system memory.
URL Structure http://10.0.0.1/lpwan_message/slot_macID
HTTP Method
GET: According to the setting of filtering, server returns the all/partial of
push data.
GET
Request:
GET / lpwan_message/slot_macID
[Example]:
Request : GET /lpwan_message/slot_AD4210112233 for
WISE-4210 module
Content-type: application/json
Response: 200 OK
{
"TIM":"2014-11-11T15:48:32+08:00",
"UID":"WISE-4210-AP_00D0C90E8738",
"MAC":"00-D0-C9-FE-16-01",
"Rssi":-33,
"Record" :
[
[0,0,1,0],
[0,0,2,50],
[0,0,3,10],
[0,1,4,0],
[0,1,5,456],
[0,1,6,0],
[0,0,30,0],
[0,0,31,16],
[0,0,32,32767]
]
}
JSON array name definition:
Field Abbreviation Data Type
Array of I/O records Record Array
Resource value definitions:
Field Abbreviation Data Type Property Description










