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": "8b24125d-8bff-4e0f-9c6a-e3b96c7b195b",
    "tenantId": "e753a549-2d17-4cd8-abdd-6b4027184e20",
    "userId": "fc71ff55-4291-4fa1-84f3-36cb37d100b3",
    "userGroupId": "4b241cd1-bb41-4edd-b34f-ba2eb5e8c866",
    "deviceId": "e045135d-3c3a-4cde-bb52-4c3ae68d7887",
    "deviceGroupId": "62130e6c-eaa6-4ea5-80e9-cb6c7ed374eb",
    "applicationId": "48a5a3e7-59db-4c89-8186-d4e75a1efbba",
    "applicationVersionId": "b146bcb8-8e08-45d0-b96f-f8206e5560a8",
    "nodeId": "f6dd36a3-1dff-462a-840f-ff12ee968789",
    "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-05-13T07:29:21.9956275+00:00",
    "updatedDateUtc": "2026-05-13T07:29:21.9956275+00:00"
  },
  {
    "nodeRouteId": "8b24125d-8bff-4e0f-9c6a-e3b96c7b195b",
    "tenantId": "e753a549-2d17-4cd8-abdd-6b4027184e20",
    "userId": "fc71ff55-4291-4fa1-84f3-36cb37d100b3",
    "userGroupId": "4b241cd1-bb41-4edd-b34f-ba2eb5e8c866",
    "deviceId": "e045135d-3c3a-4cde-bb52-4c3ae68d7887",
    "deviceGroupId": "62130e6c-eaa6-4ea5-80e9-cb6c7ed374eb",
    "applicationId": "48a5a3e7-59db-4c89-8186-d4e75a1efbba",
    "applicationVersionId": "b146bcb8-8e08-45d0-b96f-f8206e5560a8",
    "nodeId": "f6dd36a3-1dff-462a-840f-ff12ee968789",
    "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-05-13T07:29:21.9956275+00:00",
    "updatedDateUtc": "2026-05-13T07:29:21.9956275+00:00"
  },
  {
    "nodeRouteId": "8b24125d-8bff-4e0f-9c6a-e3b96c7b195b",
    "tenantId": "e753a549-2d17-4cd8-abdd-6b4027184e20",
    "userId": "fc71ff55-4291-4fa1-84f3-36cb37d100b3",
    "userGroupId": "4b241cd1-bb41-4edd-b34f-ba2eb5e8c866",
    "deviceId": "e045135d-3c3a-4cde-bb52-4c3ae68d7887",
    "deviceGroupId": "62130e6c-eaa6-4ea5-80e9-cb6c7ed374eb",
    "applicationId": "48a5a3e7-59db-4c89-8186-d4e75a1efbba",
    "applicationVersionId": "b146bcb8-8e08-45d0-b96f-f8206e5560a8",
    "nodeId": "f6dd36a3-1dff-462a-840f-ff12ee968789",
    "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-05-13T07:29:21.9956275+00:00",
    "updatedDateUtc": "2026-05-13T07:29:21.9956275+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-05-13T07:29:21.9956275+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-05-13T07:29:21.9956275+00:00</UpdatedDateUtc>
    <ApplicationId>48a5a3e7-59db-4c89-8186-d4e75a1efbba</ApplicationId>
    <ApplicationVersionId>b146bcb8-8e08-45d0-b96f-f8206e5560a8</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>62130e6c-eaa6-4ea5-80e9-cb6c7ed374eb</DeviceGroupId>
    <DeviceId>e045135d-3c3a-4cde-bb52-4c3ae68d7887</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>f6dd36a3-1dff-462a-840f-ff12ee968789</NodeId>
    <NodeRouteId>8b24125d-8bff-4e0f-9c6a-e3b96c7b195b</NodeRouteId>
    <TenantId>e753a549-2d17-4cd8-abdd-6b4027184e20</TenantId>
    <UserGroupId>4b241cd1-bb41-4edd-b34f-ba2eb5e8c866</UserGroupId>
    <UserId>fc71ff55-4291-4fa1-84f3-36cb37d100b3</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-05-13T07:29:21.9956275+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-05-13T07:29:21.9956275+00:00</UpdatedDateUtc>
    <ApplicationId>48a5a3e7-59db-4c89-8186-d4e75a1efbba</ApplicationId>
    <ApplicationVersionId>b146bcb8-8e08-45d0-b96f-f8206e5560a8</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>62130e6c-eaa6-4ea5-80e9-cb6c7ed374eb</DeviceGroupId>
    <DeviceId>e045135d-3c3a-4cde-bb52-4c3ae68d7887</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>f6dd36a3-1dff-462a-840f-ff12ee968789</NodeId>
    <NodeRouteId>8b24125d-8bff-4e0f-9c6a-e3b96c7b195b</NodeRouteId>
    <TenantId>e753a549-2d17-4cd8-abdd-6b4027184e20</TenantId>
    <UserGroupId>4b241cd1-bb41-4edd-b34f-ba2eb5e8c866</UserGroupId>
    <UserId>fc71ff55-4291-4fa1-84f3-36cb37d100b3</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-05-13T07:29:21.9956275+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-05-13T07:29:21.9956275+00:00</UpdatedDateUtc>
    <ApplicationId>48a5a3e7-59db-4c89-8186-d4e75a1efbba</ApplicationId>
    <ApplicationVersionId>b146bcb8-8e08-45d0-b96f-f8206e5560a8</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>62130e6c-eaa6-4ea5-80e9-cb6c7ed374eb</DeviceGroupId>
    <DeviceId>e045135d-3c3a-4cde-bb52-4c3ae68d7887</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>f6dd36a3-1dff-462a-840f-ff12ee968789</NodeId>
    <NodeRouteId>8b24125d-8bff-4e0f-9c6a-e3b96c7b195b</NodeRouteId>
    <TenantId>e753a549-2d17-4cd8-abdd-6b4027184e20</TenantId>
    <UserGroupId>4b241cd1-bb41-4edd-b34f-ba2eb5e8c866</UserGroupId>
    <UserId>fc71ff55-4291-4fa1-84f3-36cb37d100b3</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>