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": "3d3e70a8-4fe5-4d57-961a-f1191d11fd43",
    "tenantId": "288d8eda-166f-47ed-acd8-aadf84b39e79",
    "userId": "ffa69a5a-cdea-4af0-a00a-a5878a01535d",
    "userGroupId": "7614dcfb-66c2-4974-8b47-1ca6e3801389",
    "deviceId": "d1bc0994-2d14-4279-8689-796491fc6e12",
    "deviceGroupId": "67250e80-6737-4650-b3d6-6d00077e0325",
    "applicationId": "50360f32-3eaa-4e17-a0f8-ddcaabc7cf07",
    "applicationVersionId": "a32e95a8-23c7-4c08-be91-735cdefee858",
    "nodeId": "32aef9db-171a-4c86-8051-5490f2f2bc33",
    "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-02-09T07:26:54.1956619+00:00",
    "updatedDateUtc": "2026-02-09T07:26:54.1956619+00:00"
  },
  {
    "nodeRouteId": "3d3e70a8-4fe5-4d57-961a-f1191d11fd43",
    "tenantId": "288d8eda-166f-47ed-acd8-aadf84b39e79",
    "userId": "ffa69a5a-cdea-4af0-a00a-a5878a01535d",
    "userGroupId": "7614dcfb-66c2-4974-8b47-1ca6e3801389",
    "deviceId": "d1bc0994-2d14-4279-8689-796491fc6e12",
    "deviceGroupId": "67250e80-6737-4650-b3d6-6d00077e0325",
    "applicationId": "50360f32-3eaa-4e17-a0f8-ddcaabc7cf07",
    "applicationVersionId": "a32e95a8-23c7-4c08-be91-735cdefee858",
    "nodeId": "32aef9db-171a-4c86-8051-5490f2f2bc33",
    "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-02-09T07:26:54.1956619+00:00",
    "updatedDateUtc": "2026-02-09T07:26:54.1956619+00:00"
  },
  {
    "nodeRouteId": "3d3e70a8-4fe5-4d57-961a-f1191d11fd43",
    "tenantId": "288d8eda-166f-47ed-acd8-aadf84b39e79",
    "userId": "ffa69a5a-cdea-4af0-a00a-a5878a01535d",
    "userGroupId": "7614dcfb-66c2-4974-8b47-1ca6e3801389",
    "deviceId": "d1bc0994-2d14-4279-8689-796491fc6e12",
    "deviceGroupId": "67250e80-6737-4650-b3d6-6d00077e0325",
    "applicationId": "50360f32-3eaa-4e17-a0f8-ddcaabc7cf07",
    "applicationVersionId": "a32e95a8-23c7-4c08-be91-735cdefee858",
    "nodeId": "32aef9db-171a-4c86-8051-5490f2f2bc33",
    "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-02-09T07:26:54.1956619+00:00",
    "updatedDateUtc": "2026-02-09T07:26:54.1956619+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-02-09T07:26:54.1956619+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-09T07:26:54.1956619+00:00</UpdatedDateUtc>
    <ApplicationId>50360f32-3eaa-4e17-a0f8-ddcaabc7cf07</ApplicationId>
    <ApplicationVersionId>a32e95a8-23c7-4c08-be91-735cdefee858</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>67250e80-6737-4650-b3d6-6d00077e0325</DeviceGroupId>
    <DeviceId>d1bc0994-2d14-4279-8689-796491fc6e12</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>32aef9db-171a-4c86-8051-5490f2f2bc33</NodeId>
    <NodeRouteId>3d3e70a8-4fe5-4d57-961a-f1191d11fd43</NodeRouteId>
    <TenantId>288d8eda-166f-47ed-acd8-aadf84b39e79</TenantId>
    <UserGroupId>7614dcfb-66c2-4974-8b47-1ca6e3801389</UserGroupId>
    <UserId>ffa69a5a-cdea-4af0-a00a-a5878a01535d</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-02-09T07:26:54.1956619+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-09T07:26:54.1956619+00:00</UpdatedDateUtc>
    <ApplicationId>50360f32-3eaa-4e17-a0f8-ddcaabc7cf07</ApplicationId>
    <ApplicationVersionId>a32e95a8-23c7-4c08-be91-735cdefee858</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>67250e80-6737-4650-b3d6-6d00077e0325</DeviceGroupId>
    <DeviceId>d1bc0994-2d14-4279-8689-796491fc6e12</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>32aef9db-171a-4c86-8051-5490f2f2bc33</NodeId>
    <NodeRouteId>3d3e70a8-4fe5-4d57-961a-f1191d11fd43</NodeRouteId>
    <TenantId>288d8eda-166f-47ed-acd8-aadf84b39e79</TenantId>
    <UserGroupId>7614dcfb-66c2-4974-8b47-1ca6e3801389</UserGroupId>
    <UserId>ffa69a5a-cdea-4af0-a00a-a5878a01535d</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-02-09T07:26:54.1956619+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-09T07:26:54.1956619+00:00</UpdatedDateUtc>
    <ApplicationId>50360f32-3eaa-4e17-a0f8-ddcaabc7cf07</ApplicationId>
    <ApplicationVersionId>a32e95a8-23c7-4c08-be91-735cdefee858</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>67250e80-6737-4650-b3d6-6d00077e0325</DeviceGroupId>
    <DeviceId>d1bc0994-2d14-4279-8689-796491fc6e12</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>32aef9db-171a-4c86-8051-5490f2f2bc33</NodeId>
    <NodeRouteId>3d3e70a8-4fe5-4d57-961a-f1191d11fd43</NodeRouteId>
    <TenantId>288d8eda-166f-47ed-acd8-aadf84b39e79</TenantId>
    <UserGroupId>7614dcfb-66c2-4974-8b47-1ca6e3801389</UserGroupId>
    <UserId>ffa69a5a-cdea-4af0-a00a-a5878a01535d</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>