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

NameDescriptionTypeAdditional information
pointTag

CygNet point tag

string

Required

Body Parameters

None

Response Information

Resource Description

Point comment for the specified point

NameDescriptionTypeAdditional information
comment

Point comment

string

None

Response Formats

application/json, text/json

Sample:
{
  "comment": "Shiny new comment"
}