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": "2b2d1ec1-f799-4e5e-bc28-a8d2a8ebd809",
    "tenantId": "95fe213d-9500-4742-ad01-3ea18071eb85",
    "userId": "4809c667-211b-4a97-8336-81b7fed9bcdd",
    "userGroupId": "a94798d4-d57f-45d6-a70d-84d08cd9c0a3",
    "deviceId": "0f87bee5-f1d4-49a0-bd7b-f83428e15e32",
    "deviceGroupId": "6878f51e-5455-4e6c-aa57-b5510421fc6b",
    "applicationId": "0ad877f7-3379-4995-afa2-e6188b7ddaa3",
    "applicationVersionId": "c36aafcf-a7ea-4956-ad5f-6ba67a870e5b",
    "nodeId": "8425df23-75a7-4f08-bd95-6df7f3e03136",
    "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-02-13T11:07:51.3566727+00:00",
    "updatedDateUtc": "2026-02-13T11:07:51.3566727+00:00"
  },
  {
    "nodeRouteId": "2b2d1ec1-f799-4e5e-bc28-a8d2a8ebd809",
    "tenantId": "95fe213d-9500-4742-ad01-3ea18071eb85",
    "userId": "4809c667-211b-4a97-8336-81b7fed9bcdd",
    "userGroupId": "a94798d4-d57f-45d6-a70d-84d08cd9c0a3",
    "deviceId": "0f87bee5-f1d4-49a0-bd7b-f83428e15e32",
    "deviceGroupId": "6878f51e-5455-4e6c-aa57-b5510421fc6b",
    "applicationId": "0ad877f7-3379-4995-afa2-e6188b7ddaa3",
    "applicationVersionId": "c36aafcf-a7ea-4956-ad5f-6ba67a870e5b",
    "nodeId": "8425df23-75a7-4f08-bd95-6df7f3e03136",
    "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-02-13T11:07:51.3566727+00:00",
    "updatedDateUtc": "2026-02-13T11:07:51.3566727+00:00"
  },
  {
    "nodeRouteId": "2b2d1ec1-f799-4e5e-bc28-a8d2a8ebd809",
    "tenantId": "95fe213d-9500-4742-ad01-3ea18071eb85",
    "userId": "4809c667-211b-4a97-8336-81b7fed9bcdd",
    "userGroupId": "a94798d4-d57f-45d6-a70d-84d08cd9c0a3",
    "deviceId": "0f87bee5-f1d4-49a0-bd7b-f83428e15e32",
    "deviceGroupId": "6878f51e-5455-4e6c-aa57-b5510421fc6b",
    "applicationId": "0ad877f7-3379-4995-afa2-e6188b7ddaa3",
    "applicationVersionId": "c36aafcf-a7ea-4956-ad5f-6ba67a870e5b",
    "nodeId": "8425df23-75a7-4f08-bd95-6df7f3e03136",
    "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-02-13T11:07:51.3566727+00:00",
    "updatedDateUtc": "2026-02-13T11:07:51.3566727+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-02-13T11:07:51.3566727+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-13T11:07:51.3566727+00:00</UpdatedDateUtc>
    <ApplicationId>0ad877f7-3379-4995-afa2-e6188b7ddaa3</ApplicationId>
    <ApplicationVersionId>c36aafcf-a7ea-4956-ad5f-6ba67a870e5b</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>6878f51e-5455-4e6c-aa57-b5510421fc6b</DeviceGroupId>
    <DeviceId>0f87bee5-f1d4-49a0-bd7b-f83428e15e32</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>8425df23-75a7-4f08-bd95-6df7f3e03136</NodeId>
    <NodeRouteId>2b2d1ec1-f799-4e5e-bc28-a8d2a8ebd809</NodeRouteId>
    <TenantId>95fe213d-9500-4742-ad01-3ea18071eb85</TenantId>
    <UserGroupId>a94798d4-d57f-45d6-a70d-84d08cd9c0a3</UserGroupId>
    <UserId>4809c667-211b-4a97-8336-81b7fed9bcdd</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-02-13T11:07:51.3566727+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-13T11:07:51.3566727+00:00</UpdatedDateUtc>
    <ApplicationId>0ad877f7-3379-4995-afa2-e6188b7ddaa3</ApplicationId>
    <ApplicationVersionId>c36aafcf-a7ea-4956-ad5f-6ba67a870e5b</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>6878f51e-5455-4e6c-aa57-b5510421fc6b</DeviceGroupId>
    <DeviceId>0f87bee5-f1d4-49a0-bd7b-f83428e15e32</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>8425df23-75a7-4f08-bd95-6df7f3e03136</NodeId>
    <NodeRouteId>2b2d1ec1-f799-4e5e-bc28-a8d2a8ebd809</NodeRouteId>
    <TenantId>95fe213d-9500-4742-ad01-3ea18071eb85</TenantId>
    <UserGroupId>a94798d4-d57f-45d6-a70d-84d08cd9c0a3</UserGroupId>
    <UserId>4809c667-211b-4a97-8336-81b7fed9bcdd</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-02-13T11:07:51.3566727+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-13T11:07:51.3566727+00:00</UpdatedDateUtc>
    <ApplicationId>0ad877f7-3379-4995-afa2-e6188b7ddaa3</ApplicationId>
    <ApplicationVersionId>c36aafcf-a7ea-4956-ad5f-6ba67a870e5b</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>6878f51e-5455-4e6c-aa57-b5510421fc6b</DeviceGroupId>
    <DeviceId>0f87bee5-f1d4-49a0-bd7b-f83428e15e32</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>8425df23-75a7-4f08-bd95-6df7f3e03136</NodeId>
    <NodeRouteId>2b2d1ec1-f799-4e5e-bc28-a8d2a8ebd809</NodeRouteId>
    <TenantId>95fe213d-9500-4742-ad01-3ea18071eb85</TenantId>
    <UserGroupId>a94798d4-d57f-45d6-a70d-84d08cd9c0a3</UserGroupId>
    <UserId>4809c667-211b-4a97-8336-81b7fed9bcdd</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>