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

Retrieves the Node ID for a specified FMS Node name

CygNet Access Requirements

    CygNet ACS security: BRDGAPI ACCESS 1

    CygNet Bridge API license type: Base

Request Information

URI Parameters

NameDescriptionTypeAdditional information
nodeName

The name 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 id for the specified node name

NameDescriptionTypeAdditional information
nodeId

Value of the specified property

integer

None

Response Formats

application/json, text/json

Sample:
{
  "nodeId": 1
}