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": "ea8463ee-2764-4243-9c12-b42f698cb1cd",
    "tenantId": "8010837e-35f4-4304-b538-cb09e1fffd9c",
    "userId": "f30157ea-70d9-47c7-b75b-39a5b5d59c0e",
    "userGroupId": "52ed44d2-eb7f-4ced-9b6d-29f4b83c2709",
    "deviceId": "dfb43d26-2603-4163-a426-2ae94d7b4ba6",
    "deviceGroupId": "af148dde-acf2-428d-b0c3-a9e30c1e6942",
    "applicationId": "a2762878-fa0e-4351-9e4c-5561964b17ab",
    "applicationVersionId": "7ec7b743-e2b6-4af8-a2c4-c6a211806554",
    "nodeId": "3968f81b-307f-432a-8530-85a7f5623f52",
    "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-08T13:13:23.6913165+00:00",
    "updatedDateUtc": "2026-06-08T13:13:23.6913165+00:00"
  },
  {
    "nodeRouteId": "ea8463ee-2764-4243-9c12-b42f698cb1cd",
    "tenantId": "8010837e-35f4-4304-b538-cb09e1fffd9c",
    "userId": "f30157ea-70d9-47c7-b75b-39a5b5d59c0e",
    "userGroupId": "52ed44d2-eb7f-4ced-9b6d-29f4b83c2709",
    "deviceId": "dfb43d26-2603-4163-a426-2ae94d7b4ba6",
    "deviceGroupId": "af148dde-acf2-428d-b0c3-a9e30c1e6942",
    "applicationId": "a2762878-fa0e-4351-9e4c-5561964b17ab",
    "applicationVersionId": "7ec7b743-e2b6-4af8-a2c4-c6a211806554",
    "nodeId": "3968f81b-307f-432a-8530-85a7f5623f52",
    "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-08T13:13:23.6913165+00:00",
    "updatedDateUtc": "2026-06-08T13:13:23.6913165+00:00"
  },
  {
    "nodeRouteId": "ea8463ee-2764-4243-9c12-b42f698cb1cd",
    "tenantId": "8010837e-35f4-4304-b538-cb09e1fffd9c",
    "userId": "f30157ea-70d9-47c7-b75b-39a5b5d59c0e",
    "userGroupId": "52ed44d2-eb7f-4ced-9b6d-29f4b83c2709",
    "deviceId": "dfb43d26-2603-4163-a426-2ae94d7b4ba6",
    "deviceGroupId": "af148dde-acf2-428d-b0c3-a9e30c1e6942",
    "applicationId": "a2762878-fa0e-4351-9e4c-5561964b17ab",
    "applicationVersionId": "7ec7b743-e2b6-4af8-a2c4-c6a211806554",
    "nodeId": "3968f81b-307f-432a-8530-85a7f5623f52",
    "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-08T13:13:23.6913165+00:00",
    "updatedDateUtc": "2026-06-08T13:13:23.6913165+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-08T13:13:23.6913165+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-08T13:13:23.6913165+00:00</UpdatedDateUtc>
    <ApplicationId>a2762878-fa0e-4351-9e4c-5561964b17ab</ApplicationId>
    <ApplicationVersionId>7ec7b743-e2b6-4af8-a2c4-c6a211806554</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>af148dde-acf2-428d-b0c3-a9e30c1e6942</DeviceGroupId>
    <DeviceId>dfb43d26-2603-4163-a426-2ae94d7b4ba6</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>3968f81b-307f-432a-8530-85a7f5623f52</NodeId>
    <NodeRouteId>ea8463ee-2764-4243-9c12-b42f698cb1cd</NodeRouteId>
    <TenantId>8010837e-35f4-4304-b538-cb09e1fffd9c</TenantId>
    <UserGroupId>52ed44d2-eb7f-4ced-9b6d-29f4b83c2709</UserGroupId>
    <UserId>f30157ea-70d9-47c7-b75b-39a5b5d59c0e</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-06-08T13:13:23.6913165+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-08T13:13:23.6913165+00:00</UpdatedDateUtc>
    <ApplicationId>a2762878-fa0e-4351-9e4c-5561964b17ab</ApplicationId>
    <ApplicationVersionId>7ec7b743-e2b6-4af8-a2c4-c6a211806554</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>af148dde-acf2-428d-b0c3-a9e30c1e6942</DeviceGroupId>
    <DeviceId>dfb43d26-2603-4163-a426-2ae94d7b4ba6</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>3968f81b-307f-432a-8530-85a7f5623f52</NodeId>
    <NodeRouteId>ea8463ee-2764-4243-9c12-b42f698cb1cd</NodeRouteId>
    <TenantId>8010837e-35f4-4304-b538-cb09e1fffd9c</TenantId>
    <UserGroupId>52ed44d2-eb7f-4ced-9b6d-29f4b83c2709</UserGroupId>
    <UserId>f30157ea-70d9-47c7-b75b-39a5b5d59c0e</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-06-08T13:13:23.6913165+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-08T13:13:23.6913165+00:00</UpdatedDateUtc>
    <ApplicationId>a2762878-fa0e-4351-9e4c-5561964b17ab</ApplicationId>
    <ApplicationVersionId>7ec7b743-e2b6-4af8-a2c4-c6a211806554</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>af148dde-acf2-428d-b0c3-a9e30c1e6942</DeviceGroupId>
    <DeviceId>dfb43d26-2603-4163-a426-2ae94d7b4ba6</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>3968f81b-307f-432a-8530-85a7f5623f52</NodeId>
    <NodeRouteId>ea8463ee-2764-4243-9c12-b42f698cb1cd</NodeRouteId>
    <TenantId>8010837e-35f4-4304-b538-cb09e1fffd9c</TenantId>
    <UserGroupId>52ed44d2-eb7f-4ced-9b6d-29f4b83c2709</UserGroupId>
    <UserId>f30157ea-70d9-47c7-b75b-39a5b5d59c0e</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>