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": "d3cf2e04-a088-4c1d-a924-879f842adc54",
    "tenantId": "505938bb-3848-403e-a23b-6210f252caa8",
    "userId": "5fa3e59e-95ff-49b6-a0cd-268d6fb78d14",
    "userGroupId": "4028f86a-ba54-4521-a68e-d0662be4737e",
    "deviceId": "44e39e63-a884-4375-b7b6-24967e365cc5",
    "deviceGroupId": "0cbba212-cbac-4007-84e5-3ae36f3d8ab0",
    "applicationId": "2ff1dec9-c4d3-487c-a86a-6522ed5dce6d",
    "applicationVersionId": "7ccc3857-3b9b-479a-9371-4f92028db475",
    "nodeId": "ed4fd7b4-023b-4e58-a1e6-ea88fefc44fe",
    "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-07-14T04:37:17.4725527+00:00",
    "updatedDateUtc": "2026-07-14T04:37:17.4725527+00:00"
  },
  {
    "nodeRouteId": "d3cf2e04-a088-4c1d-a924-879f842adc54",
    "tenantId": "505938bb-3848-403e-a23b-6210f252caa8",
    "userId": "5fa3e59e-95ff-49b6-a0cd-268d6fb78d14",
    "userGroupId": "4028f86a-ba54-4521-a68e-d0662be4737e",
    "deviceId": "44e39e63-a884-4375-b7b6-24967e365cc5",
    "deviceGroupId": "0cbba212-cbac-4007-84e5-3ae36f3d8ab0",
    "applicationId": "2ff1dec9-c4d3-487c-a86a-6522ed5dce6d",
    "applicationVersionId": "7ccc3857-3b9b-479a-9371-4f92028db475",
    "nodeId": "ed4fd7b4-023b-4e58-a1e6-ea88fefc44fe",
    "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-07-14T04:37:17.4725527+00:00",
    "updatedDateUtc": "2026-07-14T04:37:17.4725527+00:00"
  },
  {
    "nodeRouteId": "d3cf2e04-a088-4c1d-a924-879f842adc54",
    "tenantId": "505938bb-3848-403e-a23b-6210f252caa8",
    "userId": "5fa3e59e-95ff-49b6-a0cd-268d6fb78d14",
    "userGroupId": "4028f86a-ba54-4521-a68e-d0662be4737e",
    "deviceId": "44e39e63-a884-4375-b7b6-24967e365cc5",
    "deviceGroupId": "0cbba212-cbac-4007-84e5-3ae36f3d8ab0",
    "applicationId": "2ff1dec9-c4d3-487c-a86a-6522ed5dce6d",
    "applicationVersionId": "7ccc3857-3b9b-479a-9371-4f92028db475",
    "nodeId": "ed4fd7b4-023b-4e58-a1e6-ea88fefc44fe",
    "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-07-14T04:37:17.4725527+00:00",
    "updatedDateUtc": "2026-07-14T04:37:17.4725527+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-07-14T04:37:17.4725527+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-07-14T04:37:17.4725527+00:00</UpdatedDateUtc>
    <ApplicationId>2ff1dec9-c4d3-487c-a86a-6522ed5dce6d</ApplicationId>
    <ApplicationVersionId>7ccc3857-3b9b-479a-9371-4f92028db475</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>0cbba212-cbac-4007-84e5-3ae36f3d8ab0</DeviceGroupId>
    <DeviceId>44e39e63-a884-4375-b7b6-24967e365cc5</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>ed4fd7b4-023b-4e58-a1e6-ea88fefc44fe</NodeId>
    <NodeRouteId>d3cf2e04-a088-4c1d-a924-879f842adc54</NodeRouteId>
    <TenantId>505938bb-3848-403e-a23b-6210f252caa8</TenantId>
    <UserGroupId>4028f86a-ba54-4521-a68e-d0662be4737e</UserGroupId>
    <UserId>5fa3e59e-95ff-49b6-a0cd-268d6fb78d14</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-07-14T04:37:17.4725527+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-07-14T04:37:17.4725527+00:00</UpdatedDateUtc>
    <ApplicationId>2ff1dec9-c4d3-487c-a86a-6522ed5dce6d</ApplicationId>
    <ApplicationVersionId>7ccc3857-3b9b-479a-9371-4f92028db475</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>0cbba212-cbac-4007-84e5-3ae36f3d8ab0</DeviceGroupId>
    <DeviceId>44e39e63-a884-4375-b7b6-24967e365cc5</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>ed4fd7b4-023b-4e58-a1e6-ea88fefc44fe</NodeId>
    <NodeRouteId>d3cf2e04-a088-4c1d-a924-879f842adc54</NodeRouteId>
    <TenantId>505938bb-3848-403e-a23b-6210f252caa8</TenantId>
    <UserGroupId>4028f86a-ba54-4521-a68e-d0662be4737e</UserGroupId>
    <UserId>5fa3e59e-95ff-49b6-a0cd-268d6fb78d14</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-07-14T04:37:17.4725527+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-07-14T04:37:17.4725527+00:00</UpdatedDateUtc>
    <ApplicationId>2ff1dec9-c4d3-487c-a86a-6522ed5dce6d</ApplicationId>
    <ApplicationVersionId>7ccc3857-3b9b-479a-9371-4f92028db475</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>0cbba212-cbac-4007-84e5-3ae36f3d8ab0</DeviceGroupId>
    <DeviceId>44e39e63-a884-4375-b7b6-24967e365cc5</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>ed4fd7b4-023b-4e58-a1e6-ea88fefc44fe</NodeId>
    <NodeRouteId>d3cf2e04-a088-4c1d-a924-879f842adc54</NodeRouteId>
    <TenantId>505938bb-3848-403e-a23b-6210f252caa8</TenantId>
    <UserGroupId>4028f86a-ba54-4521-a68e-d0662be4737e</UserGroupId>
    <UserId>5fa3e59e-95ff-49b6-a0cd-268d6fb78d14</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>