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": "f51be6e1-f90f-4636-96eb-532e4a7c8324",
    "tenantId": "d11155a4-1dfe-4008-a5b5-ad35f2bf7ba0",
    "userId": "58c218a0-57c5-4658-b51a-cef2a848ca8d",
    "userGroupId": "2f3bd289-af08-4189-be7b-bb0a388fd2bd",
    "deviceId": "ab5266c7-6fc2-4092-b186-91a79562f304",
    "deviceGroupId": "c0980623-9257-4c4b-867d-08e230cc0c2c",
    "applicationId": "6f4d27d4-01cb-4056-9fbe-bd340b4d99c0",
    "applicationVersionId": "b7dde490-7420-4be0-b99e-133a399c4992",
    "nodeId": "b952438d-8668-4e1f-a7de-81752a05d61a",
    "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-02-04T01:50:50.2011563+00:00",
    "updatedDateUtc": "2026-02-04T01:50:50.2011563+00:00"
  },
  {
    "nodeRouteId": "f51be6e1-f90f-4636-96eb-532e4a7c8324",
    "tenantId": "d11155a4-1dfe-4008-a5b5-ad35f2bf7ba0",
    "userId": "58c218a0-57c5-4658-b51a-cef2a848ca8d",
    "userGroupId": "2f3bd289-af08-4189-be7b-bb0a388fd2bd",
    "deviceId": "ab5266c7-6fc2-4092-b186-91a79562f304",
    "deviceGroupId": "c0980623-9257-4c4b-867d-08e230cc0c2c",
    "applicationId": "6f4d27d4-01cb-4056-9fbe-bd340b4d99c0",
    "applicationVersionId": "b7dde490-7420-4be0-b99e-133a399c4992",
    "nodeId": "b952438d-8668-4e1f-a7de-81752a05d61a",
    "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-02-04T01:50:50.2011563+00:00",
    "updatedDateUtc": "2026-02-04T01:50:50.2011563+00:00"
  },
  {
    "nodeRouteId": "f51be6e1-f90f-4636-96eb-532e4a7c8324",
    "tenantId": "d11155a4-1dfe-4008-a5b5-ad35f2bf7ba0",
    "userId": "58c218a0-57c5-4658-b51a-cef2a848ca8d",
    "userGroupId": "2f3bd289-af08-4189-be7b-bb0a388fd2bd",
    "deviceId": "ab5266c7-6fc2-4092-b186-91a79562f304",
    "deviceGroupId": "c0980623-9257-4c4b-867d-08e230cc0c2c",
    "applicationId": "6f4d27d4-01cb-4056-9fbe-bd340b4d99c0",
    "applicationVersionId": "b7dde490-7420-4be0-b99e-133a399c4992",
    "nodeId": "b952438d-8668-4e1f-a7de-81752a05d61a",
    "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-02-04T01:50:50.2011563+00:00",
    "updatedDateUtc": "2026-02-04T01:50:50.2011563+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-02-04T01:50:50.2011563+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-04T01:50:50.2011563+00:00</UpdatedDateUtc>
    <ApplicationId>6f4d27d4-01cb-4056-9fbe-bd340b4d99c0</ApplicationId>
    <ApplicationVersionId>b7dde490-7420-4be0-b99e-133a399c4992</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>c0980623-9257-4c4b-867d-08e230cc0c2c</DeviceGroupId>
    <DeviceId>ab5266c7-6fc2-4092-b186-91a79562f304</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>b952438d-8668-4e1f-a7de-81752a05d61a</NodeId>
    <NodeRouteId>f51be6e1-f90f-4636-96eb-532e4a7c8324</NodeRouteId>
    <TenantId>d11155a4-1dfe-4008-a5b5-ad35f2bf7ba0</TenantId>
    <UserGroupId>2f3bd289-af08-4189-be7b-bb0a388fd2bd</UserGroupId>
    <UserId>58c218a0-57c5-4658-b51a-cef2a848ca8d</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-02-04T01:50:50.2011563+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-04T01:50:50.2011563+00:00</UpdatedDateUtc>
    <ApplicationId>6f4d27d4-01cb-4056-9fbe-bd340b4d99c0</ApplicationId>
    <ApplicationVersionId>b7dde490-7420-4be0-b99e-133a399c4992</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>c0980623-9257-4c4b-867d-08e230cc0c2c</DeviceGroupId>
    <DeviceId>ab5266c7-6fc2-4092-b186-91a79562f304</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>b952438d-8668-4e1f-a7de-81752a05d61a</NodeId>
    <NodeRouteId>f51be6e1-f90f-4636-96eb-532e4a7c8324</NodeRouteId>
    <TenantId>d11155a4-1dfe-4008-a5b5-ad35f2bf7ba0</TenantId>
    <UserGroupId>2f3bd289-af08-4189-be7b-bb0a388fd2bd</UserGroupId>
    <UserId>58c218a0-57c5-4658-b51a-cef2a848ca8d</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-02-04T01:50:50.2011563+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-04T01:50:50.2011563+00:00</UpdatedDateUtc>
    <ApplicationId>6f4d27d4-01cb-4056-9fbe-bd340b4d99c0</ApplicationId>
    <ApplicationVersionId>b7dde490-7420-4be0-b99e-133a399c4992</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>c0980623-9257-4c4b-867d-08e230cc0c2c</DeviceGroupId>
    <DeviceId>ab5266c7-6fc2-4092-b186-91a79562f304</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>b952438d-8668-4e1f-a7de-81752a05d61a</NodeId>
    <NodeRouteId>f51be6e1-f90f-4636-96eb-532e4a7c8324</NodeRouteId>
    <TenantId>d11155a4-1dfe-4008-a5b5-ad35f2bf7ba0</TenantId>
    <UserGroupId>2f3bd289-af08-4189-be7b-bb0a388fd2bd</UserGroupId>
    <UserId>58c218a0-57c5-4658-b51a-cef2a848ca8d</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>