Install OpenVPN Client
Grid RESTful API Start-up Guide
37
2.4.3 ListDeviceUsers
Description:
Retrieve a list of users who can see the specified device
HTTP Verb:
GET
URL:
/rest/method/fieldpop-api/listDevicesUsers
Query String Parameters:
•
happn_token
- Token obtained from login request.
•
deviceID
- the IIoT gateway ID (see
Section
Example GET URL:
/rest/method/fieldpop-api/getUserInfo?happn_token=eyJ0eXAiOiJKV1QiLC&deviceID=cybersparrow_NkWMIrKb
yQ
Example JSON Response:
{
"message": "Call successful",
"data": [
"[email protected]",
"[email protected]"
],
"error": null
}