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": "4e71c234-c677-49a4-8690-f2dd416ad789",
    "tenantId": "92bb3076-417f-40ed-a8b7-e8c1961137f2",
    "userId": "3391641f-6fba-4a7b-a66e-4ff2729947a6",
    "userGroupId": "24c434eb-a41e-48f6-8fc0-7a568649d19f",
    "deviceId": "4591418d-5426-47b6-b6a1-317bc320f8e6",
    "deviceGroupId": "56b60fb6-a483-490e-afe3-2dbf090c11cb",
    "applicationId": "c569b29f-6e25-4c1c-a721-e88bb8956883",
    "applicationVersionId": "1fa58b8b-5913-4f38-874f-998261dbe30b",
    "nodeId": "09413cc7-1034-43be-bea8-2c5849d38723",
    "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-13T15:43:50.8399328+00:00",
    "updatedDateUtc": "2026-03-13T15:43:50.8399328+00:00"
  },
  {
    "nodeRouteId": "4e71c234-c677-49a4-8690-f2dd416ad789",
    "tenantId": "92bb3076-417f-40ed-a8b7-e8c1961137f2",
    "userId": "3391641f-6fba-4a7b-a66e-4ff2729947a6",
    "userGroupId": "24c434eb-a41e-48f6-8fc0-7a568649d19f",
    "deviceId": "4591418d-5426-47b6-b6a1-317bc320f8e6",
    "deviceGroupId": "56b60fb6-a483-490e-afe3-2dbf090c11cb",
    "applicationId": "c569b29f-6e25-4c1c-a721-e88bb8956883",
    "applicationVersionId": "1fa58b8b-5913-4f38-874f-998261dbe30b",
    "nodeId": "09413cc7-1034-43be-bea8-2c5849d38723",
    "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-13T15:43:50.8399328+00:00",
    "updatedDateUtc": "2026-03-13T15:43:50.8399328+00:00"
  },
  {
    "nodeRouteId": "4e71c234-c677-49a4-8690-f2dd416ad789",
    "tenantId": "92bb3076-417f-40ed-a8b7-e8c1961137f2",
    "userId": "3391641f-6fba-4a7b-a66e-4ff2729947a6",
    "userGroupId": "24c434eb-a41e-48f6-8fc0-7a568649d19f",
    "deviceId": "4591418d-5426-47b6-b6a1-317bc320f8e6",
    "deviceGroupId": "56b60fb6-a483-490e-afe3-2dbf090c11cb",
    "applicationId": "c569b29f-6e25-4c1c-a721-e88bb8956883",
    "applicationVersionId": "1fa58b8b-5913-4f38-874f-998261dbe30b",
    "nodeId": "09413cc7-1034-43be-bea8-2c5849d38723",
    "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-13T15:43:50.8399328+00:00",
    "updatedDateUtc": "2026-03-13T15:43:50.8399328+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-13T15:43:50.8399328+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-13T15:43:50.8399328+00:00</UpdatedDateUtc>
    <ApplicationId>c569b29f-6e25-4c1c-a721-e88bb8956883</ApplicationId>
    <ApplicationVersionId>1fa58b8b-5913-4f38-874f-998261dbe30b</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>56b60fb6-a483-490e-afe3-2dbf090c11cb</DeviceGroupId>
    <DeviceId>4591418d-5426-47b6-b6a1-317bc320f8e6</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>09413cc7-1034-43be-bea8-2c5849d38723</NodeId>
    <NodeRouteId>4e71c234-c677-49a4-8690-f2dd416ad789</NodeRouteId>
    <TenantId>92bb3076-417f-40ed-a8b7-e8c1961137f2</TenantId>
    <UserGroupId>24c434eb-a41e-48f6-8fc0-7a568649d19f</UserGroupId>
    <UserId>3391641f-6fba-4a7b-a66e-4ff2729947a6</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-03-13T15:43:50.8399328+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-13T15:43:50.8399328+00:00</UpdatedDateUtc>
    <ApplicationId>c569b29f-6e25-4c1c-a721-e88bb8956883</ApplicationId>
    <ApplicationVersionId>1fa58b8b-5913-4f38-874f-998261dbe30b</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>56b60fb6-a483-490e-afe3-2dbf090c11cb</DeviceGroupId>
    <DeviceId>4591418d-5426-47b6-b6a1-317bc320f8e6</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>09413cc7-1034-43be-bea8-2c5849d38723</NodeId>
    <NodeRouteId>4e71c234-c677-49a4-8690-f2dd416ad789</NodeRouteId>
    <TenantId>92bb3076-417f-40ed-a8b7-e8c1961137f2</TenantId>
    <UserGroupId>24c434eb-a41e-48f6-8fc0-7a568649d19f</UserGroupId>
    <UserId>3391641f-6fba-4a7b-a66e-4ff2729947a6</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-03-13T15:43:50.8399328+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-13T15:43:50.8399328+00:00</UpdatedDateUtc>
    <ApplicationId>c569b29f-6e25-4c1c-a721-e88bb8956883</ApplicationId>
    <ApplicationVersionId>1fa58b8b-5913-4f38-874f-998261dbe30b</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>56b60fb6-a483-490e-afe3-2dbf090c11cb</DeviceGroupId>
    <DeviceId>4591418d-5426-47b6-b6a1-317bc320f8e6</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>09413cc7-1034-43be-bea8-2c5849d38723</NodeId>
    <NodeRouteId>4e71c234-c677-49a4-8690-f2dd416ad789</NodeRouteId>
    <TenantId>92bb3076-417f-40ed-a8b7-e8c1961137f2</TenantId>
    <UserGroupId>24c434eb-a41e-48f6-8fc0-7a568649d19f</UserGroupId>
    <UserId>3391641f-6fba-4a7b-a66e-4ff2729947a6</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>