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": "997bbfab-1cc6-4138-9e76-0a32bcbedf14",
    "tenantId": "174887a7-5c45-47cd-af45-132766f6fb49",
    "userId": "26d4c413-cc85-4838-a2e7-aa65dd762cba",
    "userGroupId": "9fa14f33-04eb-42ef-a80b-99b3942f393c",
    "deviceId": "ba76e977-1408-4d2b-a53d-a9d7314f6d2b",
    "deviceGroupId": "70831aac-7cd1-423d-985e-b4ddcfac6746",
    "applicationId": "b9cff415-d43f-4524-968d-a10fb846d6a9",
    "applicationVersionId": "f694f9c7-1dde-4317-89c5-3b61523fc563",
    "nodeId": "29c1d96b-3bd9-438d-a719-81371745a628",
    "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-02T14:46:04.5648516+00:00",
    "updatedDateUtc": "2026-04-02T14:46:04.5648516+00:00"
  },
  {
    "nodeRouteId": "997bbfab-1cc6-4138-9e76-0a32bcbedf14",
    "tenantId": "174887a7-5c45-47cd-af45-132766f6fb49",
    "userId": "26d4c413-cc85-4838-a2e7-aa65dd762cba",
    "userGroupId": "9fa14f33-04eb-42ef-a80b-99b3942f393c",
    "deviceId": "ba76e977-1408-4d2b-a53d-a9d7314f6d2b",
    "deviceGroupId": "70831aac-7cd1-423d-985e-b4ddcfac6746",
    "applicationId": "b9cff415-d43f-4524-968d-a10fb846d6a9",
    "applicationVersionId": "f694f9c7-1dde-4317-89c5-3b61523fc563",
    "nodeId": "29c1d96b-3bd9-438d-a719-81371745a628",
    "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-02T14:46:04.5648516+00:00",
    "updatedDateUtc": "2026-04-02T14:46:04.5648516+00:00"
  },
  {
    "nodeRouteId": "997bbfab-1cc6-4138-9e76-0a32bcbedf14",
    "tenantId": "174887a7-5c45-47cd-af45-132766f6fb49",
    "userId": "26d4c413-cc85-4838-a2e7-aa65dd762cba",
    "userGroupId": "9fa14f33-04eb-42ef-a80b-99b3942f393c",
    "deviceId": "ba76e977-1408-4d2b-a53d-a9d7314f6d2b",
    "deviceGroupId": "70831aac-7cd1-423d-985e-b4ddcfac6746",
    "applicationId": "b9cff415-d43f-4524-968d-a10fb846d6a9",
    "applicationVersionId": "f694f9c7-1dde-4317-89c5-3b61523fc563",
    "nodeId": "29c1d96b-3bd9-438d-a719-81371745a628",
    "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-02T14:46:04.5648516+00:00",
    "updatedDateUtc": "2026-04-02T14:46:04.5648516+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-02T14:46:04.5648516+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-02T14:46:04.5648516+00:00</UpdatedDateUtc>
    <ApplicationId>b9cff415-d43f-4524-968d-a10fb846d6a9</ApplicationId>
    <ApplicationVersionId>f694f9c7-1dde-4317-89c5-3b61523fc563</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>70831aac-7cd1-423d-985e-b4ddcfac6746</DeviceGroupId>
    <DeviceId>ba76e977-1408-4d2b-a53d-a9d7314f6d2b</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>29c1d96b-3bd9-438d-a719-81371745a628</NodeId>
    <NodeRouteId>997bbfab-1cc6-4138-9e76-0a32bcbedf14</NodeRouteId>
    <TenantId>174887a7-5c45-47cd-af45-132766f6fb49</TenantId>
    <UserGroupId>9fa14f33-04eb-42ef-a80b-99b3942f393c</UserGroupId>
    <UserId>26d4c413-cc85-4838-a2e7-aa65dd762cba</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-04-02T14:46:04.5648516+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-02T14:46:04.5648516+00:00</UpdatedDateUtc>
    <ApplicationId>b9cff415-d43f-4524-968d-a10fb846d6a9</ApplicationId>
    <ApplicationVersionId>f694f9c7-1dde-4317-89c5-3b61523fc563</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>70831aac-7cd1-423d-985e-b4ddcfac6746</DeviceGroupId>
    <DeviceId>ba76e977-1408-4d2b-a53d-a9d7314f6d2b</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>29c1d96b-3bd9-438d-a719-81371745a628</NodeId>
    <NodeRouteId>997bbfab-1cc6-4138-9e76-0a32bcbedf14</NodeRouteId>
    <TenantId>174887a7-5c45-47cd-af45-132766f6fb49</TenantId>
    <UserGroupId>9fa14f33-04eb-42ef-a80b-99b3942f393c</UserGroupId>
    <UserId>26d4c413-cc85-4838-a2e7-aa65dd762cba</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-04-02T14:46:04.5648516+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-04-02T14:46:04.5648516+00:00</UpdatedDateUtc>
    <ApplicationId>b9cff415-d43f-4524-968d-a10fb846d6a9</ApplicationId>
    <ApplicationVersionId>f694f9c7-1dde-4317-89c5-3b61523fc563</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>70831aac-7cd1-423d-985e-b4ddcfac6746</DeviceGroupId>
    <DeviceId>ba76e977-1408-4d2b-a53d-a9d7314f6d2b</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>29c1d96b-3bd9-438d-a719-81371745a628</NodeId>
    <NodeRouteId>997bbfab-1cc6-4138-9e76-0a32bcbedf14</NodeRouteId>
    <TenantId>174887a7-5c45-47cd-af45-132766f6fb49</TenantId>
    <UserGroupId>9fa14f33-04eb-42ef-a80b-99b3942f393c</UserGroupId>
    <UserId>26d4c413-cc85-4838-a2e7-aa65dd762cba</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>