Reference Guide

HTTP response
codes
200
Example
Response Body
{
"@odata.context": "$metadata#Collection(GroupService.StatusSummary)",
"@odata.count": 3,
"value": [
{
"StatusType": 4000,
"Count": 26
},
{
"StatusType": 3000,
"Count": 4
},
{
"StatusType": 1000,
"Count": 15
}
]
}
/api/GroupService/Groups(Id)/EventStatusSummary
This URI represents the events status counts.
GET method for EventStatusSummary
This method returns events status counts per status values.
Description
Returns events status counts per status values.
Privilege VIEW
HTTP response
codes
200
Example
Response Body
{
"@odata.context": "$metadata#Collection(GroupService.StatusSummary)",
"@odata.count": 2,
"value": [
{
"StatusType": 16,
"Count": 21
},
{
"StatusType": 8,
"Count": 1
}
]
}
APIs specific to OpenManage Enterprise 577