API Guide
"Count": 2
},
{
"StatusType": 2000,
"Count": 30
},
{
"StatusType": 1000,
"Count": 12
}
]
}
2.4.3 /api/GroupService/Groups(groupId)/EventStatusSummary
GET
Description
Get Event Status counts per status value
Privilege
VIEW
HTTP Response Codes
200
GET Usage Examples
Input:
Output:
{
"@odata.context": "/api/$metadata#Collection(GroupService.StatusSummary)",
"@odata.count": 2,
"value": [
{
"StatusType": 16,
"Count": 184
},
{
"StatusType": 8,
"Count": 3
}
]
}
2.4.4 /api/GroupService/GroupAudits
GET
Description
Get group and group hierarchy changes
Privilege
VIEW
HTTP Response Codes
200
GET Usage Examples
Input:
Parameter for AuditDateTime – when present, get all changes starting from the time specified
otherwise get all changes (available). Time is in UTC – sample:
?$filter=AuditDateTime eq '2017-11-29 19:17: 54'
Output:
{
"@odata.context": "/api/$metadata#Collection(GroupService.GroupAudit)",
"@odata.count": 36,
"value": [
{
"@odata.id": "/api/GroupService/GroupAudits(61)",
30
OpenManage Enterprise–Specific resource model