GET api/v1/groups/{nodeId}/properties?siteService={siteService}&property={property}

Retrieves a group property

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 Group Service (GRP)

string

Required

nodeId

Group node ID

string

Required

property

Name of the Group Property enumeration to request a value for

GroupProperty

Required

Body Parameters

None

Response Information

Resource Description

NameDescriptionTypeAdditional information
value

Value for the requested property

string

None

Response Formats

application/json, text/json

Sample:
{
  "value": "Navigation Hierarchy"
}