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": "360cde12-8d5e-42ca-91cd-64be510d2097",
    "tenantId": "6adeb9a0-0e0a-4aec-b6aa-458e76009f59",
    "userId": "5bb74952-e58b-4608-a499-d5202bbbc579",
    "userGroupId": "3e1b7624-2d9a-454a-a52b-c717b82149d5",
    "deviceId": "4a6696d9-389e-4c36-9eaa-fa874004e269",
    "deviceGroupId": "71d0e034-57f2-48e8-a377-b2e6de93a361",
    "applicationId": "73c9619c-34e9-4dd6-b544-1dce182ec73f",
    "applicationVersionId": "331aae74-3b4c-4ebf-9d0d-f436b1557bbc",
    "nodeId": "618b8eb2-ed74-44c2-a21e-28d39c0c6d0c",
    "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-01-31T02:37:06.1496578+00:00",
    "updatedDateUtc": "2026-01-31T02:37:06.1496578+00:00"
  },
  {
    "nodeRouteId": "360cde12-8d5e-42ca-91cd-64be510d2097",
    "tenantId": "6adeb9a0-0e0a-4aec-b6aa-458e76009f59",
    "userId": "5bb74952-e58b-4608-a499-d5202bbbc579",
    "userGroupId": "3e1b7624-2d9a-454a-a52b-c717b82149d5",
    "deviceId": "4a6696d9-389e-4c36-9eaa-fa874004e269",
    "deviceGroupId": "71d0e034-57f2-48e8-a377-b2e6de93a361",
    "applicationId": "73c9619c-34e9-4dd6-b544-1dce182ec73f",
    "applicationVersionId": "331aae74-3b4c-4ebf-9d0d-f436b1557bbc",
    "nodeId": "618b8eb2-ed74-44c2-a21e-28d39c0c6d0c",
    "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-01-31T02:37:06.1496578+00:00",
    "updatedDateUtc": "2026-01-31T02:37:06.1496578+00:00"
  },
  {
    "nodeRouteId": "360cde12-8d5e-42ca-91cd-64be510d2097",
    "tenantId": "6adeb9a0-0e0a-4aec-b6aa-458e76009f59",
    "userId": "5bb74952-e58b-4608-a499-d5202bbbc579",
    "userGroupId": "3e1b7624-2d9a-454a-a52b-c717b82149d5",
    "deviceId": "4a6696d9-389e-4c36-9eaa-fa874004e269",
    "deviceGroupId": "71d0e034-57f2-48e8-a377-b2e6de93a361",
    "applicationId": "73c9619c-34e9-4dd6-b544-1dce182ec73f",
    "applicationVersionId": "331aae74-3b4c-4ebf-9d0d-f436b1557bbc",
    "nodeId": "618b8eb2-ed74-44c2-a21e-28d39c0c6d0c",
    "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-01-31T02:37:06.1496578+00:00",
    "updatedDateUtc": "2026-01-31T02:37:06.1496578+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-01-31T02:37:06.1496578+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-01-31T02:37:06.1496578+00:00</UpdatedDateUtc>
    <ApplicationId>73c9619c-34e9-4dd6-b544-1dce182ec73f</ApplicationId>
    <ApplicationVersionId>331aae74-3b4c-4ebf-9d0d-f436b1557bbc</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>71d0e034-57f2-48e8-a377-b2e6de93a361</DeviceGroupId>
    <DeviceId>4a6696d9-389e-4c36-9eaa-fa874004e269</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>618b8eb2-ed74-44c2-a21e-28d39c0c6d0c</NodeId>
    <NodeRouteId>360cde12-8d5e-42ca-91cd-64be510d2097</NodeRouteId>
    <TenantId>6adeb9a0-0e0a-4aec-b6aa-458e76009f59</TenantId>
    <UserGroupId>3e1b7624-2d9a-454a-a52b-c717b82149d5</UserGroupId>
    <UserId>5bb74952-e58b-4608-a499-d5202bbbc579</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-01-31T02:37:06.1496578+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-01-31T02:37:06.1496578+00:00</UpdatedDateUtc>
    <ApplicationId>73c9619c-34e9-4dd6-b544-1dce182ec73f</ApplicationId>
    <ApplicationVersionId>331aae74-3b4c-4ebf-9d0d-f436b1557bbc</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>71d0e034-57f2-48e8-a377-b2e6de93a361</DeviceGroupId>
    <DeviceId>4a6696d9-389e-4c36-9eaa-fa874004e269</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>618b8eb2-ed74-44c2-a21e-28d39c0c6d0c</NodeId>
    <NodeRouteId>360cde12-8d5e-42ca-91cd-64be510d2097</NodeRouteId>
    <TenantId>6adeb9a0-0e0a-4aec-b6aa-458e76009f59</TenantId>
    <UserGroupId>3e1b7624-2d9a-454a-a52b-c717b82149d5</UserGroupId>
    <UserId>5bb74952-e58b-4608-a499-d5202bbbc579</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-01-31T02:37:06.1496578+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-01-31T02:37:06.1496578+00:00</UpdatedDateUtc>
    <ApplicationId>73c9619c-34e9-4dd6-b544-1dce182ec73f</ApplicationId>
    <ApplicationVersionId>331aae74-3b4c-4ebf-9d0d-f436b1557bbc</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>71d0e034-57f2-48e8-a377-b2e6de93a361</DeviceGroupId>
    <DeviceId>4a6696d9-389e-4c36-9eaa-fa874004e269</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>618b8eb2-ed74-44c2-a21e-28d39c0c6d0c</NodeId>
    <NodeRouteId>360cde12-8d5e-42ca-91cd-64be510d2097</NodeRouteId>
    <TenantId>6adeb9a0-0e0a-4aec-b6aa-458e76009f59</TenantId>
    <UserGroupId>3e1b7624-2d9a-454a-a52b-c717b82149d5</UserGroupId>
    <UserId>5bb74952-e58b-4608-a499-d5202bbbc579</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>