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": "607d8d48-6ad2-4510-b60c-0d502b1693aa",
    "tenantId": "1c88361a-1d38-4c24-8e36-0eb6a7ab5d94",
    "userId": "4c8602b6-e4b7-4e9c-9304-541f487a1552",
    "userGroupId": "442e19b6-5548-497d-8e63-04482d05d912",
    "deviceId": "365fb9e1-c056-401c-96fa-f310ae416255",
    "deviceGroupId": "2aa87cba-1a69-46fc-abba-843053d00126",
    "applicationId": "0826f1ef-fdff-48fa-9946-0990b04e26b2",
    "applicationVersionId": "75947919-59ea-4da9-ac66-68ff6c5ebbe1",
    "nodeId": "aad3df65-ccad-40b7-b032-b85f5825295f",
    "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": "2025-12-14T10:49:11.8954945+00:00",
    "updatedDateUtc": "2025-12-14T10:49:11.8954945+00:00"
  },
  {
    "nodeRouteId": "607d8d48-6ad2-4510-b60c-0d502b1693aa",
    "tenantId": "1c88361a-1d38-4c24-8e36-0eb6a7ab5d94",
    "userId": "4c8602b6-e4b7-4e9c-9304-541f487a1552",
    "userGroupId": "442e19b6-5548-497d-8e63-04482d05d912",
    "deviceId": "365fb9e1-c056-401c-96fa-f310ae416255",
    "deviceGroupId": "2aa87cba-1a69-46fc-abba-843053d00126",
    "applicationId": "0826f1ef-fdff-48fa-9946-0990b04e26b2",
    "applicationVersionId": "75947919-59ea-4da9-ac66-68ff6c5ebbe1",
    "nodeId": "aad3df65-ccad-40b7-b032-b85f5825295f",
    "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": "2025-12-14T10:49:11.8954945+00:00",
    "updatedDateUtc": "2025-12-14T10:49:11.8954945+00:00"
  },
  {
    "nodeRouteId": "607d8d48-6ad2-4510-b60c-0d502b1693aa",
    "tenantId": "1c88361a-1d38-4c24-8e36-0eb6a7ab5d94",
    "userId": "4c8602b6-e4b7-4e9c-9304-541f487a1552",
    "userGroupId": "442e19b6-5548-497d-8e63-04482d05d912",
    "deviceId": "365fb9e1-c056-401c-96fa-f310ae416255",
    "deviceGroupId": "2aa87cba-1a69-46fc-abba-843053d00126",
    "applicationId": "0826f1ef-fdff-48fa-9946-0990b04e26b2",
    "applicationVersionId": "75947919-59ea-4da9-ac66-68ff6c5ebbe1",
    "nodeId": "aad3df65-ccad-40b7-b032-b85f5825295f",
    "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": "2025-12-14T10:49:11.8954945+00:00",
    "updatedDateUtc": "2025-12-14T10:49:11.8954945+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>2025-12-14T10:49:11.8954945+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-12-14T10:49:11.8954945+00:00</UpdatedDateUtc>
    <ApplicationId>0826f1ef-fdff-48fa-9946-0990b04e26b2</ApplicationId>
    <ApplicationVersionId>75947919-59ea-4da9-ac66-68ff6c5ebbe1</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>2aa87cba-1a69-46fc-abba-843053d00126</DeviceGroupId>
    <DeviceId>365fb9e1-c056-401c-96fa-f310ae416255</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>aad3df65-ccad-40b7-b032-b85f5825295f</NodeId>
    <NodeRouteId>607d8d48-6ad2-4510-b60c-0d502b1693aa</NodeRouteId>
    <TenantId>1c88361a-1d38-4c24-8e36-0eb6a7ab5d94</TenantId>
    <UserGroupId>442e19b6-5548-497d-8e63-04482d05d912</UserGroupId>
    <UserId>4c8602b6-e4b7-4e9c-9304-541f487a1552</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2025-12-14T10:49:11.8954945+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-12-14T10:49:11.8954945+00:00</UpdatedDateUtc>
    <ApplicationId>0826f1ef-fdff-48fa-9946-0990b04e26b2</ApplicationId>
    <ApplicationVersionId>75947919-59ea-4da9-ac66-68ff6c5ebbe1</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>2aa87cba-1a69-46fc-abba-843053d00126</DeviceGroupId>
    <DeviceId>365fb9e1-c056-401c-96fa-f310ae416255</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>aad3df65-ccad-40b7-b032-b85f5825295f</NodeId>
    <NodeRouteId>607d8d48-6ad2-4510-b60c-0d502b1693aa</NodeRouteId>
    <TenantId>1c88361a-1d38-4c24-8e36-0eb6a7ab5d94</TenantId>
    <UserGroupId>442e19b6-5548-497d-8e63-04482d05d912</UserGroupId>
    <UserId>4c8602b6-e4b7-4e9c-9304-541f487a1552</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2025-12-14T10:49:11.8954945+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-12-14T10:49:11.8954945+00:00</UpdatedDateUtc>
    <ApplicationId>0826f1ef-fdff-48fa-9946-0990b04e26b2</ApplicationId>
    <ApplicationVersionId>75947919-59ea-4da9-ac66-68ff6c5ebbe1</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>2aa87cba-1a69-46fc-abba-843053d00126</DeviceGroupId>
    <DeviceId>365fb9e1-c056-401c-96fa-f310ae416255</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>aad3df65-ccad-40b7-b032-b85f5825295f</NodeId>
    <NodeRouteId>607d8d48-6ad2-4510-b60c-0d502b1693aa</NodeRouteId>
    <TenantId>1c88361a-1d38-4c24-8e36-0eb6a7ab5d94</TenantId>
    <UserGroupId>442e19b6-5548-497d-8e63-04482d05d912</UserGroupId>
    <UserId>4c8602b6-e4b7-4e9c-9304-541f487a1552</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>