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": "8255fcf6-9aa4-4114-9fe0-b3b4de3bc9e5",
    "tenantId": "4555c442-a5f0-4851-b5b1-7dfaa3a7621d",
    "userId": "cc15ef2f-fedf-4d2c-aef0-9010fca78400",
    "userGroupId": "4052c380-d5ea-4c14-a716-9e4e84243caa",
    "deviceId": "ef98faca-b505-486d-b5b6-51d4e9b89cd2",
    "deviceGroupId": "d4f6f263-26b9-48ff-a955-153473f0faa0",
    "applicationId": "86c26957-d1d4-416d-a427-1d5fd665d885",
    "applicationVersionId": "ad9a8c0a-807a-4e42-b7e4-dfde44632de9",
    "nodeId": "be3d8f17-33a7-4d4f-a390-3c62fc750c53",
    "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-14T22:54:17.6730572+00:00",
    "updatedDateUtc": "2026-02-14T22:54:17.6730572+00:00"
  },
  {
    "nodeRouteId": "8255fcf6-9aa4-4114-9fe0-b3b4de3bc9e5",
    "tenantId": "4555c442-a5f0-4851-b5b1-7dfaa3a7621d",
    "userId": "cc15ef2f-fedf-4d2c-aef0-9010fca78400",
    "userGroupId": "4052c380-d5ea-4c14-a716-9e4e84243caa",
    "deviceId": "ef98faca-b505-486d-b5b6-51d4e9b89cd2",
    "deviceGroupId": "d4f6f263-26b9-48ff-a955-153473f0faa0",
    "applicationId": "86c26957-d1d4-416d-a427-1d5fd665d885",
    "applicationVersionId": "ad9a8c0a-807a-4e42-b7e4-dfde44632de9",
    "nodeId": "be3d8f17-33a7-4d4f-a390-3c62fc750c53",
    "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-14T22:54:17.6730572+00:00",
    "updatedDateUtc": "2026-02-14T22:54:17.6730572+00:00"
  },
  {
    "nodeRouteId": "8255fcf6-9aa4-4114-9fe0-b3b4de3bc9e5",
    "tenantId": "4555c442-a5f0-4851-b5b1-7dfaa3a7621d",
    "userId": "cc15ef2f-fedf-4d2c-aef0-9010fca78400",
    "userGroupId": "4052c380-d5ea-4c14-a716-9e4e84243caa",
    "deviceId": "ef98faca-b505-486d-b5b6-51d4e9b89cd2",
    "deviceGroupId": "d4f6f263-26b9-48ff-a955-153473f0faa0",
    "applicationId": "86c26957-d1d4-416d-a427-1d5fd665d885",
    "applicationVersionId": "ad9a8c0a-807a-4e42-b7e4-dfde44632de9",
    "nodeId": "be3d8f17-33a7-4d4f-a390-3c62fc750c53",
    "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-14T22:54:17.6730572+00:00",
    "updatedDateUtc": "2026-02-14T22:54:17.6730572+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-14T22:54:17.6730572+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-14T22:54:17.6730572+00:00</UpdatedDateUtc>
    <ApplicationId>86c26957-d1d4-416d-a427-1d5fd665d885</ApplicationId>
    <ApplicationVersionId>ad9a8c0a-807a-4e42-b7e4-dfde44632de9</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>d4f6f263-26b9-48ff-a955-153473f0faa0</DeviceGroupId>
    <DeviceId>ef98faca-b505-486d-b5b6-51d4e9b89cd2</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>be3d8f17-33a7-4d4f-a390-3c62fc750c53</NodeId>
    <NodeRouteId>8255fcf6-9aa4-4114-9fe0-b3b4de3bc9e5</NodeRouteId>
    <TenantId>4555c442-a5f0-4851-b5b1-7dfaa3a7621d</TenantId>
    <UserGroupId>4052c380-d5ea-4c14-a716-9e4e84243caa</UserGroupId>
    <UserId>cc15ef2f-fedf-4d2c-aef0-9010fca78400</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-02-14T22:54:17.6730572+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-14T22:54:17.6730572+00:00</UpdatedDateUtc>
    <ApplicationId>86c26957-d1d4-416d-a427-1d5fd665d885</ApplicationId>
    <ApplicationVersionId>ad9a8c0a-807a-4e42-b7e4-dfde44632de9</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>d4f6f263-26b9-48ff-a955-153473f0faa0</DeviceGroupId>
    <DeviceId>ef98faca-b505-486d-b5b6-51d4e9b89cd2</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>be3d8f17-33a7-4d4f-a390-3c62fc750c53</NodeId>
    <NodeRouteId>8255fcf6-9aa4-4114-9fe0-b3b4de3bc9e5</NodeRouteId>
    <TenantId>4555c442-a5f0-4851-b5b1-7dfaa3a7621d</TenantId>
    <UserGroupId>4052c380-d5ea-4c14-a716-9e4e84243caa</UserGroupId>
    <UserId>cc15ef2f-fedf-4d2c-aef0-9010fca78400</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-02-14T22:54:17.6730572+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-14T22:54:17.6730572+00:00</UpdatedDateUtc>
    <ApplicationId>86c26957-d1d4-416d-a427-1d5fd665d885</ApplicationId>
    <ApplicationVersionId>ad9a8c0a-807a-4e42-b7e4-dfde44632de9</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>d4f6f263-26b9-48ff-a955-153473f0faa0</DeviceGroupId>
    <DeviceId>ef98faca-b505-486d-b5b6-51d4e9b89cd2</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>be3d8f17-33a7-4d4f-a390-3c62fc750c53</NodeId>
    <NodeRouteId>8255fcf6-9aa4-4114-9fe0-b3b4de3bc9e5</NodeRouteId>
    <TenantId>4555c442-a5f0-4851-b5b1-7dfaa3a7621d</TenantId>
    <UserGroupId>4052c380-d5ea-4c14-a716-9e4e84243caa</UserGroupId>
    <UserId>cc15ef2f-fedf-4d2c-aef0-9010fca78400</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>