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": "283c7508-95eb-45ed-a207-8b65a1e347a6",
    "tenantId": "11034492-2882-475d-b156-1f66a209fab5",
    "userId": "a0844ba5-03e8-4066-a99e-3c32026a9de0",
    "userGroupId": "31787047-ae69-4408-afb7-648297535b1c",
    "deviceId": "fe61d1a1-0d2d-44c9-8fa0-720f4201f043",
    "deviceGroupId": "0b3307dc-9522-447e-afef-9c1018a1a6ae",
    "applicationId": "c0650ce8-2fc3-49fc-8222-e0bf4ba439f3",
    "applicationVersionId": "1942a861-8d13-4421-81d4-2b18e7a0c158",
    "nodeId": "39ca8d05-bf78-4b38-ab4e-fb54c6ddf37b",
    "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-08-01T19:36:12.8765928+00:00",
    "updatedDateUtc": "2026-08-01T19:36:12.8765928+00:00"
  },
  {
    "nodeRouteId": "283c7508-95eb-45ed-a207-8b65a1e347a6",
    "tenantId": "11034492-2882-475d-b156-1f66a209fab5",
    "userId": "a0844ba5-03e8-4066-a99e-3c32026a9de0",
    "userGroupId": "31787047-ae69-4408-afb7-648297535b1c",
    "deviceId": "fe61d1a1-0d2d-44c9-8fa0-720f4201f043",
    "deviceGroupId": "0b3307dc-9522-447e-afef-9c1018a1a6ae",
    "applicationId": "c0650ce8-2fc3-49fc-8222-e0bf4ba439f3",
    "applicationVersionId": "1942a861-8d13-4421-81d4-2b18e7a0c158",
    "nodeId": "39ca8d05-bf78-4b38-ab4e-fb54c6ddf37b",
    "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-08-01T19:36:12.8765928+00:00",
    "updatedDateUtc": "2026-08-01T19:36:12.8765928+00:00"
  },
  {
    "nodeRouteId": "283c7508-95eb-45ed-a207-8b65a1e347a6",
    "tenantId": "11034492-2882-475d-b156-1f66a209fab5",
    "userId": "a0844ba5-03e8-4066-a99e-3c32026a9de0",
    "userGroupId": "31787047-ae69-4408-afb7-648297535b1c",
    "deviceId": "fe61d1a1-0d2d-44c9-8fa0-720f4201f043",
    "deviceGroupId": "0b3307dc-9522-447e-afef-9c1018a1a6ae",
    "applicationId": "c0650ce8-2fc3-49fc-8222-e0bf4ba439f3",
    "applicationVersionId": "1942a861-8d13-4421-81d4-2b18e7a0c158",
    "nodeId": "39ca8d05-bf78-4b38-ab4e-fb54c6ddf37b",
    "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-08-01T19:36:12.8765928+00:00",
    "updatedDateUtc": "2026-08-01T19:36:12.8765928+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-08-01T19:36:12.8765928+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-01T19:36:12.8765928+00:00</UpdatedDateUtc>
    <ApplicationId>c0650ce8-2fc3-49fc-8222-e0bf4ba439f3</ApplicationId>
    <ApplicationVersionId>1942a861-8d13-4421-81d4-2b18e7a0c158</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>0b3307dc-9522-447e-afef-9c1018a1a6ae</DeviceGroupId>
    <DeviceId>fe61d1a1-0d2d-44c9-8fa0-720f4201f043</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>39ca8d05-bf78-4b38-ab4e-fb54c6ddf37b</NodeId>
    <NodeRouteId>283c7508-95eb-45ed-a207-8b65a1e347a6</NodeRouteId>
    <TenantId>11034492-2882-475d-b156-1f66a209fab5</TenantId>
    <UserGroupId>31787047-ae69-4408-afb7-648297535b1c</UserGroupId>
    <UserId>a0844ba5-03e8-4066-a99e-3c32026a9de0</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-08-01T19:36:12.8765928+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-01T19:36:12.8765928+00:00</UpdatedDateUtc>
    <ApplicationId>c0650ce8-2fc3-49fc-8222-e0bf4ba439f3</ApplicationId>
    <ApplicationVersionId>1942a861-8d13-4421-81d4-2b18e7a0c158</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>0b3307dc-9522-447e-afef-9c1018a1a6ae</DeviceGroupId>
    <DeviceId>fe61d1a1-0d2d-44c9-8fa0-720f4201f043</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>39ca8d05-bf78-4b38-ab4e-fb54c6ddf37b</NodeId>
    <NodeRouteId>283c7508-95eb-45ed-a207-8b65a1e347a6</NodeRouteId>
    <TenantId>11034492-2882-475d-b156-1f66a209fab5</TenantId>
    <UserGroupId>31787047-ae69-4408-afb7-648297535b1c</UserGroupId>
    <UserId>a0844ba5-03e8-4066-a99e-3c32026a9de0</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-08-01T19:36:12.8765928+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-01T19:36:12.8765928+00:00</UpdatedDateUtc>
    <ApplicationId>c0650ce8-2fc3-49fc-8222-e0bf4ba439f3</ApplicationId>
    <ApplicationVersionId>1942a861-8d13-4421-81d4-2b18e7a0c158</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>0b3307dc-9522-447e-afef-9c1018a1a6ae</DeviceGroupId>
    <DeviceId>fe61d1a1-0d2d-44c9-8fa0-720f4201f043</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>39ca8d05-bf78-4b38-ab4e-fb54c6ddf37b</NodeId>
    <NodeRouteId>283c7508-95eb-45ed-a207-8b65a1e347a6</NodeRouteId>
    <TenantId>11034492-2882-475d-b156-1f66a209fab5</TenantId>
    <UserGroupId>31787047-ae69-4408-afb7-648297535b1c</UserGroupId>
    <UserId>a0844ba5-03e8-4066-a99e-3c32026a9de0</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>