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": "fef35896-3eb8-42ff-b44e-fb4811cc2cd1",
    "tenantId": "348e1195-ba7b-4d33-82ab-9f14cc9814e0",
    "userId": "67b57cdf-7f6c-44b3-97c7-7dc2731016c5",
    "userGroupId": "352970c1-6cba-434b-9e94-536d003c1262",
    "deviceId": "f949d68c-3478-4253-b119-822cd83ac5b3",
    "deviceGroupId": "4b84a692-90d9-4c79-ac4c-59833d76bef5",
    "applicationId": "6d796004-5ef5-4cfd-ade0-2b0f5137817d",
    "applicationVersionId": "aca96980-d4e3-4118-a872-5956c95ac4d3",
    "nodeId": "010cc9b2-57c0-44e6-a026-cbf158365034",
    "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-04T01:51:34.2641945+00:00",
    "updatedDateUtc": "2026-02-04T01:51:34.2641945+00:00"
  },
  {
    "nodeRouteId": "fef35896-3eb8-42ff-b44e-fb4811cc2cd1",
    "tenantId": "348e1195-ba7b-4d33-82ab-9f14cc9814e0",
    "userId": "67b57cdf-7f6c-44b3-97c7-7dc2731016c5",
    "userGroupId": "352970c1-6cba-434b-9e94-536d003c1262",
    "deviceId": "f949d68c-3478-4253-b119-822cd83ac5b3",
    "deviceGroupId": "4b84a692-90d9-4c79-ac4c-59833d76bef5",
    "applicationId": "6d796004-5ef5-4cfd-ade0-2b0f5137817d",
    "applicationVersionId": "aca96980-d4e3-4118-a872-5956c95ac4d3",
    "nodeId": "010cc9b2-57c0-44e6-a026-cbf158365034",
    "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-04T01:51:34.2641945+00:00",
    "updatedDateUtc": "2026-02-04T01:51:34.2641945+00:00"
  },
  {
    "nodeRouteId": "fef35896-3eb8-42ff-b44e-fb4811cc2cd1",
    "tenantId": "348e1195-ba7b-4d33-82ab-9f14cc9814e0",
    "userId": "67b57cdf-7f6c-44b3-97c7-7dc2731016c5",
    "userGroupId": "352970c1-6cba-434b-9e94-536d003c1262",
    "deviceId": "f949d68c-3478-4253-b119-822cd83ac5b3",
    "deviceGroupId": "4b84a692-90d9-4c79-ac4c-59833d76bef5",
    "applicationId": "6d796004-5ef5-4cfd-ade0-2b0f5137817d",
    "applicationVersionId": "aca96980-d4e3-4118-a872-5956c95ac4d3",
    "nodeId": "010cc9b2-57c0-44e6-a026-cbf158365034",
    "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-04T01:51:34.2641945+00:00",
    "updatedDateUtc": "2026-02-04T01:51:34.2641945+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-04T01:51:34.2641945+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-04T01:51:34.2641945+00:00</UpdatedDateUtc>
    <ApplicationId>6d796004-5ef5-4cfd-ade0-2b0f5137817d</ApplicationId>
    <ApplicationVersionId>aca96980-d4e3-4118-a872-5956c95ac4d3</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>4b84a692-90d9-4c79-ac4c-59833d76bef5</DeviceGroupId>
    <DeviceId>f949d68c-3478-4253-b119-822cd83ac5b3</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>010cc9b2-57c0-44e6-a026-cbf158365034</NodeId>
    <NodeRouteId>fef35896-3eb8-42ff-b44e-fb4811cc2cd1</NodeRouteId>
    <TenantId>348e1195-ba7b-4d33-82ab-9f14cc9814e0</TenantId>
    <UserGroupId>352970c1-6cba-434b-9e94-536d003c1262</UserGroupId>
    <UserId>67b57cdf-7f6c-44b3-97c7-7dc2731016c5</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-02-04T01:51:34.2641945+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-04T01:51:34.2641945+00:00</UpdatedDateUtc>
    <ApplicationId>6d796004-5ef5-4cfd-ade0-2b0f5137817d</ApplicationId>
    <ApplicationVersionId>aca96980-d4e3-4118-a872-5956c95ac4d3</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>4b84a692-90d9-4c79-ac4c-59833d76bef5</DeviceGroupId>
    <DeviceId>f949d68c-3478-4253-b119-822cd83ac5b3</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>010cc9b2-57c0-44e6-a026-cbf158365034</NodeId>
    <NodeRouteId>fef35896-3eb8-42ff-b44e-fb4811cc2cd1</NodeRouteId>
    <TenantId>348e1195-ba7b-4d33-82ab-9f14cc9814e0</TenantId>
    <UserGroupId>352970c1-6cba-434b-9e94-536d003c1262</UserGroupId>
    <UserId>67b57cdf-7f6c-44b3-97c7-7dc2731016c5</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-02-04T01:51:34.2641945+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-04T01:51:34.2641945+00:00</UpdatedDateUtc>
    <ApplicationId>6d796004-5ef5-4cfd-ade0-2b0f5137817d</ApplicationId>
    <ApplicationVersionId>aca96980-d4e3-4118-a872-5956c95ac4d3</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>4b84a692-90d9-4c79-ac4c-59833d76bef5</DeviceGroupId>
    <DeviceId>f949d68c-3478-4253-b119-822cd83ac5b3</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>010cc9b2-57c0-44e6-a026-cbf158365034</NodeId>
    <NodeRouteId>fef35896-3eb8-42ff-b44e-fb4811cc2cd1</NodeRouteId>
    <TenantId>348e1195-ba7b-4d33-82ab-9f14cc9814e0</TenantId>
    <UserGroupId>352970c1-6cba-434b-9e94-536d003c1262</UserGroupId>
    <UserId>67b57cdf-7f6c-44b3-97c7-7dc2731016c5</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>