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": "e68314c8-a74e-4ffc-8533-9ac516cbfe97",
    "tenantId": "d6c77f16-54d4-40af-b99b-02a59caf1d18",
    "userId": "359a3d54-af7e-4d2b-9f8a-b9ef1ed3146f",
    "userGroupId": "156ef493-c1b0-4554-95ec-848d96655392",
    "deviceId": "6924b1e8-1e6f-41e7-af68-68ead3178552",
    "deviceGroupId": "27f3536e-3995-4be2-ad43-7bce5860a8a8",
    "applicationId": "b23e348e-51d5-48f2-b6e6-cabd2605c7b9",
    "applicationVersionId": "2f95cdb5-b822-4f0f-9483-525f69126501",
    "nodeId": "02f1a346-83bc-4a32-9db5-922601932575",
    "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-10T19:40:19.9710365+00:00",
    "updatedDateUtc": "2026-03-10T19:40:19.9710365+00:00"
  },
  {
    "nodeRouteId": "e68314c8-a74e-4ffc-8533-9ac516cbfe97",
    "tenantId": "d6c77f16-54d4-40af-b99b-02a59caf1d18",
    "userId": "359a3d54-af7e-4d2b-9f8a-b9ef1ed3146f",
    "userGroupId": "156ef493-c1b0-4554-95ec-848d96655392",
    "deviceId": "6924b1e8-1e6f-41e7-af68-68ead3178552",
    "deviceGroupId": "27f3536e-3995-4be2-ad43-7bce5860a8a8",
    "applicationId": "b23e348e-51d5-48f2-b6e6-cabd2605c7b9",
    "applicationVersionId": "2f95cdb5-b822-4f0f-9483-525f69126501",
    "nodeId": "02f1a346-83bc-4a32-9db5-922601932575",
    "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-10T19:40:19.9710365+00:00",
    "updatedDateUtc": "2026-03-10T19:40:19.9710365+00:00"
  },
  {
    "nodeRouteId": "e68314c8-a74e-4ffc-8533-9ac516cbfe97",
    "tenantId": "d6c77f16-54d4-40af-b99b-02a59caf1d18",
    "userId": "359a3d54-af7e-4d2b-9f8a-b9ef1ed3146f",
    "userGroupId": "156ef493-c1b0-4554-95ec-848d96655392",
    "deviceId": "6924b1e8-1e6f-41e7-af68-68ead3178552",
    "deviceGroupId": "27f3536e-3995-4be2-ad43-7bce5860a8a8",
    "applicationId": "b23e348e-51d5-48f2-b6e6-cabd2605c7b9",
    "applicationVersionId": "2f95cdb5-b822-4f0f-9483-525f69126501",
    "nodeId": "02f1a346-83bc-4a32-9db5-922601932575",
    "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-10T19:40:19.9710365+00:00",
    "updatedDateUtc": "2026-03-10T19:40:19.9710365+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-10T19:40:19.9710365+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-10T19:40:19.9710365+00:00</UpdatedDateUtc>
    <ApplicationId>b23e348e-51d5-48f2-b6e6-cabd2605c7b9</ApplicationId>
    <ApplicationVersionId>2f95cdb5-b822-4f0f-9483-525f69126501</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>27f3536e-3995-4be2-ad43-7bce5860a8a8</DeviceGroupId>
    <DeviceId>6924b1e8-1e6f-41e7-af68-68ead3178552</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>02f1a346-83bc-4a32-9db5-922601932575</NodeId>
    <NodeRouteId>e68314c8-a74e-4ffc-8533-9ac516cbfe97</NodeRouteId>
    <TenantId>d6c77f16-54d4-40af-b99b-02a59caf1d18</TenantId>
    <UserGroupId>156ef493-c1b0-4554-95ec-848d96655392</UserGroupId>
    <UserId>359a3d54-af7e-4d2b-9f8a-b9ef1ed3146f</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-03-10T19:40:19.9710365+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-10T19:40:19.9710365+00:00</UpdatedDateUtc>
    <ApplicationId>b23e348e-51d5-48f2-b6e6-cabd2605c7b9</ApplicationId>
    <ApplicationVersionId>2f95cdb5-b822-4f0f-9483-525f69126501</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>27f3536e-3995-4be2-ad43-7bce5860a8a8</DeviceGroupId>
    <DeviceId>6924b1e8-1e6f-41e7-af68-68ead3178552</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>02f1a346-83bc-4a32-9db5-922601932575</NodeId>
    <NodeRouteId>e68314c8-a74e-4ffc-8533-9ac516cbfe97</NodeRouteId>
    <TenantId>d6c77f16-54d4-40af-b99b-02a59caf1d18</TenantId>
    <UserGroupId>156ef493-c1b0-4554-95ec-848d96655392</UserGroupId>
    <UserId>359a3d54-af7e-4d2b-9f8a-b9ef1ed3146f</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-03-10T19:40:19.9710365+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-10T19:40:19.9710365+00:00</UpdatedDateUtc>
    <ApplicationId>b23e348e-51d5-48f2-b6e6-cabd2605c7b9</ApplicationId>
    <ApplicationVersionId>2f95cdb5-b822-4f0f-9483-525f69126501</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>27f3536e-3995-4be2-ad43-7bce5860a8a8</DeviceGroupId>
    <DeviceId>6924b1e8-1e6f-41e7-af68-68ead3178552</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>02f1a346-83bc-4a32-9db5-922601932575</NodeId>
    <NodeRouteId>e68314c8-a74e-4ffc-8533-9ac516cbfe97</NodeRouteId>
    <TenantId>d6c77f16-54d4-40af-b99b-02a59caf1d18</TenantId>
    <UserGroupId>156ef493-c1b0-4554-95ec-848d96655392</UserGroupId>
    <UserId>359a3d54-af7e-4d2b-9f8a-b9ef1ed3146f</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>