GET api/v1/points/{pointTag}/questionableflag
Retrieves the value of the Questionable Flag for the provided point
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 |
CygNet point tag |
string |
Required |
Body Parameters
None
Response Information
Resource Description
Questionable Flag value for the specified point
| Name | Description | Type | Additional information |
|---|---|---|---|
| flag |
Point questionable flag |
boolean |
None |
Response Formats
application/json, text/json
Sample:
{
"flag": true
}