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": "d4d8b2f4-a6cd-4376-833f-4e41c8040279",
    "tenantId": "18deeff2-e337-4563-bf67-553cf1056ade",
    "userId": "4a302597-3ca7-4b08-87ad-5ae789bca13a",
    "userGroupId": "07aafcb3-2900-4f4d-8aaf-30eb8fe5a21a",
    "deviceId": "4f89c258-9e6d-47f9-9162-c366e5ca3e9c",
    "deviceGroupId": "9c05a4d8-a6fe-4bc6-80a5-9855db48fa43",
    "applicationId": "de9743bc-c81b-4fc9-b105-6d68553999f4",
    "applicationVersionId": "2fa668dc-76fb-4735-9334-87f5a98f8db4",
    "nodeId": "c5a540ad-f5d2-4fad-b27f-b1a475e9e772",
    "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-08-09T06:50:44.2570591+00:00",
    "updatedDateUtc": "2026-08-09T06:50:44.2570591+00:00"
  },
  {
    "nodeRouteId": "d4d8b2f4-a6cd-4376-833f-4e41c8040279",
    "tenantId": "18deeff2-e337-4563-bf67-553cf1056ade",
    "userId": "4a302597-3ca7-4b08-87ad-5ae789bca13a",
    "userGroupId": "07aafcb3-2900-4f4d-8aaf-30eb8fe5a21a",
    "deviceId": "4f89c258-9e6d-47f9-9162-c366e5ca3e9c",
    "deviceGroupId": "9c05a4d8-a6fe-4bc6-80a5-9855db48fa43",
    "applicationId": "de9743bc-c81b-4fc9-b105-6d68553999f4",
    "applicationVersionId": "2fa668dc-76fb-4735-9334-87f5a98f8db4",
    "nodeId": "c5a540ad-f5d2-4fad-b27f-b1a475e9e772",
    "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-08-09T06:50:44.2570591+00:00",
    "updatedDateUtc": "2026-08-09T06:50:44.2570591+00:00"
  },
  {
    "nodeRouteId": "d4d8b2f4-a6cd-4376-833f-4e41c8040279",
    "tenantId": "18deeff2-e337-4563-bf67-553cf1056ade",
    "userId": "4a302597-3ca7-4b08-87ad-5ae789bca13a",
    "userGroupId": "07aafcb3-2900-4f4d-8aaf-30eb8fe5a21a",
    "deviceId": "4f89c258-9e6d-47f9-9162-c366e5ca3e9c",
    "deviceGroupId": "9c05a4d8-a6fe-4bc6-80a5-9855db48fa43",
    "applicationId": "de9743bc-c81b-4fc9-b105-6d68553999f4",
    "applicationVersionId": "2fa668dc-76fb-4735-9334-87f5a98f8db4",
    "nodeId": "c5a540ad-f5d2-4fad-b27f-b1a475e9e772",
    "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-08-09T06:50:44.2570591+00:00",
    "updatedDateUtc": "2026-08-09T06:50:44.2570591+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-08-09T06:50:44.2570591+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-09T06:50:44.2570591+00:00</UpdatedDateUtc>
    <ApplicationId>de9743bc-c81b-4fc9-b105-6d68553999f4</ApplicationId>
    <ApplicationVersionId>2fa668dc-76fb-4735-9334-87f5a98f8db4</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>9c05a4d8-a6fe-4bc6-80a5-9855db48fa43</DeviceGroupId>
    <DeviceId>4f89c258-9e6d-47f9-9162-c366e5ca3e9c</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>c5a540ad-f5d2-4fad-b27f-b1a475e9e772</NodeId>
    <NodeRouteId>d4d8b2f4-a6cd-4376-833f-4e41c8040279</NodeRouteId>
    <TenantId>18deeff2-e337-4563-bf67-553cf1056ade</TenantId>
    <UserGroupId>07aafcb3-2900-4f4d-8aaf-30eb8fe5a21a</UserGroupId>
    <UserId>4a302597-3ca7-4b08-87ad-5ae789bca13a</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-08-09T06:50:44.2570591+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-09T06:50:44.2570591+00:00</UpdatedDateUtc>
    <ApplicationId>de9743bc-c81b-4fc9-b105-6d68553999f4</ApplicationId>
    <ApplicationVersionId>2fa668dc-76fb-4735-9334-87f5a98f8db4</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>9c05a4d8-a6fe-4bc6-80a5-9855db48fa43</DeviceGroupId>
    <DeviceId>4f89c258-9e6d-47f9-9162-c366e5ca3e9c</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>c5a540ad-f5d2-4fad-b27f-b1a475e9e772</NodeId>
    <NodeRouteId>d4d8b2f4-a6cd-4376-833f-4e41c8040279</NodeRouteId>
    <TenantId>18deeff2-e337-4563-bf67-553cf1056ade</TenantId>
    <UserGroupId>07aafcb3-2900-4f4d-8aaf-30eb8fe5a21a</UserGroupId>
    <UserId>4a302597-3ca7-4b08-87ad-5ae789bca13a</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-08-09T06:50:44.2570591+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-09T06:50:44.2570591+00:00</UpdatedDateUtc>
    <ApplicationId>de9743bc-c81b-4fc9-b105-6d68553999f4</ApplicationId>
    <ApplicationVersionId>2fa668dc-76fb-4735-9334-87f5a98f8db4</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>9c05a4d8-a6fe-4bc6-80a5-9855db48fa43</DeviceGroupId>
    <DeviceId>4f89c258-9e6d-47f9-9162-c366e5ca3e9c</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>c5a540ad-f5d2-4fad-b27f-b1a475e9e772</NodeId>
    <NodeRouteId>d4d8b2f4-a6cd-4376-833f-4e41c8040279</NodeRouteId>
    <TenantId>18deeff2-e337-4563-bf67-553cf1056ade</TenantId>
    <UserGroupId>07aafcb3-2900-4f4d-8aaf-30eb8fe5a21a</UserGroupId>
    <UserId>4a302597-3ca7-4b08-87ad-5ae789bca13a</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>