SensusRF gateway user manual
| 29/10/2019
17.2.8.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
total_ sensusrf _endpoints Total number of SensusRF meters the GATEWAY reads.
Example:
HTTP/1.1 200 OK
X-Powered-By: CAS_GATEWAY
Server: CAS_GATEWAY
Content-type: text/html
Content-Length: 87
Date: Thu, 15 Aug 2019 18:10:23 GMT
{
"api_version":"1.0",
"request_status":"OK",
"payload":{
"total_sensusrf_endpoints":"20"
}
}
17.2.9 Request list of Serial numbers of OMS meters
The “request list of serial numbers of OMS meters” method returns a JSON embodying a list of serial
numbers of OMS meters the GATEWAY reads. The method must contain the JWS in its HTTP header as
“Authorization”.