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": "ef6817f2-abf2-49a5-a347-178a2fd2c60c",
    "tenantId": "d5e0559d-11aa-467c-a397-4adfcbd3eada",
    "userId": "536bd0af-b4c3-485c-903a-03d8371b96b4",
    "userGroupId": "72329252-dc27-4fbf-b8eb-115c25ec6653",
    "deviceId": "dfc88d5b-4cde-4d24-903c-8b01bc765dbe",
    "deviceGroupId": "de723cc7-708d-4bc6-b5a0-2882daf03398",
    "applicationId": "b36f6e9b-faa9-45a5-b05b-5d0ccdd8ef16",
    "applicationVersionId": "6a874113-62c9-48d6-958b-10ec2d302472",
    "nodeId": "133b10f4-57bb-4f30-be1f-9d7ee830309a",
    "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-04-24T23:47:42.9228868+00:00",
    "updatedDateUtc": "2026-04-24T23:47:42.9228868+00:00"
  },
  {
    "nodeRouteId": "ef6817f2-abf2-49a5-a347-178a2fd2c60c",
    "tenantId": "d5e0559d-11aa-467c-a397-4adfcbd3eada",
    "userId": "536bd0af-b4c3-485c-903a-03d8371b96b4",
    "userGroupId": "72329252-dc27-4fbf-b8eb-115c25ec6653",
    "deviceId": "dfc88d5b-4cde-4d24-903c-8b01bc765dbe",
    "deviceGroupId": "de723cc7-708d-4bc6-b5a0-2882daf03398",
    "applicationId": "b36f6e9b-faa9-45a5-b05b-5d0ccdd8ef16",
    "applicationVersionId": "6a874113-62c9-48d6-958b-10ec2d302472",
    "nodeId": "133b10f4-57bb-4f30-be1f-9d7ee830309a",
    "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-04-24T23:47:42.9228868+00:00",
    "updatedDateUtc": "2026-04-24T23:47:42.9228868+00:00"
  },
  {
    "nodeRouteId": "ef6817f2-abf2-49a5-a347-178a2fd2c60c",
    "tenantId": "d5e0559d-11aa-467c-a397-4adfcbd3eada",
    "userId": "536bd0af-b4c3-485c-903a-03d8371b96b4",
    "userGroupId": "72329252-dc27-4fbf-b8eb-115c25ec6653",
    "deviceId": "dfc88d5b-4cde-4d24-903c-8b01bc765dbe",
    "deviceGroupId": "de723cc7-708d-4bc6-b5a0-2882daf03398",
    "applicationId": "b36f6e9b-faa9-45a5-b05b-5d0ccdd8ef16",
    "applicationVersionId": "6a874113-62c9-48d6-958b-10ec2d302472",
    "nodeId": "133b10f4-57bb-4f30-be1f-9d7ee830309a",
    "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-04-24T23:47:42.9228868+00:00",
    "updatedDateUtc": "2026-04-24T23:47:42.9228868+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-04-24T23:47:42.9228868+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-24T23:47:42.9228868+00:00</UpdatedDateUtc>
    <ApplicationId>b36f6e9b-faa9-45a5-b05b-5d0ccdd8ef16</ApplicationId>
    <ApplicationVersionId>6a874113-62c9-48d6-958b-10ec2d302472</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>de723cc7-708d-4bc6-b5a0-2882daf03398</DeviceGroupId>
    <DeviceId>dfc88d5b-4cde-4d24-903c-8b01bc765dbe</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>133b10f4-57bb-4f30-be1f-9d7ee830309a</NodeId>
    <NodeRouteId>ef6817f2-abf2-49a5-a347-178a2fd2c60c</NodeRouteId>
    <TenantId>d5e0559d-11aa-467c-a397-4adfcbd3eada</TenantId>
    <UserGroupId>72329252-dc27-4fbf-b8eb-115c25ec6653</UserGroupId>
    <UserId>536bd0af-b4c3-485c-903a-03d8371b96b4</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-04-24T23:47:42.9228868+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-24T23:47:42.9228868+00:00</UpdatedDateUtc>
    <ApplicationId>b36f6e9b-faa9-45a5-b05b-5d0ccdd8ef16</ApplicationId>
    <ApplicationVersionId>6a874113-62c9-48d6-958b-10ec2d302472</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>de723cc7-708d-4bc6-b5a0-2882daf03398</DeviceGroupId>
    <DeviceId>dfc88d5b-4cde-4d24-903c-8b01bc765dbe</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>133b10f4-57bb-4f30-be1f-9d7ee830309a</NodeId>
    <NodeRouteId>ef6817f2-abf2-49a5-a347-178a2fd2c60c</NodeRouteId>
    <TenantId>d5e0559d-11aa-467c-a397-4adfcbd3eada</TenantId>
    <UserGroupId>72329252-dc27-4fbf-b8eb-115c25ec6653</UserGroupId>
    <UserId>536bd0af-b4c3-485c-903a-03d8371b96b4</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-04-24T23:47:42.9228868+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-24T23:47:42.9228868+00:00</UpdatedDateUtc>
    <ApplicationId>b36f6e9b-faa9-45a5-b05b-5d0ccdd8ef16</ApplicationId>
    <ApplicationVersionId>6a874113-62c9-48d6-958b-10ec2d302472</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>de723cc7-708d-4bc6-b5a0-2882daf03398</DeviceGroupId>
    <DeviceId>dfc88d5b-4cde-4d24-903c-8b01bc765dbe</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>133b10f4-57bb-4f30-be1f-9d7ee830309a</NodeId>
    <NodeRouteId>ef6817f2-abf2-49a5-a347-178a2fd2c60c</NodeRouteId>
    <TenantId>d5e0559d-11aa-467c-a397-4adfcbd3eada</TenantId>
    <UserGroupId>72329252-dc27-4fbf-b8eb-115c25ec6653</UserGroupId>
    <UserId>536bd0af-b4c3-485c-903a-03d8371b96b4</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>