Registered devices status list
Get all registered devices status list by querying POST to /gkdevice/registered with
a Ventra API
account using username and password which is in uppercase and SHA-256. When
call the POST method to /gkdevice/registered, the system will return an array of all
devices
with its all data. With Content-Type: application/json; charset=utf-8
Parameters
| Name of Parameter | Type | Description |
|---|---|---|
| username | string | Required username. This API is
administrator only |
| password | string | Required SHA-256 of your password
which is uppercase |
Example
Get all registered devices status list by querying POST to URL POST /gkdevice/registered
with username and password
https://www.ventracloud.com/gkdevice/registered
POST /gkdevice/registered
Content-Type: application/json; charset=utf-8
{
"username":"APIdemo",
"password":"58F0DB19BE70BFD8E53E1CAC8C32514853E97D0A44DA9B68A72046B7730BD5A6"
}
Response
The response is an array of all registered devices status with details.
[ "IP08D43A", "VG000036", "IP08D43D", "IP08D43C", "IP08D430", "IP08D431", "WE000216R025", "WE00026Q146I" ]
