Cyan Web API - Version 1


GET api/nodeRoutes

            Gets all NodeRoutes for a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "nodeRouteId": "84bf1759-d9c7-47e6-b795-5420895882ed",
    "tenantId": "836d58b1-1c69-483f-ae44-8bdbf90e9999",
    "userId": "2a5ca9d0-a631-497c-912a-b2112f77e763",
    "userGroupId": "d9f90aff-8321-4817-a5d1-ebf046335ca7",
    "deviceId": "d67c0874-5862-4172-b54d-50c25f5da247",
    "deviceGroupId": "cc0f931a-c9fb-4fed-b7e5-fb2deabf82c7",
    "applicationId": "feedee88-cba2-4aff-8a6a-2de98d99a2e9",
    "applicationVersionId": "c35a0f85-9a2f-4778-bc1b-b431ae684222",
    "nodeId": "cf233f32-44f6-41ca-b0e3-b0d65fa58074",
    "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-03-29T10:51:13.6830523+00:00",
    "updatedDateUtc": "2026-03-29T10:51:13.6830523+00:00"
  },
  {
    "nodeRouteId": "84bf1759-d9c7-47e6-b795-5420895882ed",
    "tenantId": "836d58b1-1c69-483f-ae44-8bdbf90e9999",
    "userId": "2a5ca9d0-a631-497c-912a-b2112f77e763",
    "userGroupId": "d9f90aff-8321-4817-a5d1-ebf046335ca7",
    "deviceId": "d67c0874-5862-4172-b54d-50c25f5da247",
    "deviceGroupId": "cc0f931a-c9fb-4fed-b7e5-fb2deabf82c7",
    "applicationId": "feedee88-cba2-4aff-8a6a-2de98d99a2e9",
    "applicationVersionId": "c35a0f85-9a2f-4778-bc1b-b431ae684222",
    "nodeId": "cf233f32-44f6-41ca-b0e3-b0d65fa58074",
    "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-03-29T10:51:13.6830523+00:00",
    "updatedDateUtc": "2026-03-29T10:51:13.6830523+00:00"
  },
  {
    "nodeRouteId": "84bf1759-d9c7-47e6-b795-5420895882ed",
    "tenantId": "836d58b1-1c69-483f-ae44-8bdbf90e9999",
    "userId": "2a5ca9d0-a631-497c-912a-b2112f77e763",
    "userGroupId": "d9f90aff-8321-4817-a5d1-ebf046335ca7",
    "deviceId": "d67c0874-5862-4172-b54d-50c25f5da247",
    "deviceGroupId": "cc0f931a-c9fb-4fed-b7e5-fb2deabf82c7",
    "applicationId": "feedee88-cba2-4aff-8a6a-2de98d99a2e9",
    "applicationVersionId": "c35a0f85-9a2f-4778-bc1b-b431ae684222",
    "nodeId": "cf233f32-44f6-41ca-b0e3-b0d65fa58074",
    "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-03-29T10:51:13.6830523+00:00",
    "updatedDateUtc": "2026-03-29T10:51:13.6830523+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-03-29T10:51:13.6830523+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-29T10:51:13.6830523+00:00</UpdatedDateUtc>
    <ApplicationId>feedee88-cba2-4aff-8a6a-2de98d99a2e9</ApplicationId>
    <ApplicationVersionId>c35a0f85-9a2f-4778-bc1b-b431ae684222</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>cc0f931a-c9fb-4fed-b7e5-fb2deabf82c7</DeviceGroupId>
    <DeviceId>d67c0874-5862-4172-b54d-50c25f5da247</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>cf233f32-44f6-41ca-b0e3-b0d65fa58074</NodeId>
    <NodeRouteId>84bf1759-d9c7-47e6-b795-5420895882ed</NodeRouteId>
    <TenantId>836d58b1-1c69-483f-ae44-8bdbf90e9999</TenantId>
    <UserGroupId>d9f90aff-8321-4817-a5d1-ebf046335ca7</UserGroupId>
    <UserId>2a5ca9d0-a631-497c-912a-b2112f77e763</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-03-29T10:51:13.6830523+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-29T10:51:13.6830523+00:00</UpdatedDateUtc>
    <ApplicationId>feedee88-cba2-4aff-8a6a-2de98d99a2e9</ApplicationId>
    <ApplicationVersionId>c35a0f85-9a2f-4778-bc1b-b431ae684222</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>cc0f931a-c9fb-4fed-b7e5-fb2deabf82c7</DeviceGroupId>
    <DeviceId>d67c0874-5862-4172-b54d-50c25f5da247</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>cf233f32-44f6-41ca-b0e3-b0d65fa58074</NodeId>
    <NodeRouteId>84bf1759-d9c7-47e6-b795-5420895882ed</NodeRouteId>
    <TenantId>836d58b1-1c69-483f-ae44-8bdbf90e9999</TenantId>
    <UserGroupId>d9f90aff-8321-4817-a5d1-ebf046335ca7</UserGroupId>
    <UserId>2a5ca9d0-a631-497c-912a-b2112f77e763</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-03-29T10:51:13.6830523+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-29T10:51:13.6830523+00:00</UpdatedDateUtc>
    <ApplicationId>feedee88-cba2-4aff-8a6a-2de98d99a2e9</ApplicationId>
    <ApplicationVersionId>c35a0f85-9a2f-4778-bc1b-b431ae684222</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>cc0f931a-c9fb-4fed-b7e5-fb2deabf82c7</DeviceGroupId>
    <DeviceId>d67c0874-5862-4172-b54d-50c25f5da247</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>cf233f32-44f6-41ca-b0e3-b0d65fa58074</NodeId>
    <NodeRouteId>84bf1759-d9c7-47e6-b795-5420895882ed</NodeRouteId>
    <TenantId>836d58b1-1c69-483f-ae44-8bdbf90e9999</TenantId>
    <UserGroupId>d9f90aff-8321-4817-a5d1-ebf046335ca7</UserGroupId>
    <UserId>2a5ca9d0-a631-497c-912a-b2112f77e763</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>