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": "7c35e468-436f-44b2-aa6b-fc07bdba9337",
    "tenantId": "d0cd7003-e5ba-475e-885f-727135885192",
    "userId": "fecb58ba-e0dc-409c-adea-30ac97aac905",
    "userGroupId": "dd7d366b-47e3-4cb6-b736-0e2bb65b1b68",
    "deviceId": "57ddc82e-270f-4edd-990a-961988a25381",
    "deviceGroupId": "c396c208-ddb0-46a2-88db-858215cf9e33",
    "applicationId": "3544b035-1b2d-4c5f-8699-53d3322526d6",
    "applicationVersionId": "110dedc1-98e3-4290-b3ca-d92405d39fe0",
    "nodeId": "5e72c18d-38b4-4a54-8d28-98384436bff9",
    "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-09-10T18:21:37.7543459+00:00",
    "updatedDateUtc": "2026-09-10T18:21:37.7543459+00:00"
  },
  {
    "nodeRouteId": "7c35e468-436f-44b2-aa6b-fc07bdba9337",
    "tenantId": "d0cd7003-e5ba-475e-885f-727135885192",
    "userId": "fecb58ba-e0dc-409c-adea-30ac97aac905",
    "userGroupId": "dd7d366b-47e3-4cb6-b736-0e2bb65b1b68",
    "deviceId": "57ddc82e-270f-4edd-990a-961988a25381",
    "deviceGroupId": "c396c208-ddb0-46a2-88db-858215cf9e33",
    "applicationId": "3544b035-1b2d-4c5f-8699-53d3322526d6",
    "applicationVersionId": "110dedc1-98e3-4290-b3ca-d92405d39fe0",
    "nodeId": "5e72c18d-38b4-4a54-8d28-98384436bff9",
    "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-09-10T18:21:37.7543459+00:00",
    "updatedDateUtc": "2026-09-10T18:21:37.7543459+00:00"
  },
  {
    "nodeRouteId": "7c35e468-436f-44b2-aa6b-fc07bdba9337",
    "tenantId": "d0cd7003-e5ba-475e-885f-727135885192",
    "userId": "fecb58ba-e0dc-409c-adea-30ac97aac905",
    "userGroupId": "dd7d366b-47e3-4cb6-b736-0e2bb65b1b68",
    "deviceId": "57ddc82e-270f-4edd-990a-961988a25381",
    "deviceGroupId": "c396c208-ddb0-46a2-88db-858215cf9e33",
    "applicationId": "3544b035-1b2d-4c5f-8699-53d3322526d6",
    "applicationVersionId": "110dedc1-98e3-4290-b3ca-d92405d39fe0",
    "nodeId": "5e72c18d-38b4-4a54-8d28-98384436bff9",
    "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-09-10T18:21:37.7543459+00:00",
    "updatedDateUtc": "2026-09-10T18:21:37.7543459+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-09-10T18:21:37.7543459+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-09-10T18:21:37.7543459+00:00</UpdatedDateUtc>
    <ApplicationId>3544b035-1b2d-4c5f-8699-53d3322526d6</ApplicationId>
    <ApplicationVersionId>110dedc1-98e3-4290-b3ca-d92405d39fe0</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>c396c208-ddb0-46a2-88db-858215cf9e33</DeviceGroupId>
    <DeviceId>57ddc82e-270f-4edd-990a-961988a25381</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>5e72c18d-38b4-4a54-8d28-98384436bff9</NodeId>
    <NodeRouteId>7c35e468-436f-44b2-aa6b-fc07bdba9337</NodeRouteId>
    <TenantId>d0cd7003-e5ba-475e-885f-727135885192</TenantId>
    <UserGroupId>dd7d366b-47e3-4cb6-b736-0e2bb65b1b68</UserGroupId>
    <UserId>fecb58ba-e0dc-409c-adea-30ac97aac905</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-09-10T18:21:37.7543459+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-09-10T18:21:37.7543459+00:00</UpdatedDateUtc>
    <ApplicationId>3544b035-1b2d-4c5f-8699-53d3322526d6</ApplicationId>
    <ApplicationVersionId>110dedc1-98e3-4290-b3ca-d92405d39fe0</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>c396c208-ddb0-46a2-88db-858215cf9e33</DeviceGroupId>
    <DeviceId>57ddc82e-270f-4edd-990a-961988a25381</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>5e72c18d-38b4-4a54-8d28-98384436bff9</NodeId>
    <NodeRouteId>7c35e468-436f-44b2-aa6b-fc07bdba9337</NodeRouteId>
    <TenantId>d0cd7003-e5ba-475e-885f-727135885192</TenantId>
    <UserGroupId>dd7d366b-47e3-4cb6-b736-0e2bb65b1b68</UserGroupId>
    <UserId>fecb58ba-e0dc-409c-adea-30ac97aac905</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-09-10T18:21:37.7543459+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-09-10T18:21:37.7543459+00:00</UpdatedDateUtc>
    <ApplicationId>3544b035-1b2d-4c5f-8699-53d3322526d6</ApplicationId>
    <ApplicationVersionId>110dedc1-98e3-4290-b3ca-d92405d39fe0</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>c396c208-ddb0-46a2-88db-858215cf9e33</DeviceGroupId>
    <DeviceId>57ddc82e-270f-4edd-990a-961988a25381</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>5e72c18d-38b4-4a54-8d28-98384436bff9</NodeId>
    <NodeRouteId>7c35e468-436f-44b2-aa6b-fc07bdba9337</NodeRouteId>
    <TenantId>d0cd7003-e5ba-475e-885f-727135885192</TenantId>
    <UserGroupId>dd7d366b-47e3-4cb6-b736-0e2bb65b1b68</UserGroupId>
    <UserId>fecb58ba-e0dc-409c-adea-30ac97aac905</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>