Cyan Web API - Version 1


GET api/nodeRoutes?{nodeId}

            Gets all of the NodeRoutes for a Node
            

Request Information

Parameters

NameDescriptionAdditional information
nodeId

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "nodeRouteId": "0fdb4c60-562b-4a15-8837-69953c8bfa6b",
    "tenantId": "6b52e953-0745-40b6-9e81-1209bc789a32",
    "userId": "247fa1f3-a78f-4633-8f09-e86db941b62b",
    "userGroupId": "a9bd1de4-659b-484e-88fd-7dd4f7aee9bb",
    "deviceId": "eba21afa-73e7-4f44-a466-ad665a4fdb85",
    "deviceGroupId": "5313d4fb-6694-40a5-a009-4bce1b73f22d",
    "applicationId": "6d1c7bdc-e91f-4b20-ab9d-c559d6cbc574",
    "applicationVersionId": "04402a80-08c8-4299-adc5-3f6d39818bdd",
    "nodeId": "8906efcf-a501-4d8c-93eb-f592d9c7cb96",
    "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-16T01:32:31.4895943+00:00",
    "updatedDateUtc": "2026-03-16T01:32:31.4895943+00:00"
  },
  {
    "nodeRouteId": "0fdb4c60-562b-4a15-8837-69953c8bfa6b",
    "tenantId": "6b52e953-0745-40b6-9e81-1209bc789a32",
    "userId": "247fa1f3-a78f-4633-8f09-e86db941b62b",
    "userGroupId": "a9bd1de4-659b-484e-88fd-7dd4f7aee9bb",
    "deviceId": "eba21afa-73e7-4f44-a466-ad665a4fdb85",
    "deviceGroupId": "5313d4fb-6694-40a5-a009-4bce1b73f22d",
    "applicationId": "6d1c7bdc-e91f-4b20-ab9d-c559d6cbc574",
    "applicationVersionId": "04402a80-08c8-4299-adc5-3f6d39818bdd",
    "nodeId": "8906efcf-a501-4d8c-93eb-f592d9c7cb96",
    "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-16T01:32:31.4895943+00:00",
    "updatedDateUtc": "2026-03-16T01:32:31.4895943+00:00"
  },
  {
    "nodeRouteId": "0fdb4c60-562b-4a15-8837-69953c8bfa6b",
    "tenantId": "6b52e953-0745-40b6-9e81-1209bc789a32",
    "userId": "247fa1f3-a78f-4633-8f09-e86db941b62b",
    "userGroupId": "a9bd1de4-659b-484e-88fd-7dd4f7aee9bb",
    "deviceId": "eba21afa-73e7-4f44-a466-ad665a4fdb85",
    "deviceGroupId": "5313d4fb-6694-40a5-a009-4bce1b73f22d",
    "applicationId": "6d1c7bdc-e91f-4b20-ab9d-c559d6cbc574",
    "applicationVersionId": "04402a80-08c8-4299-adc5-3f6d39818bdd",
    "nodeId": "8906efcf-a501-4d8c-93eb-f592d9c7cb96",
    "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-16T01:32:31.4895943+00:00",
    "updatedDateUtc": "2026-03-16T01:32:31.4895943+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-16T01:32:31.4895943+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-16T01:32:31.4895943+00:00</UpdatedDateUtc>
    <ApplicationId>6d1c7bdc-e91f-4b20-ab9d-c559d6cbc574</ApplicationId>
    <ApplicationVersionId>04402a80-08c8-4299-adc5-3f6d39818bdd</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>5313d4fb-6694-40a5-a009-4bce1b73f22d</DeviceGroupId>
    <DeviceId>eba21afa-73e7-4f44-a466-ad665a4fdb85</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>8906efcf-a501-4d8c-93eb-f592d9c7cb96</NodeId>
    <NodeRouteId>0fdb4c60-562b-4a15-8837-69953c8bfa6b</NodeRouteId>
    <TenantId>6b52e953-0745-40b6-9e81-1209bc789a32</TenantId>
    <UserGroupId>a9bd1de4-659b-484e-88fd-7dd4f7aee9bb</UserGroupId>
    <UserId>247fa1f3-a78f-4633-8f09-e86db941b62b</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-03-16T01:32:31.4895943+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-16T01:32:31.4895943+00:00</UpdatedDateUtc>
    <ApplicationId>6d1c7bdc-e91f-4b20-ab9d-c559d6cbc574</ApplicationId>
    <ApplicationVersionId>04402a80-08c8-4299-adc5-3f6d39818bdd</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>5313d4fb-6694-40a5-a009-4bce1b73f22d</DeviceGroupId>
    <DeviceId>eba21afa-73e7-4f44-a466-ad665a4fdb85</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>8906efcf-a501-4d8c-93eb-f592d9c7cb96</NodeId>
    <NodeRouteId>0fdb4c60-562b-4a15-8837-69953c8bfa6b</NodeRouteId>
    <TenantId>6b52e953-0745-40b6-9e81-1209bc789a32</TenantId>
    <UserGroupId>a9bd1de4-659b-484e-88fd-7dd4f7aee9bb</UserGroupId>
    <UserId>247fa1f3-a78f-4633-8f09-e86db941b62b</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-03-16T01:32:31.4895943+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-16T01:32:31.4895943+00:00</UpdatedDateUtc>
    <ApplicationId>6d1c7bdc-e91f-4b20-ab9d-c559d6cbc574</ApplicationId>
    <ApplicationVersionId>04402a80-08c8-4299-adc5-3f6d39818bdd</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>5313d4fb-6694-40a5-a009-4bce1b73f22d</DeviceGroupId>
    <DeviceId>eba21afa-73e7-4f44-a466-ad665a4fdb85</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>8906efcf-a501-4d8c-93eb-f592d9c7cb96</NodeId>
    <NodeRouteId>0fdb4c60-562b-4a15-8837-69953c8bfa6b</NodeRouteId>
    <TenantId>6b52e953-0745-40b6-9e81-1209bc789a32</TenantId>
    <UserGroupId>a9bd1de4-659b-484e-88fd-7dd4f7aee9bb</UserGroupId>
    <UserId>247fa1f3-a78f-4633-8f09-e86db941b62b</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>