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": "420f2396-a3cb-4325-ac23-793c51a9d787",
    "tenantId": "c1af4b27-4b99-4539-83e0-9923c4ed223f",
    "userId": "1fe3993b-ebef-4ec6-b557-2a6b95dfabc6",
    "userGroupId": "db76adc8-471a-4fe3-bca4-02a4b6edc5be",
    "deviceId": "da9a0e36-20ad-480b-87e4-18dff71c2fee",
    "deviceGroupId": "27a0d6ac-f1f2-4434-bb9b-7bc5f2a6e91a",
    "applicationId": "c2c54b47-7cfa-4ca9-92a0-73eee9ddc206",
    "applicationVersionId": "04b1316d-1ebb-415e-91bc-6212514d141a",
    "nodeId": "fc1ffbe1-da23-461b-9740-dbdcfa9dbe4c",
    "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": "2025-12-12T11:06:59.8628587+00:00",
    "updatedDateUtc": "2025-12-12T11:06:59.8628587+00:00"
  },
  {
    "nodeRouteId": "420f2396-a3cb-4325-ac23-793c51a9d787",
    "tenantId": "c1af4b27-4b99-4539-83e0-9923c4ed223f",
    "userId": "1fe3993b-ebef-4ec6-b557-2a6b95dfabc6",
    "userGroupId": "db76adc8-471a-4fe3-bca4-02a4b6edc5be",
    "deviceId": "da9a0e36-20ad-480b-87e4-18dff71c2fee",
    "deviceGroupId": "27a0d6ac-f1f2-4434-bb9b-7bc5f2a6e91a",
    "applicationId": "c2c54b47-7cfa-4ca9-92a0-73eee9ddc206",
    "applicationVersionId": "04b1316d-1ebb-415e-91bc-6212514d141a",
    "nodeId": "fc1ffbe1-da23-461b-9740-dbdcfa9dbe4c",
    "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": "2025-12-12T11:06:59.8628587+00:00",
    "updatedDateUtc": "2025-12-12T11:06:59.8628587+00:00"
  },
  {
    "nodeRouteId": "420f2396-a3cb-4325-ac23-793c51a9d787",
    "tenantId": "c1af4b27-4b99-4539-83e0-9923c4ed223f",
    "userId": "1fe3993b-ebef-4ec6-b557-2a6b95dfabc6",
    "userGroupId": "db76adc8-471a-4fe3-bca4-02a4b6edc5be",
    "deviceId": "da9a0e36-20ad-480b-87e4-18dff71c2fee",
    "deviceGroupId": "27a0d6ac-f1f2-4434-bb9b-7bc5f2a6e91a",
    "applicationId": "c2c54b47-7cfa-4ca9-92a0-73eee9ddc206",
    "applicationVersionId": "04b1316d-1ebb-415e-91bc-6212514d141a",
    "nodeId": "fc1ffbe1-da23-461b-9740-dbdcfa9dbe4c",
    "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": "2025-12-12T11:06:59.8628587+00:00",
    "updatedDateUtc": "2025-12-12T11:06:59.8628587+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>2025-12-12T11:06:59.8628587+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-12-12T11:06:59.8628587+00:00</UpdatedDateUtc>
    <ApplicationId>c2c54b47-7cfa-4ca9-92a0-73eee9ddc206</ApplicationId>
    <ApplicationVersionId>04b1316d-1ebb-415e-91bc-6212514d141a</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>27a0d6ac-f1f2-4434-bb9b-7bc5f2a6e91a</DeviceGroupId>
    <DeviceId>da9a0e36-20ad-480b-87e4-18dff71c2fee</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>fc1ffbe1-da23-461b-9740-dbdcfa9dbe4c</NodeId>
    <NodeRouteId>420f2396-a3cb-4325-ac23-793c51a9d787</NodeRouteId>
    <TenantId>c1af4b27-4b99-4539-83e0-9923c4ed223f</TenantId>
    <UserGroupId>db76adc8-471a-4fe3-bca4-02a4b6edc5be</UserGroupId>
    <UserId>1fe3993b-ebef-4ec6-b557-2a6b95dfabc6</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2025-12-12T11:06:59.8628587+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-12-12T11:06:59.8628587+00:00</UpdatedDateUtc>
    <ApplicationId>c2c54b47-7cfa-4ca9-92a0-73eee9ddc206</ApplicationId>
    <ApplicationVersionId>04b1316d-1ebb-415e-91bc-6212514d141a</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>27a0d6ac-f1f2-4434-bb9b-7bc5f2a6e91a</DeviceGroupId>
    <DeviceId>da9a0e36-20ad-480b-87e4-18dff71c2fee</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>fc1ffbe1-da23-461b-9740-dbdcfa9dbe4c</NodeId>
    <NodeRouteId>420f2396-a3cb-4325-ac23-793c51a9d787</NodeRouteId>
    <TenantId>c1af4b27-4b99-4539-83e0-9923c4ed223f</TenantId>
    <UserGroupId>db76adc8-471a-4fe3-bca4-02a4b6edc5be</UserGroupId>
    <UserId>1fe3993b-ebef-4ec6-b557-2a6b95dfabc6</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2025-12-12T11:06:59.8628587+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-12-12T11:06:59.8628587+00:00</UpdatedDateUtc>
    <ApplicationId>c2c54b47-7cfa-4ca9-92a0-73eee9ddc206</ApplicationId>
    <ApplicationVersionId>04b1316d-1ebb-415e-91bc-6212514d141a</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>27a0d6ac-f1f2-4434-bb9b-7bc5f2a6e91a</DeviceGroupId>
    <DeviceId>da9a0e36-20ad-480b-87e4-18dff71c2fee</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>fc1ffbe1-da23-461b-9740-dbdcfa9dbe4c</NodeId>
    <NodeRouteId>420f2396-a3cb-4325-ac23-793c51a9d787</NodeRouteId>
    <TenantId>c1af4b27-4b99-4539-83e0-9923c4ed223f</TenantId>
    <UserGroupId>db76adc8-471a-4fe3-bca4-02a4b6edc5be</UserGroupId>
    <UserId>1fe3993b-ebef-4ec6-b557-2a6b95dfabc6</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>