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": "12635328-2137-4add-ae7e-a40feab09d01",
    "tenantId": "4049fedf-3136-498b-9e8c-795d110b8568",
    "userId": "f0af5db4-1573-436a-af6f-5f8f232eea52",
    "userGroupId": "3c188257-f2e2-4db8-9b61-76deb8ef34fb",
    "deviceId": "d22d8e28-d807-452b-8761-1ef67021f2c5",
    "deviceGroupId": "dbdf32ec-39fc-4ae2-8eef-9cfac6fbefdd",
    "applicationId": "cf618e67-0249-41ec-8c1c-bc792abb91df",
    "applicationVersionId": "49c32a40-6bbe-4988-8ca5-9e2fef675ad5",
    "nodeId": "6b567a4d-5d6d-4701-a716-fe313a7f23a5",
    "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-23T02:55:32.6853248+00:00",
    "updatedDateUtc": "2026-06-23T02:55:32.6853248+00:00"
  },
  {
    "nodeRouteId": "12635328-2137-4add-ae7e-a40feab09d01",
    "tenantId": "4049fedf-3136-498b-9e8c-795d110b8568",
    "userId": "f0af5db4-1573-436a-af6f-5f8f232eea52",
    "userGroupId": "3c188257-f2e2-4db8-9b61-76deb8ef34fb",
    "deviceId": "d22d8e28-d807-452b-8761-1ef67021f2c5",
    "deviceGroupId": "dbdf32ec-39fc-4ae2-8eef-9cfac6fbefdd",
    "applicationId": "cf618e67-0249-41ec-8c1c-bc792abb91df",
    "applicationVersionId": "49c32a40-6bbe-4988-8ca5-9e2fef675ad5",
    "nodeId": "6b567a4d-5d6d-4701-a716-fe313a7f23a5",
    "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-23T02:55:32.6853248+00:00",
    "updatedDateUtc": "2026-06-23T02:55:32.6853248+00:00"
  },
  {
    "nodeRouteId": "12635328-2137-4add-ae7e-a40feab09d01",
    "tenantId": "4049fedf-3136-498b-9e8c-795d110b8568",
    "userId": "f0af5db4-1573-436a-af6f-5f8f232eea52",
    "userGroupId": "3c188257-f2e2-4db8-9b61-76deb8ef34fb",
    "deviceId": "d22d8e28-d807-452b-8761-1ef67021f2c5",
    "deviceGroupId": "dbdf32ec-39fc-4ae2-8eef-9cfac6fbefdd",
    "applicationId": "cf618e67-0249-41ec-8c1c-bc792abb91df",
    "applicationVersionId": "49c32a40-6bbe-4988-8ca5-9e2fef675ad5",
    "nodeId": "6b567a4d-5d6d-4701-a716-fe313a7f23a5",
    "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-23T02:55:32.6853248+00:00",
    "updatedDateUtc": "2026-06-23T02:55:32.6853248+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-23T02:55:32.6853248+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-23T02:55:32.6853248+00:00</UpdatedDateUtc>
    <ApplicationId>cf618e67-0249-41ec-8c1c-bc792abb91df</ApplicationId>
    <ApplicationVersionId>49c32a40-6bbe-4988-8ca5-9e2fef675ad5</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>dbdf32ec-39fc-4ae2-8eef-9cfac6fbefdd</DeviceGroupId>
    <DeviceId>d22d8e28-d807-452b-8761-1ef67021f2c5</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>6b567a4d-5d6d-4701-a716-fe313a7f23a5</NodeId>
    <NodeRouteId>12635328-2137-4add-ae7e-a40feab09d01</NodeRouteId>
    <TenantId>4049fedf-3136-498b-9e8c-795d110b8568</TenantId>
    <UserGroupId>3c188257-f2e2-4db8-9b61-76deb8ef34fb</UserGroupId>
    <UserId>f0af5db4-1573-436a-af6f-5f8f232eea52</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-06-23T02:55:32.6853248+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-23T02:55:32.6853248+00:00</UpdatedDateUtc>
    <ApplicationId>cf618e67-0249-41ec-8c1c-bc792abb91df</ApplicationId>
    <ApplicationVersionId>49c32a40-6bbe-4988-8ca5-9e2fef675ad5</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>dbdf32ec-39fc-4ae2-8eef-9cfac6fbefdd</DeviceGroupId>
    <DeviceId>d22d8e28-d807-452b-8761-1ef67021f2c5</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>6b567a4d-5d6d-4701-a716-fe313a7f23a5</NodeId>
    <NodeRouteId>12635328-2137-4add-ae7e-a40feab09d01</NodeRouteId>
    <TenantId>4049fedf-3136-498b-9e8c-795d110b8568</TenantId>
    <UserGroupId>3c188257-f2e2-4db8-9b61-76deb8ef34fb</UserGroupId>
    <UserId>f0af5db4-1573-436a-af6f-5f8f232eea52</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-06-23T02:55:32.6853248+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-23T02:55:32.6853248+00:00</UpdatedDateUtc>
    <ApplicationId>cf618e67-0249-41ec-8c1c-bc792abb91df</ApplicationId>
    <ApplicationVersionId>49c32a40-6bbe-4988-8ca5-9e2fef675ad5</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>dbdf32ec-39fc-4ae2-8eef-9cfac6fbefdd</DeviceGroupId>
    <DeviceId>d22d8e28-d807-452b-8761-1ef67021f2c5</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>6b567a4d-5d6d-4701-a716-fe313a7f23a5</NodeId>
    <NodeRouteId>12635328-2137-4add-ae7e-a40feab09d01</NodeRouteId>
    <TenantId>4049fedf-3136-498b-9e8c-795d110b8568</TenantId>
    <UserGroupId>3c188257-f2e2-4db8-9b61-76deb8ef34fb</UserGroupId>
    <UserId>f0af5db4-1573-436a-af6f-5f8f232eea52</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>