GET api/v1/points/{pointTag}/comment
Retrieves a point comment
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
Point comment for the specified point
| Name | Description | Type | Additional information |
|---|---|---|---|
| comment |
Point comment |
string |
None |
Response Formats
application/json, text/json
Sample:
{
"comment": "Shiny new comment"
}