API Guide

Table Of Contents
"StatusType": 3000,
"Count": 0
},
{
"@odata.type": "#DeviceService.DeviceStatusSummary",
"StatusType": 4000,
"Count": 0
},
{
"@odata.type": "#DeviceService.DeviceStatusSummary",
"StatusType": 5000,
"Count": 0
}
]
}
api/DeviceService/Actions/
DeviceService.DevicesPrivilegesAction
This API represents the device privilege information that users have for devices.
POST method for api/DeviceService/Actions/
DeviceService.DevicesPrivilegesAction
This method returns the device privilege information that the user has for the device.
Description
Returns the device privilege information that the user has for the device.
Privilege VIEW
HTTP response
code
201
Example request
body
{
"DeviceIds": [<comma_separated_device_ids]
}
Example
response body
{
DeviceIds: [100,200,300]
}
/api/DeviceService/Actions/
DeviceService.DevicesByPrivilegesAction
This API represents the device information that users can access, based on privileges.
POST method for device privileges action
This method returns device information that users can access, based on their privileges.
Description
Returns device information that users can access, based on their privileges.
Privilege VIEW
Devices 279