Cyan Web API - Version 1


GET api/nodeRoutes?{nodeId}

            Gets all of the NodeRoutes for a Node
            

Request Information

Parameters

NameDescriptionAdditional information
nodeId

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "nodeRouteId": "68b04c43-43aa-4ecd-b3d1-f0628678ee06",
    "tenantId": "ac3a1090-bdc0-4192-a21c-79782ee04db8",
    "userId": "994492de-a2d3-4878-8f12-86856336432e",
    "userGroupId": "8664d718-6d00-4a5b-a586-5b8d3a5010c5",
    "deviceId": "37db4ea1-c432-4119-a3bc-d75d23cd1317",
    "deviceGroupId": "7393b269-3a4f-4b3a-9a4e-29673cc2d336",
    "applicationId": "0c8584f5-5277-413e-b69c-a8d888c1c058",
    "applicationVersionId": "cc73dd51-055a-4e9e-a7b2-a4480dc68028",
    "nodeId": "666906f3-fed4-4010-9b94-452626462d4b",
    "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-08-02T05:56:40.1323231+00:00",
    "updatedDateUtc": "2026-08-02T05:56:40.1323231+00:00"
  },
  {
    "nodeRouteId": "68b04c43-43aa-4ecd-b3d1-f0628678ee06",
    "tenantId": "ac3a1090-bdc0-4192-a21c-79782ee04db8",
    "userId": "994492de-a2d3-4878-8f12-86856336432e",
    "userGroupId": "8664d718-6d00-4a5b-a586-5b8d3a5010c5",
    "deviceId": "37db4ea1-c432-4119-a3bc-d75d23cd1317",
    "deviceGroupId": "7393b269-3a4f-4b3a-9a4e-29673cc2d336",
    "applicationId": "0c8584f5-5277-413e-b69c-a8d888c1c058",
    "applicationVersionId": "cc73dd51-055a-4e9e-a7b2-a4480dc68028",
    "nodeId": "666906f3-fed4-4010-9b94-452626462d4b",
    "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-08-02T05:56:40.1323231+00:00",
    "updatedDateUtc": "2026-08-02T05:56:40.1323231+00:00"
  },
  {
    "nodeRouteId": "68b04c43-43aa-4ecd-b3d1-f0628678ee06",
    "tenantId": "ac3a1090-bdc0-4192-a21c-79782ee04db8",
    "userId": "994492de-a2d3-4878-8f12-86856336432e",
    "userGroupId": "8664d718-6d00-4a5b-a586-5b8d3a5010c5",
    "deviceId": "37db4ea1-c432-4119-a3bc-d75d23cd1317",
    "deviceGroupId": "7393b269-3a4f-4b3a-9a4e-29673cc2d336",
    "applicationId": "0c8584f5-5277-413e-b69c-a8d888c1c058",
    "applicationVersionId": "cc73dd51-055a-4e9e-a7b2-a4480dc68028",
    "nodeId": "666906f3-fed4-4010-9b94-452626462d4b",
    "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-08-02T05:56:40.1323231+00:00",
    "updatedDateUtc": "2026-08-02T05:56:40.1323231+00:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfNodeRouteRepresentation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Rest.Version1">
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-08-02T05:56:40.1323231+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-02T05:56:40.1323231+00:00</UpdatedDateUtc>
    <ApplicationId>0c8584f5-5277-413e-b69c-a8d888c1c058</ApplicationId>
    <ApplicationVersionId>cc73dd51-055a-4e9e-a7b2-a4480dc68028</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>7393b269-3a4f-4b3a-9a4e-29673cc2d336</DeviceGroupId>
    <DeviceId>37db4ea1-c432-4119-a3bc-d75d23cd1317</DeviceId>
    <IgnoreNodeIdsInRouting xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
      <d3p1:string>sample string 3</d3p1:string>
    </IgnoreNodeIdsInRouting>
    <Name>sample string 4</Name>
    <NodeCyanId>6</NodeCyanId>
    <NodeId>666906f3-fed4-4010-9b94-452626462d4b</NodeId>
    <NodeRouteId>68b04c43-43aa-4ecd-b3d1-f0628678ee06</NodeRouteId>
    <TenantId>ac3a1090-bdc0-4192-a21c-79782ee04db8</TenantId>
    <UserGroupId>8664d718-6d00-4a5b-a586-5b8d3a5010c5</UserGroupId>
    <UserId>994492de-a2d3-4878-8f12-86856336432e</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-08-02T05:56:40.1323231+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-02T05:56:40.1323231+00:00</UpdatedDateUtc>
    <ApplicationId>0c8584f5-5277-413e-b69c-a8d888c1c058</ApplicationId>
    <ApplicationVersionId>cc73dd51-055a-4e9e-a7b2-a4480dc68028</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>7393b269-3a4f-4b3a-9a4e-29673cc2d336</DeviceGroupId>
    <DeviceId>37db4ea1-c432-4119-a3bc-d75d23cd1317</DeviceId>
    <IgnoreNodeIdsInRouting xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
      <d3p1:string>sample string 3</d3p1:string>
    </IgnoreNodeIdsInRouting>
    <Name>sample string 4</Name>
    <NodeCyanId>6</NodeCyanId>
    <NodeId>666906f3-fed4-4010-9b94-452626462d4b</NodeId>
    <NodeRouteId>68b04c43-43aa-4ecd-b3d1-f0628678ee06</NodeRouteId>
    <TenantId>ac3a1090-bdc0-4192-a21c-79782ee04db8</TenantId>
    <UserGroupId>8664d718-6d00-4a5b-a586-5b8d3a5010c5</UserGroupId>
    <UserId>994492de-a2d3-4878-8f12-86856336432e</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-08-02T05:56:40.1323231+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-02T05:56:40.1323231+00:00</UpdatedDateUtc>
    <ApplicationId>0c8584f5-5277-413e-b69c-a8d888c1c058</ApplicationId>
    <ApplicationVersionId>cc73dd51-055a-4e9e-a7b2-a4480dc68028</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>7393b269-3a4f-4b3a-9a4e-29673cc2d336</DeviceGroupId>
    <DeviceId>37db4ea1-c432-4119-a3bc-d75d23cd1317</DeviceId>
    <IgnoreNodeIdsInRouting xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
      <d3p1:string>sample string 3</d3p1:string>
    </IgnoreNodeIdsInRouting>
    <Name>sample string 4</Name>
    <NodeCyanId>6</NodeCyanId>
    <NodeId>666906f3-fed4-4010-9b94-452626462d4b</NodeId>
    <NodeRouteId>68b04c43-43aa-4ecd-b3d1-f0628678ee06</NodeRouteId>
    <TenantId>ac3a1090-bdc0-4192-a21c-79782ee04db8</TenantId>
    <UserGroupId>8664d718-6d00-4a5b-a586-5b8d3a5010c5</UserGroupId>
    <UserId>994492de-a2d3-4878-8f12-86856336432e</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>