GET api/Revolution/Alert/TotalsByType?repDID={repDID}
This will return the total alerts by alert type. This can be used to filter alerts or for general information.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| repDID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of IAlertType| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Description | string |
None. |
|
| Class | string |
None. |
|
| AlertTypeCount | integer |
None. |
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.