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": "11f6b0f4-40ab-43f9-ac5d-091d7308b496",
    "tenantId": "9422e273-03ea-4430-a2f5-3fa94946132d",
    "userId": "ce0c9260-89e9-4bfa-8c20-b0aa0420eaa4",
    "userGroupId": "ce1f8d91-af9a-40cf-9b6a-c7c5e126246c",
    "deviceId": "d130183b-9cbb-4021-9c0c-4453aefc0366",
    "deviceGroupId": "88509790-49a7-48e4-83f4-d84b48b7b05c",
    "applicationId": "c2997c24-a528-4c77-8df3-e49ba23e8b0e",
    "applicationVersionId": "da2dd330-3a6a-4abe-8e68-ceee98b923f5",
    "nodeId": "130d7f83-d913-4895-849c-b1860ee038af",
    "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-06-03T22:24:16.9965983+00:00",
    "updatedDateUtc": "2026-06-03T22:24:16.9965983+00:00"
  },
  {
    "nodeRouteId": "11f6b0f4-40ab-43f9-ac5d-091d7308b496",
    "tenantId": "9422e273-03ea-4430-a2f5-3fa94946132d",
    "userId": "ce0c9260-89e9-4bfa-8c20-b0aa0420eaa4",
    "userGroupId": "ce1f8d91-af9a-40cf-9b6a-c7c5e126246c",
    "deviceId": "d130183b-9cbb-4021-9c0c-4453aefc0366",
    "deviceGroupId": "88509790-49a7-48e4-83f4-d84b48b7b05c",
    "applicationId": "c2997c24-a528-4c77-8df3-e49ba23e8b0e",
    "applicationVersionId": "da2dd330-3a6a-4abe-8e68-ceee98b923f5",
    "nodeId": "130d7f83-d913-4895-849c-b1860ee038af",
    "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-06-03T22:24:16.9965983+00:00",
    "updatedDateUtc": "2026-06-03T22:24:16.9965983+00:00"
  },
  {
    "nodeRouteId": "11f6b0f4-40ab-43f9-ac5d-091d7308b496",
    "tenantId": "9422e273-03ea-4430-a2f5-3fa94946132d",
    "userId": "ce0c9260-89e9-4bfa-8c20-b0aa0420eaa4",
    "userGroupId": "ce1f8d91-af9a-40cf-9b6a-c7c5e126246c",
    "deviceId": "d130183b-9cbb-4021-9c0c-4453aefc0366",
    "deviceGroupId": "88509790-49a7-48e4-83f4-d84b48b7b05c",
    "applicationId": "c2997c24-a528-4c77-8df3-e49ba23e8b0e",
    "applicationVersionId": "da2dd330-3a6a-4abe-8e68-ceee98b923f5",
    "nodeId": "130d7f83-d913-4895-849c-b1860ee038af",
    "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-06-03T22:24:16.9965983+00:00",
    "updatedDateUtc": "2026-06-03T22:24:16.9965983+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-06-03T22:24:16.9965983+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-03T22:24:16.9965983+00:00</UpdatedDateUtc>
    <ApplicationId>c2997c24-a528-4c77-8df3-e49ba23e8b0e</ApplicationId>
    <ApplicationVersionId>da2dd330-3a6a-4abe-8e68-ceee98b923f5</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>88509790-49a7-48e4-83f4-d84b48b7b05c</DeviceGroupId>
    <DeviceId>d130183b-9cbb-4021-9c0c-4453aefc0366</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>130d7f83-d913-4895-849c-b1860ee038af</NodeId>
    <NodeRouteId>11f6b0f4-40ab-43f9-ac5d-091d7308b496</NodeRouteId>
    <TenantId>9422e273-03ea-4430-a2f5-3fa94946132d</TenantId>
    <UserGroupId>ce1f8d91-af9a-40cf-9b6a-c7c5e126246c</UserGroupId>
    <UserId>ce0c9260-89e9-4bfa-8c20-b0aa0420eaa4</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-06-03T22:24:16.9965983+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-03T22:24:16.9965983+00:00</UpdatedDateUtc>
    <ApplicationId>c2997c24-a528-4c77-8df3-e49ba23e8b0e</ApplicationId>
    <ApplicationVersionId>da2dd330-3a6a-4abe-8e68-ceee98b923f5</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>88509790-49a7-48e4-83f4-d84b48b7b05c</DeviceGroupId>
    <DeviceId>d130183b-9cbb-4021-9c0c-4453aefc0366</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>130d7f83-d913-4895-849c-b1860ee038af</NodeId>
    <NodeRouteId>11f6b0f4-40ab-43f9-ac5d-091d7308b496</NodeRouteId>
    <TenantId>9422e273-03ea-4430-a2f5-3fa94946132d</TenantId>
    <UserGroupId>ce1f8d91-af9a-40cf-9b6a-c7c5e126246c</UserGroupId>
    <UserId>ce0c9260-89e9-4bfa-8c20-b0aa0420eaa4</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-06-03T22:24:16.9965983+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-03T22:24:16.9965983+00:00</UpdatedDateUtc>
    <ApplicationId>c2997c24-a528-4c77-8df3-e49ba23e8b0e</ApplicationId>
    <ApplicationVersionId>da2dd330-3a6a-4abe-8e68-ceee98b923f5</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>88509790-49a7-48e4-83f4-d84b48b7b05c</DeviceGroupId>
    <DeviceId>d130183b-9cbb-4021-9c0c-4453aefc0366</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>130d7f83-d913-4895-849c-b1860ee038af</NodeId>
    <NodeRouteId>11f6b0f4-40ab-43f9-ac5d-091d7308b496</NodeRouteId>
    <TenantId>9422e273-03ea-4430-a2f5-3fa94946132d</TenantId>
    <UserGroupId>ce1f8d91-af9a-40cf-9b6a-c7c5e126246c</UserGroupId>
    <UserId>ce0c9260-89e9-4bfa-8c20-b0aa0420eaa4</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>