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": "e0232a4b-a9d5-41da-a815-baaac822e4e1",
    "tenantId": "b487b3d6-468e-48cc-a60d-a8e686998e77",
    "userId": "7d9a971f-baea-48ca-8c8f-4d1c2256b563",
    "userGroupId": "e30041c1-45e7-4161-9f98-a9a55a9af7fd",
    "deviceId": "28c9ec81-7436-42e6-8722-a4a4f6c3bcb4",
    "deviceGroupId": "f6aadaad-b736-49a8-907b-9c601fa713ec",
    "applicationId": "3c10ee1a-0f1c-4408-bdfc-6f2671ed92d6",
    "applicationVersionId": "575dd126-1c43-4292-afd0-2a543dddcaa2",
    "nodeId": "22a0c115-4d95-43a8-84f4-845ae22b3e27",
    "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-22T10:01:22.0809477+00:00",
    "updatedDateUtc": "2025-11-22T10:01:22.0809477+00:00"
  },
  {
    "nodeRouteId": "e0232a4b-a9d5-41da-a815-baaac822e4e1",
    "tenantId": "b487b3d6-468e-48cc-a60d-a8e686998e77",
    "userId": "7d9a971f-baea-48ca-8c8f-4d1c2256b563",
    "userGroupId": "e30041c1-45e7-4161-9f98-a9a55a9af7fd",
    "deviceId": "28c9ec81-7436-42e6-8722-a4a4f6c3bcb4",
    "deviceGroupId": "f6aadaad-b736-49a8-907b-9c601fa713ec",
    "applicationId": "3c10ee1a-0f1c-4408-bdfc-6f2671ed92d6",
    "applicationVersionId": "575dd126-1c43-4292-afd0-2a543dddcaa2",
    "nodeId": "22a0c115-4d95-43a8-84f4-845ae22b3e27",
    "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-22T10:01:22.0809477+00:00",
    "updatedDateUtc": "2025-11-22T10:01:22.0809477+00:00"
  },
  {
    "nodeRouteId": "e0232a4b-a9d5-41da-a815-baaac822e4e1",
    "tenantId": "b487b3d6-468e-48cc-a60d-a8e686998e77",
    "userId": "7d9a971f-baea-48ca-8c8f-4d1c2256b563",
    "userGroupId": "e30041c1-45e7-4161-9f98-a9a55a9af7fd",
    "deviceId": "28c9ec81-7436-42e6-8722-a4a4f6c3bcb4",
    "deviceGroupId": "f6aadaad-b736-49a8-907b-9c601fa713ec",
    "applicationId": "3c10ee1a-0f1c-4408-bdfc-6f2671ed92d6",
    "applicationVersionId": "575dd126-1c43-4292-afd0-2a543dddcaa2",
    "nodeId": "22a0c115-4d95-43a8-84f4-845ae22b3e27",
    "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-22T10:01:22.0809477+00:00",
    "updatedDateUtc": "2025-11-22T10:01:22.0809477+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-22T10:01:22.0809477+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-11-22T10:01:22.0809477+00:00</UpdatedDateUtc>
    <ApplicationId>3c10ee1a-0f1c-4408-bdfc-6f2671ed92d6</ApplicationId>
    <ApplicationVersionId>575dd126-1c43-4292-afd0-2a543dddcaa2</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>f6aadaad-b736-49a8-907b-9c601fa713ec</DeviceGroupId>
    <DeviceId>28c9ec81-7436-42e6-8722-a4a4f6c3bcb4</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>22a0c115-4d95-43a8-84f4-845ae22b3e27</NodeId>
    <NodeRouteId>e0232a4b-a9d5-41da-a815-baaac822e4e1</NodeRouteId>
    <TenantId>b487b3d6-468e-48cc-a60d-a8e686998e77</TenantId>
    <UserGroupId>e30041c1-45e7-4161-9f98-a9a55a9af7fd</UserGroupId>
    <UserId>7d9a971f-baea-48ca-8c8f-4d1c2256b563</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2025-11-22T10:01:22.0809477+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-11-22T10:01:22.0809477+00:00</UpdatedDateUtc>
    <ApplicationId>3c10ee1a-0f1c-4408-bdfc-6f2671ed92d6</ApplicationId>
    <ApplicationVersionId>575dd126-1c43-4292-afd0-2a543dddcaa2</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>f6aadaad-b736-49a8-907b-9c601fa713ec</DeviceGroupId>
    <DeviceId>28c9ec81-7436-42e6-8722-a4a4f6c3bcb4</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>22a0c115-4d95-43a8-84f4-845ae22b3e27</NodeId>
    <NodeRouteId>e0232a4b-a9d5-41da-a815-baaac822e4e1</NodeRouteId>
    <TenantId>b487b3d6-468e-48cc-a60d-a8e686998e77</TenantId>
    <UserGroupId>e30041c1-45e7-4161-9f98-a9a55a9af7fd</UserGroupId>
    <UserId>7d9a971f-baea-48ca-8c8f-4d1c2256b563</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2025-11-22T10:01:22.0809477+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-11-22T10:01:22.0809477+00:00</UpdatedDateUtc>
    <ApplicationId>3c10ee1a-0f1c-4408-bdfc-6f2671ed92d6</ApplicationId>
    <ApplicationVersionId>575dd126-1c43-4292-afd0-2a543dddcaa2</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>f6aadaad-b736-49a8-907b-9c601fa713ec</DeviceGroupId>
    <DeviceId>28c9ec81-7436-42e6-8722-a4a4f6c3bcb4</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>22a0c115-4d95-43a8-84f4-845ae22b3e27</NodeId>
    <NodeRouteId>e0232a4b-a9d5-41da-a815-baaac822e4e1</NodeRouteId>
    <TenantId>b487b3d6-468e-48cc-a60d-a8e686998e77</TenantId>
    <UserGroupId>e30041c1-45e7-4161-9f98-a9a55a9af7fd</UserGroupId>
    <UserId>7d9a971f-baea-48ca-8c8f-4d1c2256b563</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>