Developers Guide

Table Of Contents
Privileges: [[<comma_separated_list_of_privileges_names >] // ex.
[DEVICE_UPDATE]
}
Example
response body
List of groups on which the user the specified privilege.
GroupService_/api/Groups/Devices(arg1)
This method returns the list of devices within a group.
GET method for GroupService/Groups/Devices(arg1)
This method returns the list of devices within a group.
Description Returns devices in a group.
Privilege VIEW
HTTP response
codes
200
Example
response body
"{
""@odata.context"": ""/api/
$metadata#Collection(DeviceService.Device)"",
""@odata.count"": 91,
""value"": [
{
""@odata.type"": ""#DeviceService.Device"",
""@odata.id"": ""/api/DeviceService/Devices(10078)"",
""Id"": 10078,
""Type"": 1000,
""Identifier"": null,
""DeviceServiceTag"": null,
""ChassisServiceTag"": ""0064"",
""Model"": ""unknown"",
""PowerState"": 18,
""ManagedState"": 3000,
""Status"": 1000,
""ConnectionState"": true,
""AssetTag"": null,
""SystemId"": 0,
""DeviceName"": ""10.35.0.43"",
""LastInventoryTime"": ""2021-07-13 05:01:10.705"",
""LastStatusTime"": ""2021-07-13 10:00:06.051"",
""DeviceSubscription"": null,
""DeviceCapabilities"": [
1,
2,
3,
4,
5,
6,
7,
8,
9,
11,
12,
1101,
13,
1102,
14,
416
Groups