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": "ed3e0ee9-f1f6-4e46-b178-e1f6ea131b6b",
    "tenantId": "63ad74b9-88d8-4a2c-a95b-477f126d9698",
    "userId": "cbe75c56-c8b9-4b93-863c-e7d55c0110ff",
    "userGroupId": "ec280eb1-38e7-4cc1-b0cf-db471c8d1f94",
    "deviceId": "5f3686d4-6ec3-46ab-b085-1671274f00c9",
    "deviceGroupId": "f5ca9e3b-ca8e-4502-87f0-b588e9495c84",
    "applicationId": "73636d0e-2603-4f33-8d5c-341cbf703e77",
    "applicationVersionId": "6c8e45ff-a58e-40b2-bb96-03498575752b",
    "nodeId": "3bc3d69c-0d3c-4c1f-84fd-70f57dfb22a3",
    "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-04-28T12:03:01.388866+00:00",
    "updatedDateUtc": "2026-04-28T12:03:01.388866+00:00"
  },
  {
    "nodeRouteId": "ed3e0ee9-f1f6-4e46-b178-e1f6ea131b6b",
    "tenantId": "63ad74b9-88d8-4a2c-a95b-477f126d9698",
    "userId": "cbe75c56-c8b9-4b93-863c-e7d55c0110ff",
    "userGroupId": "ec280eb1-38e7-4cc1-b0cf-db471c8d1f94",
    "deviceId": "5f3686d4-6ec3-46ab-b085-1671274f00c9",
    "deviceGroupId": "f5ca9e3b-ca8e-4502-87f0-b588e9495c84",
    "applicationId": "73636d0e-2603-4f33-8d5c-341cbf703e77",
    "applicationVersionId": "6c8e45ff-a58e-40b2-bb96-03498575752b",
    "nodeId": "3bc3d69c-0d3c-4c1f-84fd-70f57dfb22a3",
    "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-04-28T12:03:01.388866+00:00",
    "updatedDateUtc": "2026-04-28T12:03:01.388866+00:00"
  },
  {
    "nodeRouteId": "ed3e0ee9-f1f6-4e46-b178-e1f6ea131b6b",
    "tenantId": "63ad74b9-88d8-4a2c-a95b-477f126d9698",
    "userId": "cbe75c56-c8b9-4b93-863c-e7d55c0110ff",
    "userGroupId": "ec280eb1-38e7-4cc1-b0cf-db471c8d1f94",
    "deviceId": "5f3686d4-6ec3-46ab-b085-1671274f00c9",
    "deviceGroupId": "f5ca9e3b-ca8e-4502-87f0-b588e9495c84",
    "applicationId": "73636d0e-2603-4f33-8d5c-341cbf703e77",
    "applicationVersionId": "6c8e45ff-a58e-40b2-bb96-03498575752b",
    "nodeId": "3bc3d69c-0d3c-4c1f-84fd-70f57dfb22a3",
    "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-04-28T12:03:01.388866+00:00",
    "updatedDateUtc": "2026-04-28T12:03:01.388866+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-04-28T12:03:01.388866+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-28T12:03:01.388866+00:00</UpdatedDateUtc>
    <ApplicationId>73636d0e-2603-4f33-8d5c-341cbf703e77</ApplicationId>
    <ApplicationVersionId>6c8e45ff-a58e-40b2-bb96-03498575752b</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>f5ca9e3b-ca8e-4502-87f0-b588e9495c84</DeviceGroupId>
    <DeviceId>5f3686d4-6ec3-46ab-b085-1671274f00c9</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>3bc3d69c-0d3c-4c1f-84fd-70f57dfb22a3</NodeId>
    <NodeRouteId>ed3e0ee9-f1f6-4e46-b178-e1f6ea131b6b</NodeRouteId>
    <TenantId>63ad74b9-88d8-4a2c-a95b-477f126d9698</TenantId>
    <UserGroupId>ec280eb1-38e7-4cc1-b0cf-db471c8d1f94</UserGroupId>
    <UserId>cbe75c56-c8b9-4b93-863c-e7d55c0110ff</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-04-28T12:03:01.388866+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-28T12:03:01.388866+00:00</UpdatedDateUtc>
    <ApplicationId>73636d0e-2603-4f33-8d5c-341cbf703e77</ApplicationId>
    <ApplicationVersionId>6c8e45ff-a58e-40b2-bb96-03498575752b</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>f5ca9e3b-ca8e-4502-87f0-b588e9495c84</DeviceGroupId>
    <DeviceId>5f3686d4-6ec3-46ab-b085-1671274f00c9</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>3bc3d69c-0d3c-4c1f-84fd-70f57dfb22a3</NodeId>
    <NodeRouteId>ed3e0ee9-f1f6-4e46-b178-e1f6ea131b6b</NodeRouteId>
    <TenantId>63ad74b9-88d8-4a2c-a95b-477f126d9698</TenantId>
    <UserGroupId>ec280eb1-38e7-4cc1-b0cf-db471c8d1f94</UserGroupId>
    <UserId>cbe75c56-c8b9-4b93-863c-e7d55c0110ff</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-04-28T12:03:01.388866+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-28T12:03:01.388866+00:00</UpdatedDateUtc>
    <ApplicationId>73636d0e-2603-4f33-8d5c-341cbf703e77</ApplicationId>
    <ApplicationVersionId>6c8e45ff-a58e-40b2-bb96-03498575752b</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>f5ca9e3b-ca8e-4502-87f0-b588e9495c84</DeviceGroupId>
    <DeviceId>5f3686d4-6ec3-46ab-b085-1671274f00c9</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>3bc3d69c-0d3c-4c1f-84fd-70f57dfb22a3</NodeId>
    <NodeRouteId>ed3e0ee9-f1f6-4e46-b178-e1f6ea131b6b</NodeRouteId>
    <TenantId>63ad74b9-88d8-4a2c-a95b-477f126d9698</TenantId>
    <UserGroupId>ec280eb1-38e7-4cc1-b0cf-db471c8d1f94</UserGroupId>
    <UserId>cbe75c56-c8b9-4b93-863c-e7d55c0110ff</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>