Gets a NodeRoute by NodeRouteId
| Name | Description | Additional information |
|---|---|---|
| nodeRouteId |
Define this parameter in the request URI. |
{
"nodeRouteId": "d816f70e-841f-46d9-b9a0-4630e0b65054",
"tenantId": "fe361454-cd9b-4cdd-883d-a6c10ebb42af",
"userId": "13458a6f-259e-49c3-bc2f-9914ad868806",
"userGroupId": "62ba0530-d06a-4834-8349-2041134b987a",
"deviceId": "0bacec8b-4716-426f-b121-053d1a4d09bf",
"deviceGroupId": "fd03e1ab-16ee-4f3a-a22c-6414233e96d6",
"applicationId": "01489d2a-c789-42f0-a3ea-3dde9476aff9",
"applicationVersionId": "ad19fd5e-6b74-4e05-970c-3512d260760e",
"nodeId": "df611a23-fbdb-4fc2-aa43-70bb5be220fb",
"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-05-10T05:19:03.1124663+00:00",
"updatedDateUtc": "2026-05-10T05:19:03.1124663+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-05-10T05:19:03.1124663+00:00</CreatedDateUtc>
<UpdatedDateUtc>2026-05-10T05:19:03.1124663+00:00</UpdatedDateUtc>
<ApplicationId>01489d2a-c789-42f0-a3ea-3dde9476aff9</ApplicationId>
<ApplicationVersionId>ad19fd5e-6b74-4e05-970c-3512d260760e</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>fd03e1ab-16ee-4f3a-a22c-6414233e96d6</DeviceGroupId>
<DeviceId>0bacec8b-4716-426f-b121-053d1a4d09bf</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>df611a23-fbdb-4fc2-aa43-70bb5be220fb</NodeId>
<NodeRouteId>d816f70e-841f-46d9-b9a0-4630e0b65054</NodeRouteId>
<TenantId>fe361454-cd9b-4cdd-883d-a6c10ebb42af</TenantId>
<UserGroupId>62ba0530-d06a-4834-8349-2041134b987a</UserGroupId>
<UserId>13458a6f-259e-49c3-bc2f-9914ad868806</UserId>
</NodeRouteRepresentation>