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": "7c49685f-4862-4ec8-bd37-0027f4262816",
    "tenantId": "d1046ff4-fec1-494b-b914-6a8684f32e08",
    "userId": "16592e9e-57d7-447e-8058-586224860a3f",
    "userGroupId": "d503c9aa-172a-49b2-9196-7396224ab398",
    "deviceId": "83f489c4-fef5-4ab1-850f-c6062fff0d85",
    "deviceGroupId": "35819694-87c3-422f-8077-39ca67da3edd",
    "applicationId": "d201e4ef-bb7c-4712-8a32-8ca8861192ea",
    "applicationVersionId": "a60b7d32-6970-4c03-aec9-0e41588accd7",
    "nodeId": "61fff7f8-7388-4990-9fbd-1287c25bd83b",
    "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-21T10:00:22.9512635+00:00",
    "updatedDateUtc": "2026-06-21T10:00:22.9512635+00:00"
  },
  {
    "nodeRouteId": "7c49685f-4862-4ec8-bd37-0027f4262816",
    "tenantId": "d1046ff4-fec1-494b-b914-6a8684f32e08",
    "userId": "16592e9e-57d7-447e-8058-586224860a3f",
    "userGroupId": "d503c9aa-172a-49b2-9196-7396224ab398",
    "deviceId": "83f489c4-fef5-4ab1-850f-c6062fff0d85",
    "deviceGroupId": "35819694-87c3-422f-8077-39ca67da3edd",
    "applicationId": "d201e4ef-bb7c-4712-8a32-8ca8861192ea",
    "applicationVersionId": "a60b7d32-6970-4c03-aec9-0e41588accd7",
    "nodeId": "61fff7f8-7388-4990-9fbd-1287c25bd83b",
    "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-21T10:00:22.9512635+00:00",
    "updatedDateUtc": "2026-06-21T10:00:22.9512635+00:00"
  },
  {
    "nodeRouteId": "7c49685f-4862-4ec8-bd37-0027f4262816",
    "tenantId": "d1046ff4-fec1-494b-b914-6a8684f32e08",
    "userId": "16592e9e-57d7-447e-8058-586224860a3f",
    "userGroupId": "d503c9aa-172a-49b2-9196-7396224ab398",
    "deviceId": "83f489c4-fef5-4ab1-850f-c6062fff0d85",
    "deviceGroupId": "35819694-87c3-422f-8077-39ca67da3edd",
    "applicationId": "d201e4ef-bb7c-4712-8a32-8ca8861192ea",
    "applicationVersionId": "a60b7d32-6970-4c03-aec9-0e41588accd7",
    "nodeId": "61fff7f8-7388-4990-9fbd-1287c25bd83b",
    "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-21T10:00:22.9512635+00:00",
    "updatedDateUtc": "2026-06-21T10:00:22.9512635+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-21T10:00:22.9512635+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-21T10:00:22.9512635+00:00</UpdatedDateUtc>
    <ApplicationId>d201e4ef-bb7c-4712-8a32-8ca8861192ea</ApplicationId>
    <ApplicationVersionId>a60b7d32-6970-4c03-aec9-0e41588accd7</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>35819694-87c3-422f-8077-39ca67da3edd</DeviceGroupId>
    <DeviceId>83f489c4-fef5-4ab1-850f-c6062fff0d85</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>61fff7f8-7388-4990-9fbd-1287c25bd83b</NodeId>
    <NodeRouteId>7c49685f-4862-4ec8-bd37-0027f4262816</NodeRouteId>
    <TenantId>d1046ff4-fec1-494b-b914-6a8684f32e08</TenantId>
    <UserGroupId>d503c9aa-172a-49b2-9196-7396224ab398</UserGroupId>
    <UserId>16592e9e-57d7-447e-8058-586224860a3f</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-06-21T10:00:22.9512635+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-21T10:00:22.9512635+00:00</UpdatedDateUtc>
    <ApplicationId>d201e4ef-bb7c-4712-8a32-8ca8861192ea</ApplicationId>
    <ApplicationVersionId>a60b7d32-6970-4c03-aec9-0e41588accd7</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>35819694-87c3-422f-8077-39ca67da3edd</DeviceGroupId>
    <DeviceId>83f489c4-fef5-4ab1-850f-c6062fff0d85</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>61fff7f8-7388-4990-9fbd-1287c25bd83b</NodeId>
    <NodeRouteId>7c49685f-4862-4ec8-bd37-0027f4262816</NodeRouteId>
    <TenantId>d1046ff4-fec1-494b-b914-6a8684f32e08</TenantId>
    <UserGroupId>d503c9aa-172a-49b2-9196-7396224ab398</UserGroupId>
    <UserId>16592e9e-57d7-447e-8058-586224860a3f</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-06-21T10:00:22.9512635+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-21T10:00:22.9512635+00:00</UpdatedDateUtc>
    <ApplicationId>d201e4ef-bb7c-4712-8a32-8ca8861192ea</ApplicationId>
    <ApplicationVersionId>a60b7d32-6970-4c03-aec9-0e41588accd7</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>35819694-87c3-422f-8077-39ca67da3edd</DeviceGroupId>
    <DeviceId>83f489c4-fef5-4ab1-850f-c6062fff0d85</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>61fff7f8-7388-4990-9fbd-1287c25bd83b</NodeId>
    <NodeRouteId>7c49685f-4862-4ec8-bd37-0027f4262816</NodeRouteId>
    <TenantId>d1046ff4-fec1-494b-b914-6a8684f32e08</TenantId>
    <UserGroupId>d503c9aa-172a-49b2-9196-7396224ab398</UserGroupId>
    <UserId>16592e9e-57d7-447e-8058-586224860a3f</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>