Cyan Web API - Version 1


GET api/nodeRoutes/{nodeRouteId}

            Gets a NodeRoute by NodeRouteId
            

Request Information

Parameters

NameDescriptionAdditional information
nodeRouteId

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "nodeRouteId": "f55821df-6499-4975-a1f7-7f083c382126",
  "tenantId": "143ae0f7-601f-4e06-86d4-a753ea9f3163",
  "userId": "efefdab8-c89c-472d-bf71-408f130fb370",
  "userGroupId": "abbe2deb-7481-42ae-80c3-a72fb3656016",
  "deviceId": "dd95d39f-c367-47f5-918a-fb7b8cf95e25",
  "deviceGroupId": "5f807962-228a-4129-847a-b9f9ece36e96",
  "applicationId": "ad4ccd27-298b-4f14-95db-626e23b11336",
  "applicationVersionId": "baebcb2c-8203-4cc5-a719-bf7afa351325",
  "nodeId": "006f32c0-5d8d-44dd-90f9-ac5dd5b9414b",
  "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-12-14T16:02:11.2508954+00:00",
  "updatedDateUtc": "2025-12-14T16:02:11.2508954+00:00"
}

application/xml, text/xml

Sample:
<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-12-14T16:02:11.2508954+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-12-14T16:02:11.2508954+00:00</UpdatedDateUtc>
  <ApplicationId>ad4ccd27-298b-4f14-95db-626e23b11336</ApplicationId>
  <ApplicationVersionId>baebcb2c-8203-4cc5-a719-bf7afa351325</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>5f807962-228a-4129-847a-b9f9ece36e96</DeviceGroupId>
  <DeviceId>dd95d39f-c367-47f5-918a-fb7b8cf95e25</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>006f32c0-5d8d-44dd-90f9-ac5dd5b9414b</NodeId>
  <NodeRouteId>f55821df-6499-4975-a1f7-7f083c382126</NodeRouteId>
  <TenantId>143ae0f7-601f-4e06-86d4-a753ea9f3163</TenantId>
  <UserGroupId>abbe2deb-7481-42ae-80c3-a72fb3656016</UserGroupId>
  <UserId>efefdab8-c89c-472d-bf71-408f130fb370</UserId>
</NodeRouteRepresentation>