GET api/v1/groups/{nodeId}?siteService={siteService}
Retrieves the full record for 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 specified node ID
| Name | Description | Type | Additional information |
|---|---|---|---|
| node |
Group node record |
GroupNodeDTO |
None |
Response Formats
application/json, text/json
Sample:
{
"node": {
"attributes": [
"BRADY_WL",
"WELL",
"",
"Brady Well",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
],
"applications": [
"",
"",
"OWNED BY: FACLOADER",
"",
"",
""
],
"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:44:58.216-07:00",
"updatedTimestamp": "0001-01-01T00:00:00-08:00",
"securityEvent": "",
"isVisible": true,
"autoMaintain": true,
"hasAuxiliaryData": false,
"auxiliaryDataLength": 0,
"updatedUserId": "",
"securityApplication": "",
"referenceId": "BRADY_WL",
"auxiliaryDataCRC": 0,
"referenceService": "UIS",
"referenceSite": "CYGSITE",
"description": "Brady Well",
"referenceType": "CVS_Facility",
"type": "Facility",
"category": "Leaf",
"id": 311,
"hierarchyRoot": 0,
"auxiliaryDataTimestamp": "0001-01-01T16:00:00-08:00"
}
}