GET api/v1/points/{pointTag}/questionabletimestamp
Retrieves the value of the Questionable Timestamp value 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 Timestamp value for the specified point
| Name | Description | Type | Additional information |
|---|---|---|---|
| timestamp |
Point questionable timestamp |
date |
None |
Response Formats
application/json, text/json
Sample:
{
"timestamp": "2000-01-01T00:00:00"
}