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": "b2649038-bfc2-4dc5-83f7-15e044781dc4",
    "tenantId": "fedab841-98b3-44b1-bf35-d7ebca6def25",
    "userId": "87609769-ae29-47fc-a8b6-ceaad42b68dd",
    "userGroupId": "4c4d77de-6b37-42bc-868a-0e29fe5e30a1",
    "deviceId": "d4082a80-d84d-4ff0-b78f-8a34f8631341",
    "deviceGroupId": "91fcc805-58f8-4cc9-aebd-5d45433a7c6e",
    "applicationId": "d9eb1699-4e58-41b6-b730-f2f25957cc5a",
    "applicationVersionId": "72fac89e-3ab6-4ba8-a04b-2fd18f789f6a",
    "nodeId": "2f09013e-f892-429a-904c-a144de394a5a",
    "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-06T01:19:04.517456+00:00",
    "updatedDateUtc": "2026-06-06T01:19:04.517456+00:00"
  },
  {
    "nodeRouteId": "b2649038-bfc2-4dc5-83f7-15e044781dc4",
    "tenantId": "fedab841-98b3-44b1-bf35-d7ebca6def25",
    "userId": "87609769-ae29-47fc-a8b6-ceaad42b68dd",
    "userGroupId": "4c4d77de-6b37-42bc-868a-0e29fe5e30a1",
    "deviceId": "d4082a80-d84d-4ff0-b78f-8a34f8631341",
    "deviceGroupId": "91fcc805-58f8-4cc9-aebd-5d45433a7c6e",
    "applicationId": "d9eb1699-4e58-41b6-b730-f2f25957cc5a",
    "applicationVersionId": "72fac89e-3ab6-4ba8-a04b-2fd18f789f6a",
    "nodeId": "2f09013e-f892-429a-904c-a144de394a5a",
    "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-06T01:19:04.517456+00:00",
    "updatedDateUtc": "2026-06-06T01:19:04.517456+00:00"
  },
  {
    "nodeRouteId": "b2649038-bfc2-4dc5-83f7-15e044781dc4",
    "tenantId": "fedab841-98b3-44b1-bf35-d7ebca6def25",
    "userId": "87609769-ae29-47fc-a8b6-ceaad42b68dd",
    "userGroupId": "4c4d77de-6b37-42bc-868a-0e29fe5e30a1",
    "deviceId": "d4082a80-d84d-4ff0-b78f-8a34f8631341",
    "deviceGroupId": "91fcc805-58f8-4cc9-aebd-5d45433a7c6e",
    "applicationId": "d9eb1699-4e58-41b6-b730-f2f25957cc5a",
    "applicationVersionId": "72fac89e-3ab6-4ba8-a04b-2fd18f789f6a",
    "nodeId": "2f09013e-f892-429a-904c-a144de394a5a",
    "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-06T01:19:04.517456+00:00",
    "updatedDateUtc": "2026-06-06T01:19:04.517456+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-06T01:19:04.517456+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-06T01:19:04.517456+00:00</UpdatedDateUtc>
    <ApplicationId>d9eb1699-4e58-41b6-b730-f2f25957cc5a</ApplicationId>
    <ApplicationVersionId>72fac89e-3ab6-4ba8-a04b-2fd18f789f6a</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>91fcc805-58f8-4cc9-aebd-5d45433a7c6e</DeviceGroupId>
    <DeviceId>d4082a80-d84d-4ff0-b78f-8a34f8631341</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>2f09013e-f892-429a-904c-a144de394a5a</NodeId>
    <NodeRouteId>b2649038-bfc2-4dc5-83f7-15e044781dc4</NodeRouteId>
    <TenantId>fedab841-98b3-44b1-bf35-d7ebca6def25</TenantId>
    <UserGroupId>4c4d77de-6b37-42bc-868a-0e29fe5e30a1</UserGroupId>
    <UserId>87609769-ae29-47fc-a8b6-ceaad42b68dd</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-06-06T01:19:04.517456+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-06T01:19:04.517456+00:00</UpdatedDateUtc>
    <ApplicationId>d9eb1699-4e58-41b6-b730-f2f25957cc5a</ApplicationId>
    <ApplicationVersionId>72fac89e-3ab6-4ba8-a04b-2fd18f789f6a</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>91fcc805-58f8-4cc9-aebd-5d45433a7c6e</DeviceGroupId>
    <DeviceId>d4082a80-d84d-4ff0-b78f-8a34f8631341</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>2f09013e-f892-429a-904c-a144de394a5a</NodeId>
    <NodeRouteId>b2649038-bfc2-4dc5-83f7-15e044781dc4</NodeRouteId>
    <TenantId>fedab841-98b3-44b1-bf35-d7ebca6def25</TenantId>
    <UserGroupId>4c4d77de-6b37-42bc-868a-0e29fe5e30a1</UserGroupId>
    <UserId>87609769-ae29-47fc-a8b6-ceaad42b68dd</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-06-06T01:19:04.517456+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-06T01:19:04.517456+00:00</UpdatedDateUtc>
    <ApplicationId>d9eb1699-4e58-41b6-b730-f2f25957cc5a</ApplicationId>
    <ApplicationVersionId>72fac89e-3ab6-4ba8-a04b-2fd18f789f6a</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>91fcc805-58f8-4cc9-aebd-5d45433a7c6e</DeviceGroupId>
    <DeviceId>d4082a80-d84d-4ff0-b78f-8a34f8631341</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>2f09013e-f892-429a-904c-a144de394a5a</NodeId>
    <NodeRouteId>b2649038-bfc2-4dc5-83f7-15e044781dc4</NodeRouteId>
    <TenantId>fedab841-98b3-44b1-bf35-d7ebca6def25</TenantId>
    <UserGroupId>4c4d77de-6b37-42bc-868a-0e29fe5e30a1</UserGroupId>
    <UserId>87609769-ae29-47fc-a8b6-ceaad42b68dd</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>