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": "2451dccd-7995-4f4e-8f36-ab8274127687",
    "tenantId": "9ffc1d63-f3f1-41ef-aef7-ae2ae2d4aec9",
    "userId": "8f83c5fa-12ff-4429-8a91-15cabb605427",
    "userGroupId": "882283ae-e3b4-4c17-8e1e-e1152357869a",
    "deviceId": "2b5ec276-87b1-46e4-ac18-8799651feb72",
    "deviceGroupId": "8237950c-e49d-43bf-a242-d89b0f4e6eb8",
    "applicationId": "713941e2-ebba-48a9-9f33-2a83fa7a0279",
    "applicationVersionId": "845cdc17-65ed-4aa4-a346-528aa7f07523",
    "nodeId": "fe000cc3-3bb9-45e3-987a-cd120ecad93c",
    "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-05T11:56:10.3289768+00:00",
    "updatedDateUtc": "2026-08-05T11:56:10.3289768+00:00"
  },
  {
    "nodeRouteId": "2451dccd-7995-4f4e-8f36-ab8274127687",
    "tenantId": "9ffc1d63-f3f1-41ef-aef7-ae2ae2d4aec9",
    "userId": "8f83c5fa-12ff-4429-8a91-15cabb605427",
    "userGroupId": "882283ae-e3b4-4c17-8e1e-e1152357869a",
    "deviceId": "2b5ec276-87b1-46e4-ac18-8799651feb72",
    "deviceGroupId": "8237950c-e49d-43bf-a242-d89b0f4e6eb8",
    "applicationId": "713941e2-ebba-48a9-9f33-2a83fa7a0279",
    "applicationVersionId": "845cdc17-65ed-4aa4-a346-528aa7f07523",
    "nodeId": "fe000cc3-3bb9-45e3-987a-cd120ecad93c",
    "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-05T11:56:10.3289768+00:00",
    "updatedDateUtc": "2026-08-05T11:56:10.3289768+00:00"
  },
  {
    "nodeRouteId": "2451dccd-7995-4f4e-8f36-ab8274127687",
    "tenantId": "9ffc1d63-f3f1-41ef-aef7-ae2ae2d4aec9",
    "userId": "8f83c5fa-12ff-4429-8a91-15cabb605427",
    "userGroupId": "882283ae-e3b4-4c17-8e1e-e1152357869a",
    "deviceId": "2b5ec276-87b1-46e4-ac18-8799651feb72",
    "deviceGroupId": "8237950c-e49d-43bf-a242-d89b0f4e6eb8",
    "applicationId": "713941e2-ebba-48a9-9f33-2a83fa7a0279",
    "applicationVersionId": "845cdc17-65ed-4aa4-a346-528aa7f07523",
    "nodeId": "fe000cc3-3bb9-45e3-987a-cd120ecad93c",
    "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-05T11:56:10.3289768+00:00",
    "updatedDateUtc": "2026-08-05T11:56:10.3289768+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-05T11:56:10.3289768+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-05T11:56:10.3289768+00:00</UpdatedDateUtc>
    <ApplicationId>713941e2-ebba-48a9-9f33-2a83fa7a0279</ApplicationId>
    <ApplicationVersionId>845cdc17-65ed-4aa4-a346-528aa7f07523</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>8237950c-e49d-43bf-a242-d89b0f4e6eb8</DeviceGroupId>
    <DeviceId>2b5ec276-87b1-46e4-ac18-8799651feb72</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>fe000cc3-3bb9-45e3-987a-cd120ecad93c</NodeId>
    <NodeRouteId>2451dccd-7995-4f4e-8f36-ab8274127687</NodeRouteId>
    <TenantId>9ffc1d63-f3f1-41ef-aef7-ae2ae2d4aec9</TenantId>
    <UserGroupId>882283ae-e3b4-4c17-8e1e-e1152357869a</UserGroupId>
    <UserId>8f83c5fa-12ff-4429-8a91-15cabb605427</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-08-05T11:56:10.3289768+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-05T11:56:10.3289768+00:00</UpdatedDateUtc>
    <ApplicationId>713941e2-ebba-48a9-9f33-2a83fa7a0279</ApplicationId>
    <ApplicationVersionId>845cdc17-65ed-4aa4-a346-528aa7f07523</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>8237950c-e49d-43bf-a242-d89b0f4e6eb8</DeviceGroupId>
    <DeviceId>2b5ec276-87b1-46e4-ac18-8799651feb72</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>fe000cc3-3bb9-45e3-987a-cd120ecad93c</NodeId>
    <NodeRouteId>2451dccd-7995-4f4e-8f36-ab8274127687</NodeRouteId>
    <TenantId>9ffc1d63-f3f1-41ef-aef7-ae2ae2d4aec9</TenantId>
    <UserGroupId>882283ae-e3b4-4c17-8e1e-e1152357869a</UserGroupId>
    <UserId>8f83c5fa-12ff-4429-8a91-15cabb605427</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-08-05T11:56:10.3289768+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-05T11:56:10.3289768+00:00</UpdatedDateUtc>
    <ApplicationId>713941e2-ebba-48a9-9f33-2a83fa7a0279</ApplicationId>
    <ApplicationVersionId>845cdc17-65ed-4aa4-a346-528aa7f07523</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>8237950c-e49d-43bf-a242-d89b0f4e6eb8</DeviceGroupId>
    <DeviceId>2b5ec276-87b1-46e4-ac18-8799651feb72</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>fe000cc3-3bb9-45e3-987a-cd120ecad93c</NodeId>
    <NodeRouteId>2451dccd-7995-4f4e-8f36-ab8274127687</NodeRouteId>
    <TenantId>9ffc1d63-f3f1-41ef-aef7-ae2ae2d4aec9</TenantId>
    <UserGroupId>882283ae-e3b4-4c17-8e1e-e1152357869a</UserGroupId>
    <UserId>8f83c5fa-12ff-4429-8a91-15cabb605427</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>