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": "15855abc-b214-4b85-a53b-e10eb420465f",
    "tenantId": "38287893-010b-4984-a2d7-115040f097cc",
    "userId": "bfc3aabe-8a40-4558-89b9-9d11e6230b81",
    "userGroupId": "e263b90b-76bc-441e-a763-082937d0de2c",
    "deviceId": "0ab0b4a3-3cff-440e-9c3a-b90cb9158eff",
    "deviceGroupId": "5d8162f2-5a7e-4fac-982c-a811b7a313e1",
    "applicationId": "f8833b22-be54-4e16-b586-a4b59092491c",
    "applicationVersionId": "7ed01a06-4665-4629-a6a4-8218a9fc8887",
    "nodeId": "e6f3b0a6-edc6-4f7c-ae0b-3af43575707c",
    "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-03-14T07:24:01.8263769+00:00",
    "updatedDateUtc": "2026-03-14T07:24:01.8263769+00:00"
  },
  {
    "nodeRouteId": "15855abc-b214-4b85-a53b-e10eb420465f",
    "tenantId": "38287893-010b-4984-a2d7-115040f097cc",
    "userId": "bfc3aabe-8a40-4558-89b9-9d11e6230b81",
    "userGroupId": "e263b90b-76bc-441e-a763-082937d0de2c",
    "deviceId": "0ab0b4a3-3cff-440e-9c3a-b90cb9158eff",
    "deviceGroupId": "5d8162f2-5a7e-4fac-982c-a811b7a313e1",
    "applicationId": "f8833b22-be54-4e16-b586-a4b59092491c",
    "applicationVersionId": "7ed01a06-4665-4629-a6a4-8218a9fc8887",
    "nodeId": "e6f3b0a6-edc6-4f7c-ae0b-3af43575707c",
    "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-03-14T07:24:01.8263769+00:00",
    "updatedDateUtc": "2026-03-14T07:24:01.8263769+00:00"
  },
  {
    "nodeRouteId": "15855abc-b214-4b85-a53b-e10eb420465f",
    "tenantId": "38287893-010b-4984-a2d7-115040f097cc",
    "userId": "bfc3aabe-8a40-4558-89b9-9d11e6230b81",
    "userGroupId": "e263b90b-76bc-441e-a763-082937d0de2c",
    "deviceId": "0ab0b4a3-3cff-440e-9c3a-b90cb9158eff",
    "deviceGroupId": "5d8162f2-5a7e-4fac-982c-a811b7a313e1",
    "applicationId": "f8833b22-be54-4e16-b586-a4b59092491c",
    "applicationVersionId": "7ed01a06-4665-4629-a6a4-8218a9fc8887",
    "nodeId": "e6f3b0a6-edc6-4f7c-ae0b-3af43575707c",
    "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-03-14T07:24:01.8263769+00:00",
    "updatedDateUtc": "2026-03-14T07:24:01.8263769+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-03-14T07:24:01.8263769+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-14T07:24:01.8263769+00:00</UpdatedDateUtc>
    <ApplicationId>f8833b22-be54-4e16-b586-a4b59092491c</ApplicationId>
    <ApplicationVersionId>7ed01a06-4665-4629-a6a4-8218a9fc8887</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>5d8162f2-5a7e-4fac-982c-a811b7a313e1</DeviceGroupId>
    <DeviceId>0ab0b4a3-3cff-440e-9c3a-b90cb9158eff</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>e6f3b0a6-edc6-4f7c-ae0b-3af43575707c</NodeId>
    <NodeRouteId>15855abc-b214-4b85-a53b-e10eb420465f</NodeRouteId>
    <TenantId>38287893-010b-4984-a2d7-115040f097cc</TenantId>
    <UserGroupId>e263b90b-76bc-441e-a763-082937d0de2c</UserGroupId>
    <UserId>bfc3aabe-8a40-4558-89b9-9d11e6230b81</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-03-14T07:24:01.8263769+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-14T07:24:01.8263769+00:00</UpdatedDateUtc>
    <ApplicationId>f8833b22-be54-4e16-b586-a4b59092491c</ApplicationId>
    <ApplicationVersionId>7ed01a06-4665-4629-a6a4-8218a9fc8887</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>5d8162f2-5a7e-4fac-982c-a811b7a313e1</DeviceGroupId>
    <DeviceId>0ab0b4a3-3cff-440e-9c3a-b90cb9158eff</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>e6f3b0a6-edc6-4f7c-ae0b-3af43575707c</NodeId>
    <NodeRouteId>15855abc-b214-4b85-a53b-e10eb420465f</NodeRouteId>
    <TenantId>38287893-010b-4984-a2d7-115040f097cc</TenantId>
    <UserGroupId>e263b90b-76bc-441e-a763-082937d0de2c</UserGroupId>
    <UserId>bfc3aabe-8a40-4558-89b9-9d11e6230b81</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-03-14T07:24:01.8263769+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-14T07:24:01.8263769+00:00</UpdatedDateUtc>
    <ApplicationId>f8833b22-be54-4e16-b586-a4b59092491c</ApplicationId>
    <ApplicationVersionId>7ed01a06-4665-4629-a6a4-8218a9fc8887</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>5d8162f2-5a7e-4fac-982c-a811b7a313e1</DeviceGroupId>
    <DeviceId>0ab0b4a3-3cff-440e-9c3a-b90cb9158eff</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>e6f3b0a6-edc6-4f7c-ae0b-3af43575707c</NodeId>
    <NodeRouteId>15855abc-b214-4b85-a53b-e10eb420465f</NodeRouteId>
    <TenantId>38287893-010b-4984-a2d7-115040f097cc</TenantId>
    <UserGroupId>e263b90b-76bc-441e-a763-082937d0de2c</UserGroupId>
    <UserId>bfc3aabe-8a40-4558-89b9-9d11e6230b81</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>