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": "cd7dbc02-ecdf-45b0-97ea-db0629299371",
    "tenantId": "10b95e17-a492-4760-92fc-60c8b9b7f457",
    "userId": "a1618e81-946a-4238-9fd9-c6ac2653cd01",
    "userGroupId": "7685da21-6144-4efa-abfa-17b67b4861f5",
    "deviceId": "0cc6fa88-508f-45da-ac34-9b92397cd476",
    "deviceGroupId": "fb9a9b84-e2ac-4d66-a0b0-3a8b904c2058",
    "applicationId": "a77961e4-ee54-4e1e-993e-10cf3c3b90ec",
    "applicationVersionId": "15f71346-2ad2-442f-ba66-3bd1c7724860",
    "nodeId": "a4f65629-0505-475a-9b79-ca7184368df0",
    "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-03-10T15:01:51.2283208+00:00",
    "updatedDateUtc": "2026-03-10T15:01:51.2283208+00:00"
  },
  {
    "nodeRouteId": "cd7dbc02-ecdf-45b0-97ea-db0629299371",
    "tenantId": "10b95e17-a492-4760-92fc-60c8b9b7f457",
    "userId": "a1618e81-946a-4238-9fd9-c6ac2653cd01",
    "userGroupId": "7685da21-6144-4efa-abfa-17b67b4861f5",
    "deviceId": "0cc6fa88-508f-45da-ac34-9b92397cd476",
    "deviceGroupId": "fb9a9b84-e2ac-4d66-a0b0-3a8b904c2058",
    "applicationId": "a77961e4-ee54-4e1e-993e-10cf3c3b90ec",
    "applicationVersionId": "15f71346-2ad2-442f-ba66-3bd1c7724860",
    "nodeId": "a4f65629-0505-475a-9b79-ca7184368df0",
    "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-03-10T15:01:51.2283208+00:00",
    "updatedDateUtc": "2026-03-10T15:01:51.2283208+00:00"
  },
  {
    "nodeRouteId": "cd7dbc02-ecdf-45b0-97ea-db0629299371",
    "tenantId": "10b95e17-a492-4760-92fc-60c8b9b7f457",
    "userId": "a1618e81-946a-4238-9fd9-c6ac2653cd01",
    "userGroupId": "7685da21-6144-4efa-abfa-17b67b4861f5",
    "deviceId": "0cc6fa88-508f-45da-ac34-9b92397cd476",
    "deviceGroupId": "fb9a9b84-e2ac-4d66-a0b0-3a8b904c2058",
    "applicationId": "a77961e4-ee54-4e1e-993e-10cf3c3b90ec",
    "applicationVersionId": "15f71346-2ad2-442f-ba66-3bd1c7724860",
    "nodeId": "a4f65629-0505-475a-9b79-ca7184368df0",
    "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-03-10T15:01:51.2283208+00:00",
    "updatedDateUtc": "2026-03-10T15:01:51.2283208+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-03-10T15:01:51.2283208+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-10T15:01:51.2283208+00:00</UpdatedDateUtc>
    <ApplicationId>a77961e4-ee54-4e1e-993e-10cf3c3b90ec</ApplicationId>
    <ApplicationVersionId>15f71346-2ad2-442f-ba66-3bd1c7724860</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>fb9a9b84-e2ac-4d66-a0b0-3a8b904c2058</DeviceGroupId>
    <DeviceId>0cc6fa88-508f-45da-ac34-9b92397cd476</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>a4f65629-0505-475a-9b79-ca7184368df0</NodeId>
    <NodeRouteId>cd7dbc02-ecdf-45b0-97ea-db0629299371</NodeRouteId>
    <TenantId>10b95e17-a492-4760-92fc-60c8b9b7f457</TenantId>
    <UserGroupId>7685da21-6144-4efa-abfa-17b67b4861f5</UserGroupId>
    <UserId>a1618e81-946a-4238-9fd9-c6ac2653cd01</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-03-10T15:01:51.2283208+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-10T15:01:51.2283208+00:00</UpdatedDateUtc>
    <ApplicationId>a77961e4-ee54-4e1e-993e-10cf3c3b90ec</ApplicationId>
    <ApplicationVersionId>15f71346-2ad2-442f-ba66-3bd1c7724860</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>fb9a9b84-e2ac-4d66-a0b0-3a8b904c2058</DeviceGroupId>
    <DeviceId>0cc6fa88-508f-45da-ac34-9b92397cd476</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>a4f65629-0505-475a-9b79-ca7184368df0</NodeId>
    <NodeRouteId>cd7dbc02-ecdf-45b0-97ea-db0629299371</NodeRouteId>
    <TenantId>10b95e17-a492-4760-92fc-60c8b9b7f457</TenantId>
    <UserGroupId>7685da21-6144-4efa-abfa-17b67b4861f5</UserGroupId>
    <UserId>a1618e81-946a-4238-9fd9-c6ac2653cd01</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-03-10T15:01:51.2283208+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-10T15:01:51.2283208+00:00</UpdatedDateUtc>
    <ApplicationId>a77961e4-ee54-4e1e-993e-10cf3c3b90ec</ApplicationId>
    <ApplicationVersionId>15f71346-2ad2-442f-ba66-3bd1c7724860</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>fb9a9b84-e2ac-4d66-a0b0-3a8b904c2058</DeviceGroupId>
    <DeviceId>0cc6fa88-508f-45da-ac34-9b92397cd476</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>a4f65629-0505-475a-9b79-ca7184368df0</NodeId>
    <NodeRouteId>cd7dbc02-ecdf-45b0-97ea-db0629299371</NodeRouteId>
    <TenantId>10b95e17-a492-4760-92fc-60c8b9b7f457</TenantId>
    <UserGroupId>7685da21-6144-4efa-abfa-17b67b4861f5</UserGroupId>
    <UserId>a1618e81-946a-4238-9fd9-c6ac2653cd01</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>