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": "3fcbcc25-8e50-42e5-ad43-3d474066ac82",
    "tenantId": "ef882a06-eafe-407c-a51a-2c6853b6a888",
    "userId": "82dc172b-8754-4d0a-890f-f9a54347891a",
    "userGroupId": "ea9caab0-9f94-4731-a199-d50a0520eff1",
    "deviceId": "368390a2-3ffd-433a-94d3-5bf8c57ef0c4",
    "deviceGroupId": "ad3f24ff-6b8a-4ea3-8ece-02e560ff08be",
    "applicationId": "0a2d30d3-2e4b-487d-8a27-734d827044f1",
    "applicationVersionId": "5044d6b1-328d-4f6f-8ef3-2f58effa9985",
    "nodeId": "e010c7e3-f62e-44f1-94ee-a0a8f3b21403",
    "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-31T23:38:16.6322699+00:00",
    "updatedDateUtc": "2026-03-31T23:38:16.6322699+00:00"
  },
  {
    "nodeRouteId": "3fcbcc25-8e50-42e5-ad43-3d474066ac82",
    "tenantId": "ef882a06-eafe-407c-a51a-2c6853b6a888",
    "userId": "82dc172b-8754-4d0a-890f-f9a54347891a",
    "userGroupId": "ea9caab0-9f94-4731-a199-d50a0520eff1",
    "deviceId": "368390a2-3ffd-433a-94d3-5bf8c57ef0c4",
    "deviceGroupId": "ad3f24ff-6b8a-4ea3-8ece-02e560ff08be",
    "applicationId": "0a2d30d3-2e4b-487d-8a27-734d827044f1",
    "applicationVersionId": "5044d6b1-328d-4f6f-8ef3-2f58effa9985",
    "nodeId": "e010c7e3-f62e-44f1-94ee-a0a8f3b21403",
    "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-31T23:38:16.6322699+00:00",
    "updatedDateUtc": "2026-03-31T23:38:16.6322699+00:00"
  },
  {
    "nodeRouteId": "3fcbcc25-8e50-42e5-ad43-3d474066ac82",
    "tenantId": "ef882a06-eafe-407c-a51a-2c6853b6a888",
    "userId": "82dc172b-8754-4d0a-890f-f9a54347891a",
    "userGroupId": "ea9caab0-9f94-4731-a199-d50a0520eff1",
    "deviceId": "368390a2-3ffd-433a-94d3-5bf8c57ef0c4",
    "deviceGroupId": "ad3f24ff-6b8a-4ea3-8ece-02e560ff08be",
    "applicationId": "0a2d30d3-2e4b-487d-8a27-734d827044f1",
    "applicationVersionId": "5044d6b1-328d-4f6f-8ef3-2f58effa9985",
    "nodeId": "e010c7e3-f62e-44f1-94ee-a0a8f3b21403",
    "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-31T23:38:16.6322699+00:00",
    "updatedDateUtc": "2026-03-31T23:38:16.6322699+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-31T23:38:16.6322699+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-31T23:38:16.6322699+00:00</UpdatedDateUtc>
    <ApplicationId>0a2d30d3-2e4b-487d-8a27-734d827044f1</ApplicationId>
    <ApplicationVersionId>5044d6b1-328d-4f6f-8ef3-2f58effa9985</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>ad3f24ff-6b8a-4ea3-8ece-02e560ff08be</DeviceGroupId>
    <DeviceId>368390a2-3ffd-433a-94d3-5bf8c57ef0c4</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>e010c7e3-f62e-44f1-94ee-a0a8f3b21403</NodeId>
    <NodeRouteId>3fcbcc25-8e50-42e5-ad43-3d474066ac82</NodeRouteId>
    <TenantId>ef882a06-eafe-407c-a51a-2c6853b6a888</TenantId>
    <UserGroupId>ea9caab0-9f94-4731-a199-d50a0520eff1</UserGroupId>
    <UserId>82dc172b-8754-4d0a-890f-f9a54347891a</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-03-31T23:38:16.6322699+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-31T23:38:16.6322699+00:00</UpdatedDateUtc>
    <ApplicationId>0a2d30d3-2e4b-487d-8a27-734d827044f1</ApplicationId>
    <ApplicationVersionId>5044d6b1-328d-4f6f-8ef3-2f58effa9985</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>ad3f24ff-6b8a-4ea3-8ece-02e560ff08be</DeviceGroupId>
    <DeviceId>368390a2-3ffd-433a-94d3-5bf8c57ef0c4</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>e010c7e3-f62e-44f1-94ee-a0a8f3b21403</NodeId>
    <NodeRouteId>3fcbcc25-8e50-42e5-ad43-3d474066ac82</NodeRouteId>
    <TenantId>ef882a06-eafe-407c-a51a-2c6853b6a888</TenantId>
    <UserGroupId>ea9caab0-9f94-4731-a199-d50a0520eff1</UserGroupId>
    <UserId>82dc172b-8754-4d0a-890f-f9a54347891a</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-03-31T23:38:16.6322699+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-31T23:38:16.6322699+00:00</UpdatedDateUtc>
    <ApplicationId>0a2d30d3-2e4b-487d-8a27-734d827044f1</ApplicationId>
    <ApplicationVersionId>5044d6b1-328d-4f6f-8ef3-2f58effa9985</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>ad3f24ff-6b8a-4ea3-8ece-02e560ff08be</DeviceGroupId>
    <DeviceId>368390a2-3ffd-433a-94d3-5bf8c57ef0c4</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>e010c7e3-f62e-44f1-94ee-a0a8f3b21403</NodeId>
    <NodeRouteId>3fcbcc25-8e50-42e5-ad43-3d474066ac82</NodeRouteId>
    <TenantId>ef882a06-eafe-407c-a51a-2c6853b6a888</TenantId>
    <UserGroupId>ea9caab0-9f94-4731-a199-d50a0520eff1</UserGroupId>
    <UserId>82dc172b-8754-4d0a-890f-f9a54347891a</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>