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": "2f8dda84-5b2b-41ea-8301-c83c54abe927",
    "tenantId": "a09bca96-b0c7-4feb-b333-9413f40aed1f",
    "userId": "729cfcb9-d544-4a3d-8bd0-bc88a1c20bfe",
    "userGroupId": "bdd8ddbd-fef5-4074-994d-a7f864af3f87",
    "deviceId": "6d47c027-53e9-4ae4-85cb-79e59098beb8",
    "deviceGroupId": "752b539c-8e10-40d3-9ef7-c0422f9344a2",
    "applicationId": "e0c7077f-4b76-4c48-8f7a-7aab3063147d",
    "applicationVersionId": "95b9d0e8-6619-4745-b70c-4780f4c660f6",
    "nodeId": "95652a84-46ea-4ad2-be44-51c0257d1a43",
    "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-06-07T01:36:08.2126283+00:00",
    "updatedDateUtc": "2026-06-07T01:36:08.2126283+00:00"
  },
  {
    "nodeRouteId": "2f8dda84-5b2b-41ea-8301-c83c54abe927",
    "tenantId": "a09bca96-b0c7-4feb-b333-9413f40aed1f",
    "userId": "729cfcb9-d544-4a3d-8bd0-bc88a1c20bfe",
    "userGroupId": "bdd8ddbd-fef5-4074-994d-a7f864af3f87",
    "deviceId": "6d47c027-53e9-4ae4-85cb-79e59098beb8",
    "deviceGroupId": "752b539c-8e10-40d3-9ef7-c0422f9344a2",
    "applicationId": "e0c7077f-4b76-4c48-8f7a-7aab3063147d",
    "applicationVersionId": "95b9d0e8-6619-4745-b70c-4780f4c660f6",
    "nodeId": "95652a84-46ea-4ad2-be44-51c0257d1a43",
    "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-06-07T01:36:08.2126283+00:00",
    "updatedDateUtc": "2026-06-07T01:36:08.2126283+00:00"
  },
  {
    "nodeRouteId": "2f8dda84-5b2b-41ea-8301-c83c54abe927",
    "tenantId": "a09bca96-b0c7-4feb-b333-9413f40aed1f",
    "userId": "729cfcb9-d544-4a3d-8bd0-bc88a1c20bfe",
    "userGroupId": "bdd8ddbd-fef5-4074-994d-a7f864af3f87",
    "deviceId": "6d47c027-53e9-4ae4-85cb-79e59098beb8",
    "deviceGroupId": "752b539c-8e10-40d3-9ef7-c0422f9344a2",
    "applicationId": "e0c7077f-4b76-4c48-8f7a-7aab3063147d",
    "applicationVersionId": "95b9d0e8-6619-4745-b70c-4780f4c660f6",
    "nodeId": "95652a84-46ea-4ad2-be44-51c0257d1a43",
    "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-06-07T01:36:08.2126283+00:00",
    "updatedDateUtc": "2026-06-07T01:36:08.2126283+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-06-07T01:36:08.2126283+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-07T01:36:08.2126283+00:00</UpdatedDateUtc>
    <ApplicationId>e0c7077f-4b76-4c48-8f7a-7aab3063147d</ApplicationId>
    <ApplicationVersionId>95b9d0e8-6619-4745-b70c-4780f4c660f6</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>752b539c-8e10-40d3-9ef7-c0422f9344a2</DeviceGroupId>
    <DeviceId>6d47c027-53e9-4ae4-85cb-79e59098beb8</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>95652a84-46ea-4ad2-be44-51c0257d1a43</NodeId>
    <NodeRouteId>2f8dda84-5b2b-41ea-8301-c83c54abe927</NodeRouteId>
    <TenantId>a09bca96-b0c7-4feb-b333-9413f40aed1f</TenantId>
    <UserGroupId>bdd8ddbd-fef5-4074-994d-a7f864af3f87</UserGroupId>
    <UserId>729cfcb9-d544-4a3d-8bd0-bc88a1c20bfe</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-06-07T01:36:08.2126283+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-07T01:36:08.2126283+00:00</UpdatedDateUtc>
    <ApplicationId>e0c7077f-4b76-4c48-8f7a-7aab3063147d</ApplicationId>
    <ApplicationVersionId>95b9d0e8-6619-4745-b70c-4780f4c660f6</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>752b539c-8e10-40d3-9ef7-c0422f9344a2</DeviceGroupId>
    <DeviceId>6d47c027-53e9-4ae4-85cb-79e59098beb8</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>95652a84-46ea-4ad2-be44-51c0257d1a43</NodeId>
    <NodeRouteId>2f8dda84-5b2b-41ea-8301-c83c54abe927</NodeRouteId>
    <TenantId>a09bca96-b0c7-4feb-b333-9413f40aed1f</TenantId>
    <UserGroupId>bdd8ddbd-fef5-4074-994d-a7f864af3f87</UserGroupId>
    <UserId>729cfcb9-d544-4a3d-8bd0-bc88a1c20bfe</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-06-07T01:36:08.2126283+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-07T01:36:08.2126283+00:00</UpdatedDateUtc>
    <ApplicationId>e0c7077f-4b76-4c48-8f7a-7aab3063147d</ApplicationId>
    <ApplicationVersionId>95b9d0e8-6619-4745-b70c-4780f4c660f6</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>752b539c-8e10-40d3-9ef7-c0422f9344a2</DeviceGroupId>
    <DeviceId>6d47c027-53e9-4ae4-85cb-79e59098beb8</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>95652a84-46ea-4ad2-be44-51c0257d1a43</NodeId>
    <NodeRouteId>2f8dda84-5b2b-41ea-8301-c83c54abe927</NodeRouteId>
    <TenantId>a09bca96-b0c7-4feb-b333-9413f40aed1f</TenantId>
    <UserGroupId>bdd8ddbd-fef5-4074-994d-a7f864af3f87</UserGroupId>
    <UserId>729cfcb9-d544-4a3d-8bd0-bc88a1c20bfe</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>