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": "68e40fdf-0554-41fd-be2e-91dc2bf3f7fd",
    "tenantId": "41d573a6-f911-4a5c-8cc8-fb60137cb259",
    "userId": "e09de520-2119-4ea8-9625-f1c50291ea01",
    "userGroupId": "6c86594d-e276-4c46-a851-19ff62a4df58",
    "deviceId": "1ad06545-29a9-427e-8f9a-3cd508f1fff5",
    "deviceGroupId": "0fc12247-a9fd-4262-bca8-602e37dc91c5",
    "applicationId": "9ed2fe2d-b42a-4f15-bcd8-44eb703c5991",
    "applicationVersionId": "692cd871-2989-406f-bfe7-fbd67870f01a",
    "nodeId": "cf4aba17-62cb-49b4-a66c-19b8f8477c13",
    "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-15T11:39:31.6142243+00:00",
    "updatedDateUtc": "2025-11-15T11:39:31.6142243+00:00"
  },
  {
    "nodeRouteId": "68e40fdf-0554-41fd-be2e-91dc2bf3f7fd",
    "tenantId": "41d573a6-f911-4a5c-8cc8-fb60137cb259",
    "userId": "e09de520-2119-4ea8-9625-f1c50291ea01",
    "userGroupId": "6c86594d-e276-4c46-a851-19ff62a4df58",
    "deviceId": "1ad06545-29a9-427e-8f9a-3cd508f1fff5",
    "deviceGroupId": "0fc12247-a9fd-4262-bca8-602e37dc91c5",
    "applicationId": "9ed2fe2d-b42a-4f15-bcd8-44eb703c5991",
    "applicationVersionId": "692cd871-2989-406f-bfe7-fbd67870f01a",
    "nodeId": "cf4aba17-62cb-49b4-a66c-19b8f8477c13",
    "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-15T11:39:31.6142243+00:00",
    "updatedDateUtc": "2025-11-15T11:39:31.6142243+00:00"
  },
  {
    "nodeRouteId": "68e40fdf-0554-41fd-be2e-91dc2bf3f7fd",
    "tenantId": "41d573a6-f911-4a5c-8cc8-fb60137cb259",
    "userId": "e09de520-2119-4ea8-9625-f1c50291ea01",
    "userGroupId": "6c86594d-e276-4c46-a851-19ff62a4df58",
    "deviceId": "1ad06545-29a9-427e-8f9a-3cd508f1fff5",
    "deviceGroupId": "0fc12247-a9fd-4262-bca8-602e37dc91c5",
    "applicationId": "9ed2fe2d-b42a-4f15-bcd8-44eb703c5991",
    "applicationVersionId": "692cd871-2989-406f-bfe7-fbd67870f01a",
    "nodeId": "cf4aba17-62cb-49b4-a66c-19b8f8477c13",
    "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-15T11:39:31.6142243+00:00",
    "updatedDateUtc": "2025-11-15T11:39:31.6142243+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-15T11:39:31.6142243+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-11-15T11:39:31.6142243+00:00</UpdatedDateUtc>
    <ApplicationId>9ed2fe2d-b42a-4f15-bcd8-44eb703c5991</ApplicationId>
    <ApplicationVersionId>692cd871-2989-406f-bfe7-fbd67870f01a</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>0fc12247-a9fd-4262-bca8-602e37dc91c5</DeviceGroupId>
    <DeviceId>1ad06545-29a9-427e-8f9a-3cd508f1fff5</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>cf4aba17-62cb-49b4-a66c-19b8f8477c13</NodeId>
    <NodeRouteId>68e40fdf-0554-41fd-be2e-91dc2bf3f7fd</NodeRouteId>
    <TenantId>41d573a6-f911-4a5c-8cc8-fb60137cb259</TenantId>
    <UserGroupId>6c86594d-e276-4c46-a851-19ff62a4df58</UserGroupId>
    <UserId>e09de520-2119-4ea8-9625-f1c50291ea01</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2025-11-15T11:39:31.6142243+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-11-15T11:39:31.6142243+00:00</UpdatedDateUtc>
    <ApplicationId>9ed2fe2d-b42a-4f15-bcd8-44eb703c5991</ApplicationId>
    <ApplicationVersionId>692cd871-2989-406f-bfe7-fbd67870f01a</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>0fc12247-a9fd-4262-bca8-602e37dc91c5</DeviceGroupId>
    <DeviceId>1ad06545-29a9-427e-8f9a-3cd508f1fff5</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>cf4aba17-62cb-49b4-a66c-19b8f8477c13</NodeId>
    <NodeRouteId>68e40fdf-0554-41fd-be2e-91dc2bf3f7fd</NodeRouteId>
    <TenantId>41d573a6-f911-4a5c-8cc8-fb60137cb259</TenantId>
    <UserGroupId>6c86594d-e276-4c46-a851-19ff62a4df58</UserGroupId>
    <UserId>e09de520-2119-4ea8-9625-f1c50291ea01</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2025-11-15T11:39:31.6142243+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-11-15T11:39:31.6142243+00:00</UpdatedDateUtc>
    <ApplicationId>9ed2fe2d-b42a-4f15-bcd8-44eb703c5991</ApplicationId>
    <ApplicationVersionId>692cd871-2989-406f-bfe7-fbd67870f01a</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>0fc12247-a9fd-4262-bca8-602e37dc91c5</DeviceGroupId>
    <DeviceId>1ad06545-29a9-427e-8f9a-3cd508f1fff5</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>cf4aba17-62cb-49b4-a66c-19b8f8477c13</NodeId>
    <NodeRouteId>68e40fdf-0554-41fd-be2e-91dc2bf3f7fd</NodeRouteId>
    <TenantId>41d573a6-f911-4a5c-8cc8-fb60137cb259</TenantId>
    <UserGroupId>6c86594d-e276-4c46-a851-19ff62a4df58</UserGroupId>
    <UserId>e09de520-2119-4ea8-9625-f1c50291ea01</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>