GET api/v1/groups/{nodeId}/levelnode?siteService={siteService}
Retrieves the group node record for the first hierarchy level node of a specified group node
CygNet Access Requirements
CygNet ACS security: BRDGAPI ACCESS 1
CygNet Bridge API license type: Base
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| nodeId |
Group node ID |
string |
Required |
| siteService |
CygNet site and service (Site.Service) of the Group Service (GRP) |
string |
Required |
Body Parameters
None
Response Information
Resource Description
Group node record for the first hierarchy level node of the specified node ID
| Name | Description | Type | Additional information |
|---|---|---|---|
| node |
Group node record |
GroupNodeDTO |
None |
Response Formats
application/json, text/json
Sample:
{
"node": {
"attributes": [
"07",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
],
"applications": [
"",
"",
"",
"",
"",
"PTL,RPT,RPTH,TRD"
],
"yesNoFields": [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"createdUserId": "DOMAIN\\user.name",
"createdTimestamp": "2018-08-07T11:34:11.295-07:00",
"updatedTimestamp": "2012-03-29T07:14:12.849-07:00",
"securityEvent": "",
"isVisible": true,
"autoMaintain": false,
"hasAuxiliaryData": true,
"auxiliaryDataLength": 260,
"updatedUserId": "DOMAIN\\user.name",
"securityApplication": "",
"referenceId": "",
"auxiliaryDataCRC": 46001,
"referenceService": "",
"referenceSite": "",
"description": "Facilities",
"referenceType": "None",
"type": "HierarchyDefinition",
"category": "Admin",
"id": 14,
"hierarchyRoot": 0,
"auxiliaryDataTimestamp": "2012-03-29T07:14:12.849-07:00"
}
}