Gets a NodeRoute by NodeRouteId
| Name | Description | Additional information |
|---|---|---|
| nodeRouteId |
Define this parameter in the request URI. |
{
"nodeRouteId": "d1fa4409-730b-4957-9207-27d309214148",
"tenantId": "ded17a98-6b05-4a78-8603-f0f101527182",
"userId": "b50f4acc-46f0-454a-8b26-5bb83ee156fe",
"userGroupId": "4df800aa-5484-4cff-9cfc-1d0c024dac56",
"deviceId": "418adbba-c0f9-4c12-8636-aaa513d8d30d",
"deviceGroupId": "fc35a006-5fb9-4493-8de2-69a60c7482ae",
"applicationId": "fdbcd79b-533a-4c05-a290-4e016f7d32b4",
"applicationVersionId": "b40005b1-f541-4941-b520-df4a00d7e64f",
"nodeId": "c081ec76-5945-4ccf-a60b-13e14a27e4dd",
"name": "sample string 4",
"description": "sample string 5",
"nodeCyanId": 6,
"cyanId": 7,
"customKey": "sample string 8",
"customValue": "sample string 9",
"applyParentRoutes": true,
"applyToDescendants": true,
"applyToTree": true,
"applyToParents": true,
"applyToSiblings": true,
"applyToSiblingsType": "sample string 15",
"ignoreNodeIdsInRouting": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"createdDateUtc": "2026-09-11T10:34:53.0783547+00:00",
"updatedDateUtc": "2026-09-11T10:34:53.0783547+00:00"
}
<NodeRouteRepresentation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Rest.Version1">
<CreatedDateUtc>2026-09-11T10:34:53.0783547+00:00</CreatedDateUtc>
<UpdatedDateUtc>2026-09-11T10:34:53.0783547+00:00</UpdatedDateUtc>
<ApplicationId>fdbcd79b-533a-4c05-a290-4e016f7d32b4</ApplicationId>
<ApplicationVersionId>b40005b1-f541-4941-b520-df4a00d7e64f</ApplicationVersionId>
<ApplyParentRoutes>true</ApplyParentRoutes>
<ApplyToDescendants>true</ApplyToDescendants>
<ApplyToParents>true</ApplyToParents>
<ApplyToSiblings>true</ApplyToSiblings>
<ApplyToSiblingsType>sample string 15</ApplyToSiblingsType>
<ApplyToTree>true</ApplyToTree>
<CustomKey>sample string 8</CustomKey>
<CustomValue>sample string 9</CustomValue>
<CyanId>7</CyanId>
<Description>sample string 5</Description>
<DeviceGroupId>fc35a006-5fb9-4493-8de2-69a60c7482ae</DeviceGroupId>
<DeviceId>418adbba-c0f9-4c12-8636-aaa513d8d30d</DeviceId>
<IgnoreNodeIdsInRouting xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
<d2p1:string>sample string 3</d2p1:string>
</IgnoreNodeIdsInRouting>
<Name>sample string 4</Name>
<NodeCyanId>6</NodeCyanId>
<NodeId>c081ec76-5945-4ccf-a60b-13e14a27e4dd</NodeId>
<NodeRouteId>d1fa4409-730b-4957-9207-27d309214148</NodeRouteId>
<TenantId>ded17a98-6b05-4a78-8603-f0f101527182</TenantId>
<UserGroupId>4df800aa-5484-4cff-9cfc-1d0c024dac56</UserGroupId>
<UserId>b50f4acc-46f0-454a-8b26-5bb83ee156fe</UserId>
</NodeRouteRepresentation>