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": "dd4f5eda-d5df-478d-9272-43f215cd13e1",
    "tenantId": "c0f13d83-a5c4-4049-b255-2916d0e4e7cb",
    "userId": "92f7b5a4-2ca0-4a98-b3fa-e0f44f672cc9",
    "userGroupId": "9fccd572-3d03-4640-b97b-8c397b070c65",
    "deviceId": "726538f0-1044-4305-a68d-4a84ef6b13bd",
    "deviceGroupId": "1c44dcf4-eccf-4b6d-99ed-aa9a9eb7201d",
    "applicationId": "46f9cfb9-5587-4427-8ff1-797dff138e91",
    "applicationVersionId": "6d98fec0-11c4-4243-8cfd-040ced3a2fee",
    "nodeId": "69f59da2-0257-4f21-b757-4370ae8aa145",
    "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-05-11T07:44:10.1474402+00:00",
    "updatedDateUtc": "2026-05-11T07:44:10.1474402+00:00"
  },
  {
    "nodeRouteId": "dd4f5eda-d5df-478d-9272-43f215cd13e1",
    "tenantId": "c0f13d83-a5c4-4049-b255-2916d0e4e7cb",
    "userId": "92f7b5a4-2ca0-4a98-b3fa-e0f44f672cc9",
    "userGroupId": "9fccd572-3d03-4640-b97b-8c397b070c65",
    "deviceId": "726538f0-1044-4305-a68d-4a84ef6b13bd",
    "deviceGroupId": "1c44dcf4-eccf-4b6d-99ed-aa9a9eb7201d",
    "applicationId": "46f9cfb9-5587-4427-8ff1-797dff138e91",
    "applicationVersionId": "6d98fec0-11c4-4243-8cfd-040ced3a2fee",
    "nodeId": "69f59da2-0257-4f21-b757-4370ae8aa145",
    "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-05-11T07:44:10.1474402+00:00",
    "updatedDateUtc": "2026-05-11T07:44:10.1474402+00:00"
  },
  {
    "nodeRouteId": "dd4f5eda-d5df-478d-9272-43f215cd13e1",
    "tenantId": "c0f13d83-a5c4-4049-b255-2916d0e4e7cb",
    "userId": "92f7b5a4-2ca0-4a98-b3fa-e0f44f672cc9",
    "userGroupId": "9fccd572-3d03-4640-b97b-8c397b070c65",
    "deviceId": "726538f0-1044-4305-a68d-4a84ef6b13bd",
    "deviceGroupId": "1c44dcf4-eccf-4b6d-99ed-aa9a9eb7201d",
    "applicationId": "46f9cfb9-5587-4427-8ff1-797dff138e91",
    "applicationVersionId": "6d98fec0-11c4-4243-8cfd-040ced3a2fee",
    "nodeId": "69f59da2-0257-4f21-b757-4370ae8aa145",
    "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-05-11T07:44:10.1474402+00:00",
    "updatedDateUtc": "2026-05-11T07:44:10.1474402+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-05-11T07:44:10.1474402+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-05-11T07:44:10.1474402+00:00</UpdatedDateUtc>
    <ApplicationId>46f9cfb9-5587-4427-8ff1-797dff138e91</ApplicationId>
    <ApplicationVersionId>6d98fec0-11c4-4243-8cfd-040ced3a2fee</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>1c44dcf4-eccf-4b6d-99ed-aa9a9eb7201d</DeviceGroupId>
    <DeviceId>726538f0-1044-4305-a68d-4a84ef6b13bd</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>69f59da2-0257-4f21-b757-4370ae8aa145</NodeId>
    <NodeRouteId>dd4f5eda-d5df-478d-9272-43f215cd13e1</NodeRouteId>
    <TenantId>c0f13d83-a5c4-4049-b255-2916d0e4e7cb</TenantId>
    <UserGroupId>9fccd572-3d03-4640-b97b-8c397b070c65</UserGroupId>
    <UserId>92f7b5a4-2ca0-4a98-b3fa-e0f44f672cc9</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-05-11T07:44:10.1474402+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-05-11T07:44:10.1474402+00:00</UpdatedDateUtc>
    <ApplicationId>46f9cfb9-5587-4427-8ff1-797dff138e91</ApplicationId>
    <ApplicationVersionId>6d98fec0-11c4-4243-8cfd-040ced3a2fee</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>1c44dcf4-eccf-4b6d-99ed-aa9a9eb7201d</DeviceGroupId>
    <DeviceId>726538f0-1044-4305-a68d-4a84ef6b13bd</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>69f59da2-0257-4f21-b757-4370ae8aa145</NodeId>
    <NodeRouteId>dd4f5eda-d5df-478d-9272-43f215cd13e1</NodeRouteId>
    <TenantId>c0f13d83-a5c4-4049-b255-2916d0e4e7cb</TenantId>
    <UserGroupId>9fccd572-3d03-4640-b97b-8c397b070c65</UserGroupId>
    <UserId>92f7b5a4-2ca0-4a98-b3fa-e0f44f672cc9</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-05-11T07:44:10.1474402+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-05-11T07:44:10.1474402+00:00</UpdatedDateUtc>
    <ApplicationId>46f9cfb9-5587-4427-8ff1-797dff138e91</ApplicationId>
    <ApplicationVersionId>6d98fec0-11c4-4243-8cfd-040ced3a2fee</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>1c44dcf4-eccf-4b6d-99ed-aa9a9eb7201d</DeviceGroupId>
    <DeviceId>726538f0-1044-4305-a68d-4a84ef6b13bd</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>69f59da2-0257-4f21-b757-4370ae8aa145</NodeId>
    <NodeRouteId>dd4f5eda-d5df-478d-9272-43f215cd13e1</NodeRouteId>
    <TenantId>c0f13d83-a5c4-4049-b255-2916d0e4e7cb</TenantId>
    <UserGroupId>9fccd572-3d03-4640-b97b-8c397b070c65</UserGroupId>
    <UserId>92f7b5a4-2ca0-4a98-b3fa-e0f44f672cc9</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>