GET api/v1/alarms/points/{pointTag}/canUserClear
Checks if the current user can clear a particular alarm
CygNet Access Requirements
CygNet ACS security: BRDGAPI ACCESS 1
CygNet Bridge API license type: Base
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pointTag |
Alarm point tag |
string |
Required |
Body Parameters
None
Response Information
Resource Description
Whether or not the user can clear the specified alarm
| Name | Description | Type | Additional information |
|---|---|---|---|
| canUserClear |
Whether or not the current user can clear an alarm |
boolean |
None |
Response Formats
application/json, text/json
Sample:
{
"canUserClear": true
}