Gets a NodeRoute by NodeRouteId
            
        
        | Name | Description | Additional information | 
|---|---|---|
| nodeRouteId | 
                             Define this parameter in the request URI.  | 
            
{
  "nodeRouteId": "8606b659-116c-4514-84be-67fb7358f044",
  "tenantId": "fbe15b8b-0e8e-4c25-93bf-1c10dc1ed30f",
  "userId": "ad9d8481-e53a-4e19-a826-2db0afd4d1be",
  "userGroupId": "4f9d8dac-a47e-44f9-b5d1-02798c2320f7",
  "deviceId": "ef3f3b6b-8643-46f5-820a-c75484aad108",
  "deviceGroupId": "c214cc4a-666d-4679-800e-e8edbe1b6fb1",
  "applicationId": "99544b21-dd40-49d7-a40e-b1c5093c2247",
  "applicationVersionId": "488d1fd2-f47c-4d1c-a962-74e5da28ed81",
  "nodeId": "fc6a0406-503a-46f9-a0e0-1c7ec2e9d898",
  "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": "2025-10-24T05:33:34.5140812+00:00",
  "updatedDateUtc": "2025-10-24T05:33:34.5140812+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>2025-10-24T05:33:34.5140812+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-10-24T05:33:34.5140812+00:00</UpdatedDateUtc>
  <ApplicationId>99544b21-dd40-49d7-a40e-b1c5093c2247</ApplicationId>
  <ApplicationVersionId>488d1fd2-f47c-4d1c-a962-74e5da28ed81</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>c214cc4a-666d-4679-800e-e8edbe1b6fb1</DeviceGroupId>
  <DeviceId>ef3f3b6b-8643-46f5-820a-c75484aad108</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>fc6a0406-503a-46f9-a0e0-1c7ec2e9d898</NodeId>
  <NodeRouteId>8606b659-116c-4514-84be-67fb7358f044</NodeRouteId>
  <TenantId>fbe15b8b-0e8e-4c25-93bf-1c10dc1ed30f</TenantId>
  <UserGroupId>4f9d8dac-a47e-44f9-b5d1-02798c2320f7</UserGroupId>
  <UserId>ad9d8481-e53a-4e19-a826-2db0afd4d1be</UserId>
</NodeRouteRepresentation>