GET api/v1/measurement/nodeName/{nodeId}?siteService={siteService}

Retrieves the Node name for a specified FMS Node ID

CygNet Access Requirements

    CygNet ACS security: BRDGAPI ACCESS 1

    CygNet Bridge API license type: Base

Request Information

URI Parameters

NameDescriptionTypeAdditional information
nodeId

The node id of the node to retrieve

string

Required

siteService

CygNet site and service (Site.Service) of the FMS Service

string

Required

Body Parameters

None

Response Information

Resource Description

Node name for the specified node id

NameDescriptionTypeAdditional information
nodeName

Value of the specified property

string

None

Response Formats

application/json, text/json

Sample:
{
  "nodeName": "SampleNode"
}