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": "b6f8b99a-a1e8-4b1f-a8cc-bf763c2e340a",
    "tenantId": "f72fc7d6-58ca-469a-8600-bc2941ca3f77",
    "userId": "94bedff8-af7d-4dc3-92a1-14de4562a3b1",
    "userGroupId": "35095fe4-1e59-4e3c-8b7c-73f2257b1508",
    "deviceId": "f11d5966-f686-4b7a-babe-7fbcaa778448",
    "deviceGroupId": "8c1ed4fa-ef46-4c31-a4d3-05d684d92c18",
    "applicationId": "25e3ceee-4dcd-4407-afab-ac7845ee4997",
    "applicationVersionId": "b802fa30-40c3-46fc-bccb-8d1b68c2e28d",
    "nodeId": "68fadddd-0019-4924-b2d0-9f4f6d3aaba7",
    "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": "2025-11-19T07:14:26.7151765+00:00",
    "updatedDateUtc": "2025-11-19T07:14:26.7151765+00:00"
  },
  {
    "nodeRouteId": "b6f8b99a-a1e8-4b1f-a8cc-bf763c2e340a",
    "tenantId": "f72fc7d6-58ca-469a-8600-bc2941ca3f77",
    "userId": "94bedff8-af7d-4dc3-92a1-14de4562a3b1",
    "userGroupId": "35095fe4-1e59-4e3c-8b7c-73f2257b1508",
    "deviceId": "f11d5966-f686-4b7a-babe-7fbcaa778448",
    "deviceGroupId": "8c1ed4fa-ef46-4c31-a4d3-05d684d92c18",
    "applicationId": "25e3ceee-4dcd-4407-afab-ac7845ee4997",
    "applicationVersionId": "b802fa30-40c3-46fc-bccb-8d1b68c2e28d",
    "nodeId": "68fadddd-0019-4924-b2d0-9f4f6d3aaba7",
    "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": "2025-11-19T07:14:26.7151765+00:00",
    "updatedDateUtc": "2025-11-19T07:14:26.7151765+00:00"
  },
  {
    "nodeRouteId": "b6f8b99a-a1e8-4b1f-a8cc-bf763c2e340a",
    "tenantId": "f72fc7d6-58ca-469a-8600-bc2941ca3f77",
    "userId": "94bedff8-af7d-4dc3-92a1-14de4562a3b1",
    "userGroupId": "35095fe4-1e59-4e3c-8b7c-73f2257b1508",
    "deviceId": "f11d5966-f686-4b7a-babe-7fbcaa778448",
    "deviceGroupId": "8c1ed4fa-ef46-4c31-a4d3-05d684d92c18",
    "applicationId": "25e3ceee-4dcd-4407-afab-ac7845ee4997",
    "applicationVersionId": "b802fa30-40c3-46fc-bccb-8d1b68c2e28d",
    "nodeId": "68fadddd-0019-4924-b2d0-9f4f6d3aaba7",
    "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": "2025-11-19T07:14:26.7151765+00:00",
    "updatedDateUtc": "2025-11-19T07:14:26.7151765+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>2025-11-19T07:14:26.7151765+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-11-19T07:14:26.7151765+00:00</UpdatedDateUtc>
    <ApplicationId>25e3ceee-4dcd-4407-afab-ac7845ee4997</ApplicationId>
    <ApplicationVersionId>b802fa30-40c3-46fc-bccb-8d1b68c2e28d</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>8c1ed4fa-ef46-4c31-a4d3-05d684d92c18</DeviceGroupId>
    <DeviceId>f11d5966-f686-4b7a-babe-7fbcaa778448</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>68fadddd-0019-4924-b2d0-9f4f6d3aaba7</NodeId>
    <NodeRouteId>b6f8b99a-a1e8-4b1f-a8cc-bf763c2e340a</NodeRouteId>
    <TenantId>f72fc7d6-58ca-469a-8600-bc2941ca3f77</TenantId>
    <UserGroupId>35095fe4-1e59-4e3c-8b7c-73f2257b1508</UserGroupId>
    <UserId>94bedff8-af7d-4dc3-92a1-14de4562a3b1</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2025-11-19T07:14:26.7151765+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-11-19T07:14:26.7151765+00:00</UpdatedDateUtc>
    <ApplicationId>25e3ceee-4dcd-4407-afab-ac7845ee4997</ApplicationId>
    <ApplicationVersionId>b802fa30-40c3-46fc-bccb-8d1b68c2e28d</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>8c1ed4fa-ef46-4c31-a4d3-05d684d92c18</DeviceGroupId>
    <DeviceId>f11d5966-f686-4b7a-babe-7fbcaa778448</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>68fadddd-0019-4924-b2d0-9f4f6d3aaba7</NodeId>
    <NodeRouteId>b6f8b99a-a1e8-4b1f-a8cc-bf763c2e340a</NodeRouteId>
    <TenantId>f72fc7d6-58ca-469a-8600-bc2941ca3f77</TenantId>
    <UserGroupId>35095fe4-1e59-4e3c-8b7c-73f2257b1508</UserGroupId>
    <UserId>94bedff8-af7d-4dc3-92a1-14de4562a3b1</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2025-11-19T07:14:26.7151765+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-11-19T07:14:26.7151765+00:00</UpdatedDateUtc>
    <ApplicationId>25e3ceee-4dcd-4407-afab-ac7845ee4997</ApplicationId>
    <ApplicationVersionId>b802fa30-40c3-46fc-bccb-8d1b68c2e28d</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>8c1ed4fa-ef46-4c31-a4d3-05d684d92c18</DeviceGroupId>
    <DeviceId>f11d5966-f686-4b7a-babe-7fbcaa778448</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>68fadddd-0019-4924-b2d0-9f4f6d3aaba7</NodeId>
    <NodeRouteId>b6f8b99a-a1e8-4b1f-a8cc-bf763c2e340a</NodeRouteId>
    <TenantId>f72fc7d6-58ca-469a-8600-bc2941ca3f77</TenantId>
    <UserGroupId>35095fe4-1e59-4e3c-8b7c-73f2257b1508</UserGroupId>
    <UserId>94bedff8-af7d-4dc3-92a1-14de4562a3b1</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>