GET api/v1/measurement/generalGroup/{groupName}?siteService={siteService}

Retrieves the specified general group 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
groupName

The name of the general group to retrieve.

string

Required

siteService

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

string

Required

Body Parameters

None

Response Information

Resource Description

Returns the specified general group from the connected FMS service.

NameDescriptionTypeAdditional information
nodeId

Node ID of the group

integer

None

fmsGeneralGroup

Fms general group details

FmsGeneralGroupDTO

None

Response Formats

application/json, text/json

Sample:
{
  "nodeId": 2,
  "fmsGeneralGroup": {
    "beginActiveDate": "2000-01-01T00:00:00",
    "endActiveDate": "3000-12-31T00:00:00",
    "name": "GeneralGroup",
    "description": "New General Group",
    "siteService": "",
    "facilityId": "",
    "sortPriority": 0,
    "securityApp": "",
    "categoryName": "Job",
    "generalUniqueType": "None"
  }
}