POST api/v1/measurement/groupsList?siteService={siteService}

Retrieves a list of group nodes

CygNet Access Requirements

    CygNet ACS security: BRDGAPI ACCESS 1

    CygNet Bridge API license type: Base

Request Information

URI Parameters

NameDescriptionTypeAdditional information
siteService

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

string

Required

Body Parameters

The request to get group Nodes of the specified type.

NameDescriptionTypeAdditional information
groupType

The group Node type to return

GroupType

Required

smartGroupInclusion

The option to include/exclude smart groups in the results.

SmartGroupInclusion

Required

Request Formats

application/json, text/json

Sample:
{
  "groupType": "General",
  "smartGroupInclusion": "IncludeSmartGroups"
}

Response Information

Resource Description

List of groups

NameDescriptionTypeAdditional information
groups

List of all groups

Collection of string

None

Response Formats

application/json, text/json

Sample:
{
  "groups": [
    "New_Station_Group",
    "New_General_Group"
  ]
}