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": "eca31f97-05bf-42c6-ae40-3f5b20ac33fd",
    "tenantId": "22e31171-7778-4355-9682-3b6cc77d1c1b",
    "userId": "a6997c89-2252-43a8-9ca2-44e487019997",
    "userGroupId": "e5c1e92f-6d18-4b8b-a33f-91c44f64f08f",
    "deviceId": "c34a921e-6dca-4503-b32d-171135377fd3",
    "deviceGroupId": "a90c6814-26ee-4b2a-81b0-b6729bb02be7",
    "applicationId": "6e427d59-9a0b-4bc5-b94f-8c9ccb2d3913",
    "applicationVersionId": "29093ea4-ea46-4e21-9ef7-5bffa285512b",
    "nodeId": "d3470b42-34a7-4ff9-adeb-07cc43b4ccda",
    "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-01-22T04:23:26.6503564+00:00",
    "updatedDateUtc": "2026-01-22T04:23:26.6503564+00:00"
  },
  {
    "nodeRouteId": "eca31f97-05bf-42c6-ae40-3f5b20ac33fd",
    "tenantId": "22e31171-7778-4355-9682-3b6cc77d1c1b",
    "userId": "a6997c89-2252-43a8-9ca2-44e487019997",
    "userGroupId": "e5c1e92f-6d18-4b8b-a33f-91c44f64f08f",
    "deviceId": "c34a921e-6dca-4503-b32d-171135377fd3",
    "deviceGroupId": "a90c6814-26ee-4b2a-81b0-b6729bb02be7",
    "applicationId": "6e427d59-9a0b-4bc5-b94f-8c9ccb2d3913",
    "applicationVersionId": "29093ea4-ea46-4e21-9ef7-5bffa285512b",
    "nodeId": "d3470b42-34a7-4ff9-adeb-07cc43b4ccda",
    "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-01-22T04:23:26.6503564+00:00",
    "updatedDateUtc": "2026-01-22T04:23:26.6503564+00:00"
  },
  {
    "nodeRouteId": "eca31f97-05bf-42c6-ae40-3f5b20ac33fd",
    "tenantId": "22e31171-7778-4355-9682-3b6cc77d1c1b",
    "userId": "a6997c89-2252-43a8-9ca2-44e487019997",
    "userGroupId": "e5c1e92f-6d18-4b8b-a33f-91c44f64f08f",
    "deviceId": "c34a921e-6dca-4503-b32d-171135377fd3",
    "deviceGroupId": "a90c6814-26ee-4b2a-81b0-b6729bb02be7",
    "applicationId": "6e427d59-9a0b-4bc5-b94f-8c9ccb2d3913",
    "applicationVersionId": "29093ea4-ea46-4e21-9ef7-5bffa285512b",
    "nodeId": "d3470b42-34a7-4ff9-adeb-07cc43b4ccda",
    "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-01-22T04:23:26.6503564+00:00",
    "updatedDateUtc": "2026-01-22T04:23:26.6503564+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-01-22T04:23:26.6503564+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-01-22T04:23:26.6503564+00:00</UpdatedDateUtc>
    <ApplicationId>6e427d59-9a0b-4bc5-b94f-8c9ccb2d3913</ApplicationId>
    <ApplicationVersionId>29093ea4-ea46-4e21-9ef7-5bffa285512b</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>a90c6814-26ee-4b2a-81b0-b6729bb02be7</DeviceGroupId>
    <DeviceId>c34a921e-6dca-4503-b32d-171135377fd3</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>d3470b42-34a7-4ff9-adeb-07cc43b4ccda</NodeId>
    <NodeRouteId>eca31f97-05bf-42c6-ae40-3f5b20ac33fd</NodeRouteId>
    <TenantId>22e31171-7778-4355-9682-3b6cc77d1c1b</TenantId>
    <UserGroupId>e5c1e92f-6d18-4b8b-a33f-91c44f64f08f</UserGroupId>
    <UserId>a6997c89-2252-43a8-9ca2-44e487019997</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-01-22T04:23:26.6503564+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-01-22T04:23:26.6503564+00:00</UpdatedDateUtc>
    <ApplicationId>6e427d59-9a0b-4bc5-b94f-8c9ccb2d3913</ApplicationId>
    <ApplicationVersionId>29093ea4-ea46-4e21-9ef7-5bffa285512b</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>a90c6814-26ee-4b2a-81b0-b6729bb02be7</DeviceGroupId>
    <DeviceId>c34a921e-6dca-4503-b32d-171135377fd3</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>d3470b42-34a7-4ff9-adeb-07cc43b4ccda</NodeId>
    <NodeRouteId>eca31f97-05bf-42c6-ae40-3f5b20ac33fd</NodeRouteId>
    <TenantId>22e31171-7778-4355-9682-3b6cc77d1c1b</TenantId>
    <UserGroupId>e5c1e92f-6d18-4b8b-a33f-91c44f64f08f</UserGroupId>
    <UserId>a6997c89-2252-43a8-9ca2-44e487019997</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-01-22T04:23:26.6503564+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-01-22T04:23:26.6503564+00:00</UpdatedDateUtc>
    <ApplicationId>6e427d59-9a0b-4bc5-b94f-8c9ccb2d3913</ApplicationId>
    <ApplicationVersionId>29093ea4-ea46-4e21-9ef7-5bffa285512b</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>a90c6814-26ee-4b2a-81b0-b6729bb02be7</DeviceGroupId>
    <DeviceId>c34a921e-6dca-4503-b32d-171135377fd3</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>d3470b42-34a7-4ff9-adeb-07cc43b4ccda</NodeId>
    <NodeRouteId>eca31f97-05bf-42c6-ae40-3f5b20ac33fd</NodeRouteId>
    <TenantId>22e31171-7778-4355-9682-3b6cc77d1c1b</TenantId>
    <UserGroupId>e5c1e92f-6d18-4b8b-a33f-91c44f64f08f</UserGroupId>
    <UserId>a6997c89-2252-43a8-9ca2-44e487019997</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>