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": "55e20df4-ec8f-4d4f-a87a-76a3a1486ae5",
    "tenantId": "73cba8ce-f7d0-4f3a-a4ee-b0f13276e446",
    "userId": "0789a270-b416-4909-98a5-d7e77fc794ce",
    "userGroupId": "00c73cd3-081b-41d1-b495-3cbf632f7825",
    "deviceId": "324e1eb1-bd27-462a-a71b-ee1d950f3ce1",
    "deviceGroupId": "4c4b6035-7a46-452e-9f68-4494a024b2fa",
    "applicationId": "a4f1122f-9b51-4e6f-ac4a-40eb67337c67",
    "applicationVersionId": "02f5ba8a-b31c-40c2-ac35-294d00a52efb",
    "nodeId": "1485f9e1-dcad-42c6-8f5a-25d7aa2b3d4b",
    "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-08T10:40:51.2939786+00:00",
    "updatedDateUtc": "2026-02-08T10:40:51.2939786+00:00"
  },
  {
    "nodeRouteId": "55e20df4-ec8f-4d4f-a87a-76a3a1486ae5",
    "tenantId": "73cba8ce-f7d0-4f3a-a4ee-b0f13276e446",
    "userId": "0789a270-b416-4909-98a5-d7e77fc794ce",
    "userGroupId": "00c73cd3-081b-41d1-b495-3cbf632f7825",
    "deviceId": "324e1eb1-bd27-462a-a71b-ee1d950f3ce1",
    "deviceGroupId": "4c4b6035-7a46-452e-9f68-4494a024b2fa",
    "applicationId": "a4f1122f-9b51-4e6f-ac4a-40eb67337c67",
    "applicationVersionId": "02f5ba8a-b31c-40c2-ac35-294d00a52efb",
    "nodeId": "1485f9e1-dcad-42c6-8f5a-25d7aa2b3d4b",
    "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-08T10:40:51.2939786+00:00",
    "updatedDateUtc": "2026-02-08T10:40:51.2939786+00:00"
  },
  {
    "nodeRouteId": "55e20df4-ec8f-4d4f-a87a-76a3a1486ae5",
    "tenantId": "73cba8ce-f7d0-4f3a-a4ee-b0f13276e446",
    "userId": "0789a270-b416-4909-98a5-d7e77fc794ce",
    "userGroupId": "00c73cd3-081b-41d1-b495-3cbf632f7825",
    "deviceId": "324e1eb1-bd27-462a-a71b-ee1d950f3ce1",
    "deviceGroupId": "4c4b6035-7a46-452e-9f68-4494a024b2fa",
    "applicationId": "a4f1122f-9b51-4e6f-ac4a-40eb67337c67",
    "applicationVersionId": "02f5ba8a-b31c-40c2-ac35-294d00a52efb",
    "nodeId": "1485f9e1-dcad-42c6-8f5a-25d7aa2b3d4b",
    "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-08T10:40:51.2939786+00:00",
    "updatedDateUtc": "2026-02-08T10:40:51.2939786+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-08T10:40:51.2939786+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-08T10:40:51.2939786+00:00</UpdatedDateUtc>
    <ApplicationId>a4f1122f-9b51-4e6f-ac4a-40eb67337c67</ApplicationId>
    <ApplicationVersionId>02f5ba8a-b31c-40c2-ac35-294d00a52efb</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>4c4b6035-7a46-452e-9f68-4494a024b2fa</DeviceGroupId>
    <DeviceId>324e1eb1-bd27-462a-a71b-ee1d950f3ce1</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>1485f9e1-dcad-42c6-8f5a-25d7aa2b3d4b</NodeId>
    <NodeRouteId>55e20df4-ec8f-4d4f-a87a-76a3a1486ae5</NodeRouteId>
    <TenantId>73cba8ce-f7d0-4f3a-a4ee-b0f13276e446</TenantId>
    <UserGroupId>00c73cd3-081b-41d1-b495-3cbf632f7825</UserGroupId>
    <UserId>0789a270-b416-4909-98a5-d7e77fc794ce</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-02-08T10:40:51.2939786+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-08T10:40:51.2939786+00:00</UpdatedDateUtc>
    <ApplicationId>a4f1122f-9b51-4e6f-ac4a-40eb67337c67</ApplicationId>
    <ApplicationVersionId>02f5ba8a-b31c-40c2-ac35-294d00a52efb</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>4c4b6035-7a46-452e-9f68-4494a024b2fa</DeviceGroupId>
    <DeviceId>324e1eb1-bd27-462a-a71b-ee1d950f3ce1</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>1485f9e1-dcad-42c6-8f5a-25d7aa2b3d4b</NodeId>
    <NodeRouteId>55e20df4-ec8f-4d4f-a87a-76a3a1486ae5</NodeRouteId>
    <TenantId>73cba8ce-f7d0-4f3a-a4ee-b0f13276e446</TenantId>
    <UserGroupId>00c73cd3-081b-41d1-b495-3cbf632f7825</UserGroupId>
    <UserId>0789a270-b416-4909-98a5-d7e77fc794ce</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-02-08T10:40:51.2939786+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-08T10:40:51.2939786+00:00</UpdatedDateUtc>
    <ApplicationId>a4f1122f-9b51-4e6f-ac4a-40eb67337c67</ApplicationId>
    <ApplicationVersionId>02f5ba8a-b31c-40c2-ac35-294d00a52efb</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>4c4b6035-7a46-452e-9f68-4494a024b2fa</DeviceGroupId>
    <DeviceId>324e1eb1-bd27-462a-a71b-ee1d950f3ce1</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>1485f9e1-dcad-42c6-8f5a-25d7aa2b3d4b</NodeId>
    <NodeRouteId>55e20df4-ec8f-4d4f-a87a-76a3a1486ae5</NodeRouteId>
    <TenantId>73cba8ce-f7d0-4f3a-a4ee-b0f13276e446</TenantId>
    <UserGroupId>00c73cd3-081b-41d1-b495-3cbf632f7825</UserGroupId>
    <UserId>0789a270-b416-4909-98a5-d7e77fc794ce</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>