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": "5efb10da-9314-4057-b731-9da1a7e2f9bf",
    "tenantId": "58afee4c-e4aa-4086-b619-2b44da756b22",
    "userId": "023abd21-6edf-466d-bc44-94eac745e555",
    "userGroupId": "5b6b4653-6a74-415c-99dd-d8bd43ea84ef",
    "deviceId": "0cc4cd68-0317-43ae-9df2-04644435d621",
    "deviceGroupId": "6447a637-ed44-409b-b421-16a9eb948ab5",
    "applicationId": "77bcc745-b044-47f4-ad0f-d92c87ba6fe9",
    "applicationVersionId": "4e5ebcf0-2a4c-4da7-8722-0f04d15a9ddb",
    "nodeId": "e054b9c9-0459-4559-8cb1-9e5999c78996",
    "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-07-08T17:32:23.707058+00:00",
    "updatedDateUtc": "2026-07-08T17:32:23.707058+00:00"
  },
  {
    "nodeRouteId": "5efb10da-9314-4057-b731-9da1a7e2f9bf",
    "tenantId": "58afee4c-e4aa-4086-b619-2b44da756b22",
    "userId": "023abd21-6edf-466d-bc44-94eac745e555",
    "userGroupId": "5b6b4653-6a74-415c-99dd-d8bd43ea84ef",
    "deviceId": "0cc4cd68-0317-43ae-9df2-04644435d621",
    "deviceGroupId": "6447a637-ed44-409b-b421-16a9eb948ab5",
    "applicationId": "77bcc745-b044-47f4-ad0f-d92c87ba6fe9",
    "applicationVersionId": "4e5ebcf0-2a4c-4da7-8722-0f04d15a9ddb",
    "nodeId": "e054b9c9-0459-4559-8cb1-9e5999c78996",
    "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-07-08T17:32:23.707058+00:00",
    "updatedDateUtc": "2026-07-08T17:32:23.707058+00:00"
  },
  {
    "nodeRouteId": "5efb10da-9314-4057-b731-9da1a7e2f9bf",
    "tenantId": "58afee4c-e4aa-4086-b619-2b44da756b22",
    "userId": "023abd21-6edf-466d-bc44-94eac745e555",
    "userGroupId": "5b6b4653-6a74-415c-99dd-d8bd43ea84ef",
    "deviceId": "0cc4cd68-0317-43ae-9df2-04644435d621",
    "deviceGroupId": "6447a637-ed44-409b-b421-16a9eb948ab5",
    "applicationId": "77bcc745-b044-47f4-ad0f-d92c87ba6fe9",
    "applicationVersionId": "4e5ebcf0-2a4c-4da7-8722-0f04d15a9ddb",
    "nodeId": "e054b9c9-0459-4559-8cb1-9e5999c78996",
    "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-07-08T17:32:23.707058+00:00",
    "updatedDateUtc": "2026-07-08T17:32:23.707058+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-07-08T17:32:23.707058+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-07-08T17:32:23.707058+00:00</UpdatedDateUtc>
    <ApplicationId>77bcc745-b044-47f4-ad0f-d92c87ba6fe9</ApplicationId>
    <ApplicationVersionId>4e5ebcf0-2a4c-4da7-8722-0f04d15a9ddb</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>6447a637-ed44-409b-b421-16a9eb948ab5</DeviceGroupId>
    <DeviceId>0cc4cd68-0317-43ae-9df2-04644435d621</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>e054b9c9-0459-4559-8cb1-9e5999c78996</NodeId>
    <NodeRouteId>5efb10da-9314-4057-b731-9da1a7e2f9bf</NodeRouteId>
    <TenantId>58afee4c-e4aa-4086-b619-2b44da756b22</TenantId>
    <UserGroupId>5b6b4653-6a74-415c-99dd-d8bd43ea84ef</UserGroupId>
    <UserId>023abd21-6edf-466d-bc44-94eac745e555</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-07-08T17:32:23.707058+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-07-08T17:32:23.707058+00:00</UpdatedDateUtc>
    <ApplicationId>77bcc745-b044-47f4-ad0f-d92c87ba6fe9</ApplicationId>
    <ApplicationVersionId>4e5ebcf0-2a4c-4da7-8722-0f04d15a9ddb</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>6447a637-ed44-409b-b421-16a9eb948ab5</DeviceGroupId>
    <DeviceId>0cc4cd68-0317-43ae-9df2-04644435d621</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>e054b9c9-0459-4559-8cb1-9e5999c78996</NodeId>
    <NodeRouteId>5efb10da-9314-4057-b731-9da1a7e2f9bf</NodeRouteId>
    <TenantId>58afee4c-e4aa-4086-b619-2b44da756b22</TenantId>
    <UserGroupId>5b6b4653-6a74-415c-99dd-d8bd43ea84ef</UserGroupId>
    <UserId>023abd21-6edf-466d-bc44-94eac745e555</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-07-08T17:32:23.707058+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-07-08T17:32:23.707058+00:00</UpdatedDateUtc>
    <ApplicationId>77bcc745-b044-47f4-ad0f-d92c87ba6fe9</ApplicationId>
    <ApplicationVersionId>4e5ebcf0-2a4c-4da7-8722-0f04d15a9ddb</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>6447a637-ed44-409b-b421-16a9eb948ab5</DeviceGroupId>
    <DeviceId>0cc4cd68-0317-43ae-9df2-04644435d621</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>e054b9c9-0459-4559-8cb1-9e5999c78996</NodeId>
    <NodeRouteId>5efb10da-9314-4057-b731-9da1a7e2f9bf</NodeRouteId>
    <TenantId>58afee4c-e4aa-4086-b619-2b44da756b22</TenantId>
    <UserGroupId>5b6b4653-6a74-415c-99dd-d8bd43ea84ef</UserGroupId>
    <UserId>023abd21-6edf-466d-bc44-94eac745e555</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>