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": "eb2bc31a-b264-4963-8731-7e9695fc5c13",
    "tenantId": "d4339380-67e6-4110-9856-7eb268ef1547",
    "userId": "8b5a6856-ddb9-45ea-9f6f-53394cfc8167",
    "userGroupId": "2dd6fd8d-0921-4682-8744-bb8f49a85362",
    "deviceId": "7ddb9d15-d236-4942-9c16-5596a5d62ba0",
    "deviceGroupId": "9d6bca7f-57dc-483b-871f-3fcb76f04ded",
    "applicationId": "6da3c87c-902e-4dfe-91d2-55f2ea5e6a96",
    "applicationVersionId": "546da1ca-4e57-4327-85ec-78f564c488b2",
    "nodeId": "5ad3c001-ae5b-45c8-a41e-003dd64a30e5",
    "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-03-11T15:48:23.2403397+00:00",
    "updatedDateUtc": "2026-03-11T15:48:23.2403397+00:00"
  },
  {
    "nodeRouteId": "eb2bc31a-b264-4963-8731-7e9695fc5c13",
    "tenantId": "d4339380-67e6-4110-9856-7eb268ef1547",
    "userId": "8b5a6856-ddb9-45ea-9f6f-53394cfc8167",
    "userGroupId": "2dd6fd8d-0921-4682-8744-bb8f49a85362",
    "deviceId": "7ddb9d15-d236-4942-9c16-5596a5d62ba0",
    "deviceGroupId": "9d6bca7f-57dc-483b-871f-3fcb76f04ded",
    "applicationId": "6da3c87c-902e-4dfe-91d2-55f2ea5e6a96",
    "applicationVersionId": "546da1ca-4e57-4327-85ec-78f564c488b2",
    "nodeId": "5ad3c001-ae5b-45c8-a41e-003dd64a30e5",
    "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-03-11T15:48:23.2403397+00:00",
    "updatedDateUtc": "2026-03-11T15:48:23.2403397+00:00"
  },
  {
    "nodeRouteId": "eb2bc31a-b264-4963-8731-7e9695fc5c13",
    "tenantId": "d4339380-67e6-4110-9856-7eb268ef1547",
    "userId": "8b5a6856-ddb9-45ea-9f6f-53394cfc8167",
    "userGroupId": "2dd6fd8d-0921-4682-8744-bb8f49a85362",
    "deviceId": "7ddb9d15-d236-4942-9c16-5596a5d62ba0",
    "deviceGroupId": "9d6bca7f-57dc-483b-871f-3fcb76f04ded",
    "applicationId": "6da3c87c-902e-4dfe-91d2-55f2ea5e6a96",
    "applicationVersionId": "546da1ca-4e57-4327-85ec-78f564c488b2",
    "nodeId": "5ad3c001-ae5b-45c8-a41e-003dd64a30e5",
    "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-03-11T15:48:23.2403397+00:00",
    "updatedDateUtc": "2026-03-11T15:48:23.2403397+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-03-11T15:48:23.2403397+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-11T15:48:23.2403397+00:00</UpdatedDateUtc>
    <ApplicationId>6da3c87c-902e-4dfe-91d2-55f2ea5e6a96</ApplicationId>
    <ApplicationVersionId>546da1ca-4e57-4327-85ec-78f564c488b2</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>9d6bca7f-57dc-483b-871f-3fcb76f04ded</DeviceGroupId>
    <DeviceId>7ddb9d15-d236-4942-9c16-5596a5d62ba0</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>5ad3c001-ae5b-45c8-a41e-003dd64a30e5</NodeId>
    <NodeRouteId>eb2bc31a-b264-4963-8731-7e9695fc5c13</NodeRouteId>
    <TenantId>d4339380-67e6-4110-9856-7eb268ef1547</TenantId>
    <UserGroupId>2dd6fd8d-0921-4682-8744-bb8f49a85362</UserGroupId>
    <UserId>8b5a6856-ddb9-45ea-9f6f-53394cfc8167</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-03-11T15:48:23.2403397+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-11T15:48:23.2403397+00:00</UpdatedDateUtc>
    <ApplicationId>6da3c87c-902e-4dfe-91d2-55f2ea5e6a96</ApplicationId>
    <ApplicationVersionId>546da1ca-4e57-4327-85ec-78f564c488b2</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>9d6bca7f-57dc-483b-871f-3fcb76f04ded</DeviceGroupId>
    <DeviceId>7ddb9d15-d236-4942-9c16-5596a5d62ba0</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>5ad3c001-ae5b-45c8-a41e-003dd64a30e5</NodeId>
    <NodeRouteId>eb2bc31a-b264-4963-8731-7e9695fc5c13</NodeRouteId>
    <TenantId>d4339380-67e6-4110-9856-7eb268ef1547</TenantId>
    <UserGroupId>2dd6fd8d-0921-4682-8744-bb8f49a85362</UserGroupId>
    <UserId>8b5a6856-ddb9-45ea-9f6f-53394cfc8167</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-03-11T15:48:23.2403397+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-11T15:48:23.2403397+00:00</UpdatedDateUtc>
    <ApplicationId>6da3c87c-902e-4dfe-91d2-55f2ea5e6a96</ApplicationId>
    <ApplicationVersionId>546da1ca-4e57-4327-85ec-78f564c488b2</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>9d6bca7f-57dc-483b-871f-3fcb76f04ded</DeviceGroupId>
    <DeviceId>7ddb9d15-d236-4942-9c16-5596a5d62ba0</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>5ad3c001-ae5b-45c8-a41e-003dd64a30e5</NodeId>
    <NodeRouteId>eb2bc31a-b264-4963-8731-7e9695fc5c13</NodeRouteId>
    <TenantId>d4339380-67e6-4110-9856-7eb268ef1547</TenantId>
    <UserGroupId>2dd6fd8d-0921-4682-8744-bb8f49a85362</UserGroupId>
    <UserId>8b5a6856-ddb9-45ea-9f6f-53394cfc8167</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>