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": "b3f1d920-a601-4080-b783-b7f7c368425d",
    "tenantId": "aa523117-e30c-46d8-9583-6705add8db0a",
    "userId": "65fa1c56-45c0-4b03-a8d1-f4e9f8c808b9",
    "userGroupId": "dff9f6f1-083e-41d7-b229-6be8232c1208",
    "deviceId": "ba692386-8303-4f35-a0d6-6a59d1281bc6",
    "deviceGroupId": "bbf3bd58-4b12-4cd2-935d-e1c68bbe7631",
    "applicationId": "089f876f-51da-4a65-a526-2baa99f5717c",
    "applicationVersionId": "400469cd-ebb5-4618-8976-e8156cab51c4",
    "nodeId": "5b7e78df-a350-4a32-973e-f29266f1a3cc",
    "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-06-22T05:09:49.0632879+00:00",
    "updatedDateUtc": "2026-06-22T05:09:49.0632879+00:00"
  },
  {
    "nodeRouteId": "b3f1d920-a601-4080-b783-b7f7c368425d",
    "tenantId": "aa523117-e30c-46d8-9583-6705add8db0a",
    "userId": "65fa1c56-45c0-4b03-a8d1-f4e9f8c808b9",
    "userGroupId": "dff9f6f1-083e-41d7-b229-6be8232c1208",
    "deviceId": "ba692386-8303-4f35-a0d6-6a59d1281bc6",
    "deviceGroupId": "bbf3bd58-4b12-4cd2-935d-e1c68bbe7631",
    "applicationId": "089f876f-51da-4a65-a526-2baa99f5717c",
    "applicationVersionId": "400469cd-ebb5-4618-8976-e8156cab51c4",
    "nodeId": "5b7e78df-a350-4a32-973e-f29266f1a3cc",
    "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-06-22T05:09:49.0632879+00:00",
    "updatedDateUtc": "2026-06-22T05:09:49.0632879+00:00"
  },
  {
    "nodeRouteId": "b3f1d920-a601-4080-b783-b7f7c368425d",
    "tenantId": "aa523117-e30c-46d8-9583-6705add8db0a",
    "userId": "65fa1c56-45c0-4b03-a8d1-f4e9f8c808b9",
    "userGroupId": "dff9f6f1-083e-41d7-b229-6be8232c1208",
    "deviceId": "ba692386-8303-4f35-a0d6-6a59d1281bc6",
    "deviceGroupId": "bbf3bd58-4b12-4cd2-935d-e1c68bbe7631",
    "applicationId": "089f876f-51da-4a65-a526-2baa99f5717c",
    "applicationVersionId": "400469cd-ebb5-4618-8976-e8156cab51c4",
    "nodeId": "5b7e78df-a350-4a32-973e-f29266f1a3cc",
    "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-06-22T05:09:49.0632879+00:00",
    "updatedDateUtc": "2026-06-22T05:09:49.0632879+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-06-22T05:09:49.0632879+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-22T05:09:49.0632879+00:00</UpdatedDateUtc>
    <ApplicationId>089f876f-51da-4a65-a526-2baa99f5717c</ApplicationId>
    <ApplicationVersionId>400469cd-ebb5-4618-8976-e8156cab51c4</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>bbf3bd58-4b12-4cd2-935d-e1c68bbe7631</DeviceGroupId>
    <DeviceId>ba692386-8303-4f35-a0d6-6a59d1281bc6</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>5b7e78df-a350-4a32-973e-f29266f1a3cc</NodeId>
    <NodeRouteId>b3f1d920-a601-4080-b783-b7f7c368425d</NodeRouteId>
    <TenantId>aa523117-e30c-46d8-9583-6705add8db0a</TenantId>
    <UserGroupId>dff9f6f1-083e-41d7-b229-6be8232c1208</UserGroupId>
    <UserId>65fa1c56-45c0-4b03-a8d1-f4e9f8c808b9</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-06-22T05:09:49.0632879+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-22T05:09:49.0632879+00:00</UpdatedDateUtc>
    <ApplicationId>089f876f-51da-4a65-a526-2baa99f5717c</ApplicationId>
    <ApplicationVersionId>400469cd-ebb5-4618-8976-e8156cab51c4</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>bbf3bd58-4b12-4cd2-935d-e1c68bbe7631</DeviceGroupId>
    <DeviceId>ba692386-8303-4f35-a0d6-6a59d1281bc6</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>5b7e78df-a350-4a32-973e-f29266f1a3cc</NodeId>
    <NodeRouteId>b3f1d920-a601-4080-b783-b7f7c368425d</NodeRouteId>
    <TenantId>aa523117-e30c-46d8-9583-6705add8db0a</TenantId>
    <UserGroupId>dff9f6f1-083e-41d7-b229-6be8232c1208</UserGroupId>
    <UserId>65fa1c56-45c0-4b03-a8d1-f4e9f8c808b9</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-06-22T05:09:49.0632879+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-22T05:09:49.0632879+00:00</UpdatedDateUtc>
    <ApplicationId>089f876f-51da-4a65-a526-2baa99f5717c</ApplicationId>
    <ApplicationVersionId>400469cd-ebb5-4618-8976-e8156cab51c4</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>bbf3bd58-4b12-4cd2-935d-e1c68bbe7631</DeviceGroupId>
    <DeviceId>ba692386-8303-4f35-a0d6-6a59d1281bc6</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>5b7e78df-a350-4a32-973e-f29266f1a3cc</NodeId>
    <NodeRouteId>b3f1d920-a601-4080-b783-b7f7c368425d</NodeRouteId>
    <TenantId>aa523117-e30c-46d8-9583-6705add8db0a</TenantId>
    <UserGroupId>dff9f6f1-083e-41d7-b229-6be8232c1208</UserGroupId>
    <UserId>65fa1c56-45c0-4b03-a8d1-f4e9f8c808b9</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>