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": "05ecb436-c615-44de-81a6-b9d6742dbad5",
    "tenantId": "1bdbbffa-31e3-4d6e-ae7e-6c05892d4d00",
    "userId": "373cbc2e-09db-46a3-b37f-ab5ddafeda81",
    "userGroupId": "89381540-c583-4f31-b8fd-b7de1b5571cd",
    "deviceId": "c540e181-9c38-440c-a7bc-0c2306071d38",
    "deviceGroupId": "56428077-5bdc-4f02-93de-522f08e8f747",
    "applicationId": "3e7cf3c1-b177-4a92-ad79-c2b682d74e8c",
    "applicationVersionId": "15807215-47fa-4505-8e72-689881f594cd",
    "nodeId": "c7a8bed1-5510-4df5-aa16-2df7e55eff0f",
    "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-09-02T13:05:59.6848831+00:00",
    "updatedDateUtc": "2026-09-02T13:05:59.6848831+00:00"
  },
  {
    "nodeRouteId": "05ecb436-c615-44de-81a6-b9d6742dbad5",
    "tenantId": "1bdbbffa-31e3-4d6e-ae7e-6c05892d4d00",
    "userId": "373cbc2e-09db-46a3-b37f-ab5ddafeda81",
    "userGroupId": "89381540-c583-4f31-b8fd-b7de1b5571cd",
    "deviceId": "c540e181-9c38-440c-a7bc-0c2306071d38",
    "deviceGroupId": "56428077-5bdc-4f02-93de-522f08e8f747",
    "applicationId": "3e7cf3c1-b177-4a92-ad79-c2b682d74e8c",
    "applicationVersionId": "15807215-47fa-4505-8e72-689881f594cd",
    "nodeId": "c7a8bed1-5510-4df5-aa16-2df7e55eff0f",
    "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-09-02T13:05:59.6848831+00:00",
    "updatedDateUtc": "2026-09-02T13:05:59.6848831+00:00"
  },
  {
    "nodeRouteId": "05ecb436-c615-44de-81a6-b9d6742dbad5",
    "tenantId": "1bdbbffa-31e3-4d6e-ae7e-6c05892d4d00",
    "userId": "373cbc2e-09db-46a3-b37f-ab5ddafeda81",
    "userGroupId": "89381540-c583-4f31-b8fd-b7de1b5571cd",
    "deviceId": "c540e181-9c38-440c-a7bc-0c2306071d38",
    "deviceGroupId": "56428077-5bdc-4f02-93de-522f08e8f747",
    "applicationId": "3e7cf3c1-b177-4a92-ad79-c2b682d74e8c",
    "applicationVersionId": "15807215-47fa-4505-8e72-689881f594cd",
    "nodeId": "c7a8bed1-5510-4df5-aa16-2df7e55eff0f",
    "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-09-02T13:05:59.6848831+00:00",
    "updatedDateUtc": "2026-09-02T13:05:59.6848831+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-09-02T13:05:59.6848831+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-09-02T13:05:59.6848831+00:00</UpdatedDateUtc>
    <ApplicationId>3e7cf3c1-b177-4a92-ad79-c2b682d74e8c</ApplicationId>
    <ApplicationVersionId>15807215-47fa-4505-8e72-689881f594cd</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>56428077-5bdc-4f02-93de-522f08e8f747</DeviceGroupId>
    <DeviceId>c540e181-9c38-440c-a7bc-0c2306071d38</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>c7a8bed1-5510-4df5-aa16-2df7e55eff0f</NodeId>
    <NodeRouteId>05ecb436-c615-44de-81a6-b9d6742dbad5</NodeRouteId>
    <TenantId>1bdbbffa-31e3-4d6e-ae7e-6c05892d4d00</TenantId>
    <UserGroupId>89381540-c583-4f31-b8fd-b7de1b5571cd</UserGroupId>
    <UserId>373cbc2e-09db-46a3-b37f-ab5ddafeda81</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-09-02T13:05:59.6848831+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-09-02T13:05:59.6848831+00:00</UpdatedDateUtc>
    <ApplicationId>3e7cf3c1-b177-4a92-ad79-c2b682d74e8c</ApplicationId>
    <ApplicationVersionId>15807215-47fa-4505-8e72-689881f594cd</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>56428077-5bdc-4f02-93de-522f08e8f747</DeviceGroupId>
    <DeviceId>c540e181-9c38-440c-a7bc-0c2306071d38</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>c7a8bed1-5510-4df5-aa16-2df7e55eff0f</NodeId>
    <NodeRouteId>05ecb436-c615-44de-81a6-b9d6742dbad5</NodeRouteId>
    <TenantId>1bdbbffa-31e3-4d6e-ae7e-6c05892d4d00</TenantId>
    <UserGroupId>89381540-c583-4f31-b8fd-b7de1b5571cd</UserGroupId>
    <UserId>373cbc2e-09db-46a3-b37f-ab5ddafeda81</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-09-02T13:05:59.6848831+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-09-02T13:05:59.6848831+00:00</UpdatedDateUtc>
    <ApplicationId>3e7cf3c1-b177-4a92-ad79-c2b682d74e8c</ApplicationId>
    <ApplicationVersionId>15807215-47fa-4505-8e72-689881f594cd</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>56428077-5bdc-4f02-93de-522f08e8f747</DeviceGroupId>
    <DeviceId>c540e181-9c38-440c-a7bc-0c2306071d38</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>c7a8bed1-5510-4df5-aa16-2df7e55eff0f</NodeId>
    <NodeRouteId>05ecb436-c615-44de-81a6-b9d6742dbad5</NodeRouteId>
    <TenantId>1bdbbffa-31e3-4d6e-ae7e-6c05892d4d00</TenantId>
    <UserGroupId>89381540-c583-4f31-b8fd-b7de1b5571cd</UserGroupId>
    <UserId>373cbc2e-09db-46a3-b37f-ab5ddafeda81</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>