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": "96bed6c7-53d1-4fd1-8e3d-b8f454d3eecd",
    "tenantId": "3704d68f-18c7-42dd-bfc7-e465fa55f46e",
    "userId": "8492d636-66b9-4adc-8c66-cdfa88b5dc4f",
    "userGroupId": "0035c158-ff89-4a29-a58b-85db07403197",
    "deviceId": "4a66a5fd-7eaa-4245-b6ec-82d9bd1e7e24",
    "deviceGroupId": "dbced7b6-c66f-490a-b097-070208dee5ac",
    "applicationId": "4b3c3edc-f281-48be-a72a-37705f8b21c1",
    "applicationVersionId": "09467339-2209-4e09-9237-fc918f3171f3",
    "nodeId": "d57d7859-5b44-4d38-b077-e7b9bf2969d7",
    "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-03-09T03:36:48.0867321+00:00",
    "updatedDateUtc": "2026-03-09T03:36:48.0867321+00:00"
  },
  {
    "nodeRouteId": "96bed6c7-53d1-4fd1-8e3d-b8f454d3eecd",
    "tenantId": "3704d68f-18c7-42dd-bfc7-e465fa55f46e",
    "userId": "8492d636-66b9-4adc-8c66-cdfa88b5dc4f",
    "userGroupId": "0035c158-ff89-4a29-a58b-85db07403197",
    "deviceId": "4a66a5fd-7eaa-4245-b6ec-82d9bd1e7e24",
    "deviceGroupId": "dbced7b6-c66f-490a-b097-070208dee5ac",
    "applicationId": "4b3c3edc-f281-48be-a72a-37705f8b21c1",
    "applicationVersionId": "09467339-2209-4e09-9237-fc918f3171f3",
    "nodeId": "d57d7859-5b44-4d38-b077-e7b9bf2969d7",
    "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-03-09T03:36:48.0867321+00:00",
    "updatedDateUtc": "2026-03-09T03:36:48.0867321+00:00"
  },
  {
    "nodeRouteId": "96bed6c7-53d1-4fd1-8e3d-b8f454d3eecd",
    "tenantId": "3704d68f-18c7-42dd-bfc7-e465fa55f46e",
    "userId": "8492d636-66b9-4adc-8c66-cdfa88b5dc4f",
    "userGroupId": "0035c158-ff89-4a29-a58b-85db07403197",
    "deviceId": "4a66a5fd-7eaa-4245-b6ec-82d9bd1e7e24",
    "deviceGroupId": "dbced7b6-c66f-490a-b097-070208dee5ac",
    "applicationId": "4b3c3edc-f281-48be-a72a-37705f8b21c1",
    "applicationVersionId": "09467339-2209-4e09-9237-fc918f3171f3",
    "nodeId": "d57d7859-5b44-4d38-b077-e7b9bf2969d7",
    "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-03-09T03:36:48.0867321+00:00",
    "updatedDateUtc": "2026-03-09T03:36:48.0867321+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-03-09T03:36:48.0867321+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-09T03:36:48.0867321+00:00</UpdatedDateUtc>
    <ApplicationId>4b3c3edc-f281-48be-a72a-37705f8b21c1</ApplicationId>
    <ApplicationVersionId>09467339-2209-4e09-9237-fc918f3171f3</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>dbced7b6-c66f-490a-b097-070208dee5ac</DeviceGroupId>
    <DeviceId>4a66a5fd-7eaa-4245-b6ec-82d9bd1e7e24</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>d57d7859-5b44-4d38-b077-e7b9bf2969d7</NodeId>
    <NodeRouteId>96bed6c7-53d1-4fd1-8e3d-b8f454d3eecd</NodeRouteId>
    <TenantId>3704d68f-18c7-42dd-bfc7-e465fa55f46e</TenantId>
    <UserGroupId>0035c158-ff89-4a29-a58b-85db07403197</UserGroupId>
    <UserId>8492d636-66b9-4adc-8c66-cdfa88b5dc4f</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-03-09T03:36:48.0867321+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-09T03:36:48.0867321+00:00</UpdatedDateUtc>
    <ApplicationId>4b3c3edc-f281-48be-a72a-37705f8b21c1</ApplicationId>
    <ApplicationVersionId>09467339-2209-4e09-9237-fc918f3171f3</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>dbced7b6-c66f-490a-b097-070208dee5ac</DeviceGroupId>
    <DeviceId>4a66a5fd-7eaa-4245-b6ec-82d9bd1e7e24</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>d57d7859-5b44-4d38-b077-e7b9bf2969d7</NodeId>
    <NodeRouteId>96bed6c7-53d1-4fd1-8e3d-b8f454d3eecd</NodeRouteId>
    <TenantId>3704d68f-18c7-42dd-bfc7-e465fa55f46e</TenantId>
    <UserGroupId>0035c158-ff89-4a29-a58b-85db07403197</UserGroupId>
    <UserId>8492d636-66b9-4adc-8c66-cdfa88b5dc4f</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-03-09T03:36:48.0867321+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-09T03:36:48.0867321+00:00</UpdatedDateUtc>
    <ApplicationId>4b3c3edc-f281-48be-a72a-37705f8b21c1</ApplicationId>
    <ApplicationVersionId>09467339-2209-4e09-9237-fc918f3171f3</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>dbced7b6-c66f-490a-b097-070208dee5ac</DeviceGroupId>
    <DeviceId>4a66a5fd-7eaa-4245-b6ec-82d9bd1e7e24</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>d57d7859-5b44-4d38-b077-e7b9bf2969d7</NodeId>
    <NodeRouteId>96bed6c7-53d1-4fd1-8e3d-b8f454d3eecd</NodeRouteId>
    <TenantId>3704d68f-18c7-42dd-bfc7-e465fa55f46e</TenantId>
    <UserGroupId>0035c158-ff89-4a29-a58b-85db07403197</UserGroupId>
    <UserId>8492d636-66b9-4adc-8c66-cdfa88b5dc4f</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>