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 3.1.1)
Example GET URL:
/rest/method/fieldpop-api/getUserInfo?happn_token=eyJ0eXAiOiJKV1QiLC&deviceID=cybersparrow_NkWMIrKb
yQ
Example JSON Response:
{
"message": "Call successful",
"data": [
"admin@gmail.com",
"user@company.com"
],
"error": null
}
Grid RESTful API Start-up Guide
Install OpenVPN Client
37
Need help?
Do you have a question about the Grid RESTful API and is the answer not in the manual?
Questions and answers