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": "86a072c5-f746-4c08-bafc-670da302f45b",
    "tenantId": "95aecf4c-919a-411f-9cb5-3674112efe49",
    "userId": "6a1c20bf-511f-4f15-90f2-12baf908db59",
    "userGroupId": "2f44b484-c169-4b12-a821-1812c59122f9",
    "deviceId": "0065931e-e593-40de-b7fb-7300842b1a1f",
    "deviceGroupId": "1c52c88c-ba25-46c6-bcc3-a683d0d530b7",
    "applicationId": "f440948b-b5d0-4231-84fd-0b4b7641ac30",
    "applicationVersionId": "1d1fa0e8-c88b-4130-8199-a9c4bc43e89c",
    "nodeId": "b8ec1a4f-fbe4-44cb-8960-22a6ec1713db",
    "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-01-26T05:53:43.5051226+00:00",
    "updatedDateUtc": "2026-01-26T05:53:43.5051226+00:00"
  },
  {
    "nodeRouteId": "86a072c5-f746-4c08-bafc-670da302f45b",
    "tenantId": "95aecf4c-919a-411f-9cb5-3674112efe49",
    "userId": "6a1c20bf-511f-4f15-90f2-12baf908db59",
    "userGroupId": "2f44b484-c169-4b12-a821-1812c59122f9",
    "deviceId": "0065931e-e593-40de-b7fb-7300842b1a1f",
    "deviceGroupId": "1c52c88c-ba25-46c6-bcc3-a683d0d530b7",
    "applicationId": "f440948b-b5d0-4231-84fd-0b4b7641ac30",
    "applicationVersionId": "1d1fa0e8-c88b-4130-8199-a9c4bc43e89c",
    "nodeId": "b8ec1a4f-fbe4-44cb-8960-22a6ec1713db",
    "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-01-26T05:53:43.5051226+00:00",
    "updatedDateUtc": "2026-01-26T05:53:43.5051226+00:00"
  },
  {
    "nodeRouteId": "86a072c5-f746-4c08-bafc-670da302f45b",
    "tenantId": "95aecf4c-919a-411f-9cb5-3674112efe49",
    "userId": "6a1c20bf-511f-4f15-90f2-12baf908db59",
    "userGroupId": "2f44b484-c169-4b12-a821-1812c59122f9",
    "deviceId": "0065931e-e593-40de-b7fb-7300842b1a1f",
    "deviceGroupId": "1c52c88c-ba25-46c6-bcc3-a683d0d530b7",
    "applicationId": "f440948b-b5d0-4231-84fd-0b4b7641ac30",
    "applicationVersionId": "1d1fa0e8-c88b-4130-8199-a9c4bc43e89c",
    "nodeId": "b8ec1a4f-fbe4-44cb-8960-22a6ec1713db",
    "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-01-26T05:53:43.5051226+00:00",
    "updatedDateUtc": "2026-01-26T05:53:43.5051226+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-01-26T05:53:43.5051226+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-01-26T05:53:43.5051226+00:00</UpdatedDateUtc>
    <ApplicationId>f440948b-b5d0-4231-84fd-0b4b7641ac30</ApplicationId>
    <ApplicationVersionId>1d1fa0e8-c88b-4130-8199-a9c4bc43e89c</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>1c52c88c-ba25-46c6-bcc3-a683d0d530b7</DeviceGroupId>
    <DeviceId>0065931e-e593-40de-b7fb-7300842b1a1f</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>b8ec1a4f-fbe4-44cb-8960-22a6ec1713db</NodeId>
    <NodeRouteId>86a072c5-f746-4c08-bafc-670da302f45b</NodeRouteId>
    <TenantId>95aecf4c-919a-411f-9cb5-3674112efe49</TenantId>
    <UserGroupId>2f44b484-c169-4b12-a821-1812c59122f9</UserGroupId>
    <UserId>6a1c20bf-511f-4f15-90f2-12baf908db59</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-01-26T05:53:43.5051226+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-01-26T05:53:43.5051226+00:00</UpdatedDateUtc>
    <ApplicationId>f440948b-b5d0-4231-84fd-0b4b7641ac30</ApplicationId>
    <ApplicationVersionId>1d1fa0e8-c88b-4130-8199-a9c4bc43e89c</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>1c52c88c-ba25-46c6-bcc3-a683d0d530b7</DeviceGroupId>
    <DeviceId>0065931e-e593-40de-b7fb-7300842b1a1f</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>b8ec1a4f-fbe4-44cb-8960-22a6ec1713db</NodeId>
    <NodeRouteId>86a072c5-f746-4c08-bafc-670da302f45b</NodeRouteId>
    <TenantId>95aecf4c-919a-411f-9cb5-3674112efe49</TenantId>
    <UserGroupId>2f44b484-c169-4b12-a821-1812c59122f9</UserGroupId>
    <UserId>6a1c20bf-511f-4f15-90f2-12baf908db59</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-01-26T05:53:43.5051226+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-01-26T05:53:43.5051226+00:00</UpdatedDateUtc>
    <ApplicationId>f440948b-b5d0-4231-84fd-0b4b7641ac30</ApplicationId>
    <ApplicationVersionId>1d1fa0e8-c88b-4130-8199-a9c4bc43e89c</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>1c52c88c-ba25-46c6-bcc3-a683d0d530b7</DeviceGroupId>
    <DeviceId>0065931e-e593-40de-b7fb-7300842b1a1f</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>b8ec1a4f-fbe4-44cb-8960-22a6ec1713db</NodeId>
    <NodeRouteId>86a072c5-f746-4c08-bafc-670da302f45b</NodeRouteId>
    <TenantId>95aecf4c-919a-411f-9cb5-3674112efe49</TenantId>
    <UserGroupId>2f44b484-c169-4b12-a821-1812c59122f9</UserGroupId>
    <UserId>6a1c20bf-511f-4f15-90f2-12baf908db59</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>