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": "07fc6372-e2e1-42d7-8a4e-0428a4393f9c",
    "tenantId": "4620da6d-2c77-4a36-b900-35f9137d41db",
    "userId": "b882cc14-dbea-4bdb-be14-94c7afb0908c",
    "userGroupId": "e664c1f2-d53b-4579-87c8-d61a99883ea6",
    "deviceId": "b3b64df0-8bff-4b5c-889c-91b2ff44926c",
    "deviceGroupId": "3c25d0ab-0ba4-4096-ad41-0c8745836ef4",
    "applicationId": "bdff0eb0-5021-4fa6-840f-782acdc1da4d",
    "applicationVersionId": "1de2fa06-90cb-4206-b55a-18ff37313ed1",
    "nodeId": "779a05cc-8931-4d91-8589-87b63e2c8940",
    "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-09-13T07:27:10.9136881+00:00",
    "updatedDateUtc": "2025-09-13T07:27:10.9136881+00:00"
  },
  {
    "nodeRouteId": "07fc6372-e2e1-42d7-8a4e-0428a4393f9c",
    "tenantId": "4620da6d-2c77-4a36-b900-35f9137d41db",
    "userId": "b882cc14-dbea-4bdb-be14-94c7afb0908c",
    "userGroupId": "e664c1f2-d53b-4579-87c8-d61a99883ea6",
    "deviceId": "b3b64df0-8bff-4b5c-889c-91b2ff44926c",
    "deviceGroupId": "3c25d0ab-0ba4-4096-ad41-0c8745836ef4",
    "applicationId": "bdff0eb0-5021-4fa6-840f-782acdc1da4d",
    "applicationVersionId": "1de2fa06-90cb-4206-b55a-18ff37313ed1",
    "nodeId": "779a05cc-8931-4d91-8589-87b63e2c8940",
    "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-09-13T07:27:10.9136881+00:00",
    "updatedDateUtc": "2025-09-13T07:27:10.9136881+00:00"
  },
  {
    "nodeRouteId": "07fc6372-e2e1-42d7-8a4e-0428a4393f9c",
    "tenantId": "4620da6d-2c77-4a36-b900-35f9137d41db",
    "userId": "b882cc14-dbea-4bdb-be14-94c7afb0908c",
    "userGroupId": "e664c1f2-d53b-4579-87c8-d61a99883ea6",
    "deviceId": "b3b64df0-8bff-4b5c-889c-91b2ff44926c",
    "deviceGroupId": "3c25d0ab-0ba4-4096-ad41-0c8745836ef4",
    "applicationId": "bdff0eb0-5021-4fa6-840f-782acdc1da4d",
    "applicationVersionId": "1de2fa06-90cb-4206-b55a-18ff37313ed1",
    "nodeId": "779a05cc-8931-4d91-8589-87b63e2c8940",
    "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-09-13T07:27:10.9136881+00:00",
    "updatedDateUtc": "2025-09-13T07:27:10.9136881+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-09-13T07:27:10.9136881+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-09-13T07:27:10.9136881+00:00</UpdatedDateUtc>
    <ApplicationId>bdff0eb0-5021-4fa6-840f-782acdc1da4d</ApplicationId>
    <ApplicationVersionId>1de2fa06-90cb-4206-b55a-18ff37313ed1</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>3c25d0ab-0ba4-4096-ad41-0c8745836ef4</DeviceGroupId>
    <DeviceId>b3b64df0-8bff-4b5c-889c-91b2ff44926c</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>779a05cc-8931-4d91-8589-87b63e2c8940</NodeId>
    <NodeRouteId>07fc6372-e2e1-42d7-8a4e-0428a4393f9c</NodeRouteId>
    <TenantId>4620da6d-2c77-4a36-b900-35f9137d41db</TenantId>
    <UserGroupId>e664c1f2-d53b-4579-87c8-d61a99883ea6</UserGroupId>
    <UserId>b882cc14-dbea-4bdb-be14-94c7afb0908c</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2025-09-13T07:27:10.9136881+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-09-13T07:27:10.9136881+00:00</UpdatedDateUtc>
    <ApplicationId>bdff0eb0-5021-4fa6-840f-782acdc1da4d</ApplicationId>
    <ApplicationVersionId>1de2fa06-90cb-4206-b55a-18ff37313ed1</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>3c25d0ab-0ba4-4096-ad41-0c8745836ef4</DeviceGroupId>
    <DeviceId>b3b64df0-8bff-4b5c-889c-91b2ff44926c</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>779a05cc-8931-4d91-8589-87b63e2c8940</NodeId>
    <NodeRouteId>07fc6372-e2e1-42d7-8a4e-0428a4393f9c</NodeRouteId>
    <TenantId>4620da6d-2c77-4a36-b900-35f9137d41db</TenantId>
    <UserGroupId>e664c1f2-d53b-4579-87c8-d61a99883ea6</UserGroupId>
    <UserId>b882cc14-dbea-4bdb-be14-94c7afb0908c</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2025-09-13T07:27:10.9136881+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-09-13T07:27:10.9136881+00:00</UpdatedDateUtc>
    <ApplicationId>bdff0eb0-5021-4fa6-840f-782acdc1da4d</ApplicationId>
    <ApplicationVersionId>1de2fa06-90cb-4206-b55a-18ff37313ed1</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>3c25d0ab-0ba4-4096-ad41-0c8745836ef4</DeviceGroupId>
    <DeviceId>b3b64df0-8bff-4b5c-889c-91b2ff44926c</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>779a05cc-8931-4d91-8589-87b63e2c8940</NodeId>
    <NodeRouteId>07fc6372-e2e1-42d7-8a4e-0428a4393f9c</NodeRouteId>
    <TenantId>4620da6d-2c77-4a36-b900-35f9137d41db</TenantId>
    <UserGroupId>e664c1f2-d53b-4579-87c8-d61a99883ea6</UserGroupId>
    <UserId>b882cc14-dbea-4bdb-be14-94c7afb0908c</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>