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": "d26b9060-85e6-4a66-9125-d130e9e6f874",
    "tenantId": "3c6c4256-b1b4-44cf-9997-1c124522249b",
    "userId": "4cd13684-7715-4432-9f9f-9b0b8532062c",
    "userGroupId": "885b49f0-dd93-4df3-9f2f-e0daf3c8efe0",
    "deviceId": "14255d7e-5a41-498b-898a-f2f8f0dff642",
    "deviceGroupId": "2492ef1c-c9c6-4933-9a53-9211ccc05d44",
    "applicationId": "edaa18cb-40a3-46f0-ab9e-287a9bfef058",
    "applicationVersionId": "5d9a4b59-75e8-4e96-8eeb-fae3258353a4",
    "nodeId": "b46e17ac-c80c-49e5-b9f1-6099925ba2e4",
    "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-04-01T21:56:58.846146+00:00",
    "updatedDateUtc": "2026-04-01T21:56:58.846146+00:00"
  },
  {
    "nodeRouteId": "d26b9060-85e6-4a66-9125-d130e9e6f874",
    "tenantId": "3c6c4256-b1b4-44cf-9997-1c124522249b",
    "userId": "4cd13684-7715-4432-9f9f-9b0b8532062c",
    "userGroupId": "885b49f0-dd93-4df3-9f2f-e0daf3c8efe0",
    "deviceId": "14255d7e-5a41-498b-898a-f2f8f0dff642",
    "deviceGroupId": "2492ef1c-c9c6-4933-9a53-9211ccc05d44",
    "applicationId": "edaa18cb-40a3-46f0-ab9e-287a9bfef058",
    "applicationVersionId": "5d9a4b59-75e8-4e96-8eeb-fae3258353a4",
    "nodeId": "b46e17ac-c80c-49e5-b9f1-6099925ba2e4",
    "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-04-01T21:56:58.846146+00:00",
    "updatedDateUtc": "2026-04-01T21:56:58.846146+00:00"
  },
  {
    "nodeRouteId": "d26b9060-85e6-4a66-9125-d130e9e6f874",
    "tenantId": "3c6c4256-b1b4-44cf-9997-1c124522249b",
    "userId": "4cd13684-7715-4432-9f9f-9b0b8532062c",
    "userGroupId": "885b49f0-dd93-4df3-9f2f-e0daf3c8efe0",
    "deviceId": "14255d7e-5a41-498b-898a-f2f8f0dff642",
    "deviceGroupId": "2492ef1c-c9c6-4933-9a53-9211ccc05d44",
    "applicationId": "edaa18cb-40a3-46f0-ab9e-287a9bfef058",
    "applicationVersionId": "5d9a4b59-75e8-4e96-8eeb-fae3258353a4",
    "nodeId": "b46e17ac-c80c-49e5-b9f1-6099925ba2e4",
    "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-04-01T21:56:58.846146+00:00",
    "updatedDateUtc": "2026-04-01T21:56:58.846146+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-04-01T21:56:58.846146+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-01T21:56:58.846146+00:00</UpdatedDateUtc>
    <ApplicationId>edaa18cb-40a3-46f0-ab9e-287a9bfef058</ApplicationId>
    <ApplicationVersionId>5d9a4b59-75e8-4e96-8eeb-fae3258353a4</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>2492ef1c-c9c6-4933-9a53-9211ccc05d44</DeviceGroupId>
    <DeviceId>14255d7e-5a41-498b-898a-f2f8f0dff642</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>b46e17ac-c80c-49e5-b9f1-6099925ba2e4</NodeId>
    <NodeRouteId>d26b9060-85e6-4a66-9125-d130e9e6f874</NodeRouteId>
    <TenantId>3c6c4256-b1b4-44cf-9997-1c124522249b</TenantId>
    <UserGroupId>885b49f0-dd93-4df3-9f2f-e0daf3c8efe0</UserGroupId>
    <UserId>4cd13684-7715-4432-9f9f-9b0b8532062c</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-04-01T21:56:58.846146+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-01T21:56:58.846146+00:00</UpdatedDateUtc>
    <ApplicationId>edaa18cb-40a3-46f0-ab9e-287a9bfef058</ApplicationId>
    <ApplicationVersionId>5d9a4b59-75e8-4e96-8eeb-fae3258353a4</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>2492ef1c-c9c6-4933-9a53-9211ccc05d44</DeviceGroupId>
    <DeviceId>14255d7e-5a41-498b-898a-f2f8f0dff642</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>b46e17ac-c80c-49e5-b9f1-6099925ba2e4</NodeId>
    <NodeRouteId>d26b9060-85e6-4a66-9125-d130e9e6f874</NodeRouteId>
    <TenantId>3c6c4256-b1b4-44cf-9997-1c124522249b</TenantId>
    <UserGroupId>885b49f0-dd93-4df3-9f2f-e0daf3c8efe0</UserGroupId>
    <UserId>4cd13684-7715-4432-9f9f-9b0b8532062c</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-04-01T21:56:58.846146+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-01T21:56:58.846146+00:00</UpdatedDateUtc>
    <ApplicationId>edaa18cb-40a3-46f0-ab9e-287a9bfef058</ApplicationId>
    <ApplicationVersionId>5d9a4b59-75e8-4e96-8eeb-fae3258353a4</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>2492ef1c-c9c6-4933-9a53-9211ccc05d44</DeviceGroupId>
    <DeviceId>14255d7e-5a41-498b-898a-f2f8f0dff642</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>b46e17ac-c80c-49e5-b9f1-6099925ba2e4</NodeId>
    <NodeRouteId>d26b9060-85e6-4a66-9125-d130e9e6f874</NodeRouteId>
    <TenantId>3c6c4256-b1b4-44cf-9997-1c124522249b</TenantId>
    <UserGroupId>885b49f0-dd93-4df3-9f2f-e0daf3c8efe0</UserGroupId>
    <UserId>4cd13684-7715-4432-9f9f-9b0b8532062c</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>