POST api/v1/measurement/allGroups?siteService={siteService}
Retrieves a list of groups
CygNet Access Requirements
CygNet ACS security: BRDGAPI ACCESS 1
CygNet Bridge API license type: Base
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| siteService |
CygNet site and service (Site.Service) of the FMS Service |
string |
Required |
Body Parameters
The option to include/exclude smart groups in the results.
| Name | Description | Type | Additional information |
|---|---|---|---|
| smartGroupInclusion |
The option to include/exclude smart groups in the results. |
SmartGroupInclusion |
Required |
Request Formats
application/json, text/json
Sample:
{
"smartGroupInclusion": "IncludeSmartGroups"
}
Response Information
Resource Description
List of groups
| Name | Description | Type | Additional information |
|---|---|---|---|
| allGroups |
List of all groups |
Collection of string |
None |
Response Formats
application/json, text/json
Sample:
{
"allGroups": [
"New_Station_Group",
"New_General_Group"
]
}