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": "b59dc777-5471-4231-b895-ae8c979be751",
    "tenantId": "fd3b7b26-62d6-4000-8276-d3293d1bf366",
    "userId": "b6c16c50-f1c6-4043-9a70-270025a74fdf",
    "userGroupId": "bcfb268e-0fb7-423d-b176-929205d3f46d",
    "deviceId": "67281a30-8783-474e-9ec2-83ddc8cdba01",
    "deviceGroupId": "6326e387-68e4-4853-a5df-41fa38386043",
    "applicationId": "3db554fd-6037-495b-a609-8786475c67d1",
    "applicationVersionId": "e785d1f8-b8c9-45b2-9825-f8e2fc8ea38e",
    "nodeId": "c917bd03-a7f6-42bd-aac7-2a4e2d55a363",
    "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-04-04T12:50:25.4517162+00:00",
    "updatedDateUtc": "2026-04-04T12:50:25.4517162+00:00"
  },
  {
    "nodeRouteId": "b59dc777-5471-4231-b895-ae8c979be751",
    "tenantId": "fd3b7b26-62d6-4000-8276-d3293d1bf366",
    "userId": "b6c16c50-f1c6-4043-9a70-270025a74fdf",
    "userGroupId": "bcfb268e-0fb7-423d-b176-929205d3f46d",
    "deviceId": "67281a30-8783-474e-9ec2-83ddc8cdba01",
    "deviceGroupId": "6326e387-68e4-4853-a5df-41fa38386043",
    "applicationId": "3db554fd-6037-495b-a609-8786475c67d1",
    "applicationVersionId": "e785d1f8-b8c9-45b2-9825-f8e2fc8ea38e",
    "nodeId": "c917bd03-a7f6-42bd-aac7-2a4e2d55a363",
    "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-04-04T12:50:25.4517162+00:00",
    "updatedDateUtc": "2026-04-04T12:50:25.4517162+00:00"
  },
  {
    "nodeRouteId": "b59dc777-5471-4231-b895-ae8c979be751",
    "tenantId": "fd3b7b26-62d6-4000-8276-d3293d1bf366",
    "userId": "b6c16c50-f1c6-4043-9a70-270025a74fdf",
    "userGroupId": "bcfb268e-0fb7-423d-b176-929205d3f46d",
    "deviceId": "67281a30-8783-474e-9ec2-83ddc8cdba01",
    "deviceGroupId": "6326e387-68e4-4853-a5df-41fa38386043",
    "applicationId": "3db554fd-6037-495b-a609-8786475c67d1",
    "applicationVersionId": "e785d1f8-b8c9-45b2-9825-f8e2fc8ea38e",
    "nodeId": "c917bd03-a7f6-42bd-aac7-2a4e2d55a363",
    "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-04-04T12:50:25.4517162+00:00",
    "updatedDateUtc": "2026-04-04T12:50:25.4517162+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-04-04T12:50:25.4517162+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-04T12:50:25.4517162+00:00</UpdatedDateUtc>
    <ApplicationId>3db554fd-6037-495b-a609-8786475c67d1</ApplicationId>
    <ApplicationVersionId>e785d1f8-b8c9-45b2-9825-f8e2fc8ea38e</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>6326e387-68e4-4853-a5df-41fa38386043</DeviceGroupId>
    <DeviceId>67281a30-8783-474e-9ec2-83ddc8cdba01</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>c917bd03-a7f6-42bd-aac7-2a4e2d55a363</NodeId>
    <NodeRouteId>b59dc777-5471-4231-b895-ae8c979be751</NodeRouteId>
    <TenantId>fd3b7b26-62d6-4000-8276-d3293d1bf366</TenantId>
    <UserGroupId>bcfb268e-0fb7-423d-b176-929205d3f46d</UserGroupId>
    <UserId>b6c16c50-f1c6-4043-9a70-270025a74fdf</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-04-04T12:50:25.4517162+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-04T12:50:25.4517162+00:00</UpdatedDateUtc>
    <ApplicationId>3db554fd-6037-495b-a609-8786475c67d1</ApplicationId>
    <ApplicationVersionId>e785d1f8-b8c9-45b2-9825-f8e2fc8ea38e</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>6326e387-68e4-4853-a5df-41fa38386043</DeviceGroupId>
    <DeviceId>67281a30-8783-474e-9ec2-83ddc8cdba01</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>c917bd03-a7f6-42bd-aac7-2a4e2d55a363</NodeId>
    <NodeRouteId>b59dc777-5471-4231-b895-ae8c979be751</NodeRouteId>
    <TenantId>fd3b7b26-62d6-4000-8276-d3293d1bf366</TenantId>
    <UserGroupId>bcfb268e-0fb7-423d-b176-929205d3f46d</UserGroupId>
    <UserId>b6c16c50-f1c6-4043-9a70-270025a74fdf</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-04-04T12:50:25.4517162+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-04T12:50:25.4517162+00:00</UpdatedDateUtc>
    <ApplicationId>3db554fd-6037-495b-a609-8786475c67d1</ApplicationId>
    <ApplicationVersionId>e785d1f8-b8c9-45b2-9825-f8e2fc8ea38e</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>6326e387-68e4-4853-a5df-41fa38386043</DeviceGroupId>
    <DeviceId>67281a30-8783-474e-9ec2-83ddc8cdba01</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>c917bd03-a7f6-42bd-aac7-2a4e2d55a363</NodeId>
    <NodeRouteId>b59dc777-5471-4231-b895-ae8c979be751</NodeRouteId>
    <TenantId>fd3b7b26-62d6-4000-8276-d3293d1bf366</TenantId>
    <UserGroupId>bcfb268e-0fb7-423d-b176-929205d3f46d</UserGroupId>
    <UserId>b6c16c50-f1c6-4043-9a70-270025a74fdf</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>