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": "99ddd511-51ba-49c1-836b-43a41576336b",
    "tenantId": "0350174a-0b79-46f2-bc73-0d5ac1362cd6",
    "userId": "e69ba89d-8a3a-4134-9969-b504b1836b7f",
    "userGroupId": "0b4518cf-bb6c-447b-ac7d-3d6085abf366",
    "deviceId": "c5493836-7f60-488e-8d47-25515b09fc7e",
    "deviceGroupId": "81eb96a1-e50e-4ed1-ba3d-8511313c651c",
    "applicationId": "e7fa3b3b-ea3f-4aad-ad2f-6ed72515dacd",
    "applicationVersionId": "06ad8567-e62a-4f24-b4a8-594c489c9e5a",
    "nodeId": "3505f41a-4579-4370-b3b7-c56d32b5be09",
    "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-02T07:13:09.4593056+00:00",
    "updatedDateUtc": "2026-02-02T07:13:09.4593056+00:00"
  },
  {
    "nodeRouteId": "99ddd511-51ba-49c1-836b-43a41576336b",
    "tenantId": "0350174a-0b79-46f2-bc73-0d5ac1362cd6",
    "userId": "e69ba89d-8a3a-4134-9969-b504b1836b7f",
    "userGroupId": "0b4518cf-bb6c-447b-ac7d-3d6085abf366",
    "deviceId": "c5493836-7f60-488e-8d47-25515b09fc7e",
    "deviceGroupId": "81eb96a1-e50e-4ed1-ba3d-8511313c651c",
    "applicationId": "e7fa3b3b-ea3f-4aad-ad2f-6ed72515dacd",
    "applicationVersionId": "06ad8567-e62a-4f24-b4a8-594c489c9e5a",
    "nodeId": "3505f41a-4579-4370-b3b7-c56d32b5be09",
    "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-02T07:13:09.4593056+00:00",
    "updatedDateUtc": "2026-02-02T07:13:09.4593056+00:00"
  },
  {
    "nodeRouteId": "99ddd511-51ba-49c1-836b-43a41576336b",
    "tenantId": "0350174a-0b79-46f2-bc73-0d5ac1362cd6",
    "userId": "e69ba89d-8a3a-4134-9969-b504b1836b7f",
    "userGroupId": "0b4518cf-bb6c-447b-ac7d-3d6085abf366",
    "deviceId": "c5493836-7f60-488e-8d47-25515b09fc7e",
    "deviceGroupId": "81eb96a1-e50e-4ed1-ba3d-8511313c651c",
    "applicationId": "e7fa3b3b-ea3f-4aad-ad2f-6ed72515dacd",
    "applicationVersionId": "06ad8567-e62a-4f24-b4a8-594c489c9e5a",
    "nodeId": "3505f41a-4579-4370-b3b7-c56d32b5be09",
    "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-02T07:13:09.4593056+00:00",
    "updatedDateUtc": "2026-02-02T07:13:09.4593056+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-02T07:13:09.4593056+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-02T07:13:09.4593056+00:00</UpdatedDateUtc>
    <ApplicationId>e7fa3b3b-ea3f-4aad-ad2f-6ed72515dacd</ApplicationId>
    <ApplicationVersionId>06ad8567-e62a-4f24-b4a8-594c489c9e5a</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>81eb96a1-e50e-4ed1-ba3d-8511313c651c</DeviceGroupId>
    <DeviceId>c5493836-7f60-488e-8d47-25515b09fc7e</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>3505f41a-4579-4370-b3b7-c56d32b5be09</NodeId>
    <NodeRouteId>99ddd511-51ba-49c1-836b-43a41576336b</NodeRouteId>
    <TenantId>0350174a-0b79-46f2-bc73-0d5ac1362cd6</TenantId>
    <UserGroupId>0b4518cf-bb6c-447b-ac7d-3d6085abf366</UserGroupId>
    <UserId>e69ba89d-8a3a-4134-9969-b504b1836b7f</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-02-02T07:13:09.4593056+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-02T07:13:09.4593056+00:00</UpdatedDateUtc>
    <ApplicationId>e7fa3b3b-ea3f-4aad-ad2f-6ed72515dacd</ApplicationId>
    <ApplicationVersionId>06ad8567-e62a-4f24-b4a8-594c489c9e5a</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>81eb96a1-e50e-4ed1-ba3d-8511313c651c</DeviceGroupId>
    <DeviceId>c5493836-7f60-488e-8d47-25515b09fc7e</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>3505f41a-4579-4370-b3b7-c56d32b5be09</NodeId>
    <NodeRouteId>99ddd511-51ba-49c1-836b-43a41576336b</NodeRouteId>
    <TenantId>0350174a-0b79-46f2-bc73-0d5ac1362cd6</TenantId>
    <UserGroupId>0b4518cf-bb6c-447b-ac7d-3d6085abf366</UserGroupId>
    <UserId>e69ba89d-8a3a-4134-9969-b504b1836b7f</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-02-02T07:13:09.4593056+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-02T07:13:09.4593056+00:00</UpdatedDateUtc>
    <ApplicationId>e7fa3b3b-ea3f-4aad-ad2f-6ed72515dacd</ApplicationId>
    <ApplicationVersionId>06ad8567-e62a-4f24-b4a8-594c489c9e5a</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>81eb96a1-e50e-4ed1-ba3d-8511313c651c</DeviceGroupId>
    <DeviceId>c5493836-7f60-488e-8d47-25515b09fc7e</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>3505f41a-4579-4370-b3b7-c56d32b5be09</NodeId>
    <NodeRouteId>99ddd511-51ba-49c1-836b-43a41576336b</NodeRouteId>
    <TenantId>0350174a-0b79-46f2-bc73-0d5ac1362cd6</TenantId>
    <UserGroupId>0b4518cf-bb6c-447b-ac7d-3d6085abf366</UserGroupId>
    <UserId>e69ba89d-8a3a-4134-9969-b504b1836b7f</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>