GET api/v1/alarms/points/{pointTag}/canUserAcknowledge

Checks if the current user can acknowledge a particular alarm

CygNet Access Requirements

    CygNet ACS security: BRDGAPI ACCESS 1

    CygNet Bridge API license type: Base

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pointTag

Alarm point tag

string

Required

Body Parameters

None

Response Information

Resource Description

Whether or not the user can acknowledge the specified alarm

NameDescriptionTypeAdditional information
canUserAcknowledge

Whether or not the current user can acknowledge an alarm

boolean

None

Response Formats

application/json, text/json

Sample:
{
  "canUserAcknowledge": true
}