GET api/v1/measurement/reportInfo/{reportName}?siteService={siteService}

Retrieves information about the report command associated with the specified report name retrieved from the connected FMS service.

CygNet Access Requirements

    CygNet ACS security: BRDGAPI ACCESS 1

    CygNet Bridge API license type: Base

Request Information

URI Parameters

NameDescriptionTypeAdditional information
reportName

Name of report

string

Required

siteService

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

string

Required

Body Parameters

None

Response Information

Resource Description

Returns information about the report.

NameDescriptionTypeAdditional information
reportName

Name of Report

string

None

reportType

Report Type

string

None

hasUnitSet

Value indicating whether or not the command has an associated unit set

boolean

None

nodeResolutionCategory

Node resolution category

NodeResolutionCategory

None

Response Formats

application/json, text/json

Sample:
{
  "reportName": "GasReport",
  "reportType": "",
  "hasUnitSet": true,
  "nodeResolutionCategory": "GasDevice"
}