SensusRF gateway user manual
| 29/10/2019
17.2.13.2 Response
RESPONSE
TAG DESCRIPTION
api_version The version of the GATEWAY REST API
request_status The status of the request
payload The payload of the requested information
oms_endpoints Reading data from the OMS meter requested
device_id OMS meter serial number
datetime OMS meter date and Time (yyyy-MM-dd hh:mm:ss)
signal OMS meter signal level
last_packet OMS meter last reading (raw/encrypted telegram)
Example:
HTTP/1.1 200 OK
X-Powered-By: CAS_GATEWAY
Server: CAS_GATEWAY
Content-type: text/html
Content-Length: 213
Date: Thu, 15 Aug 2019 21:08:10 GMT
{
"api_version":"1.0",
"request_status":"OK",
"payload":{
"oms_endpoint":[
{
"device_id":"41253805",
"datetime":"2019-08-15 21:03:03",
"signal":"41",
"last_packet":"1944304C9FD7C4404C04A1110A00136F87A94ADC84E3F75FE167"
}