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": "5df2b33f-a902-45c7-8e9a-91a59a5787bd",
    "tenantId": "32d1cf1b-2393-4cbd-aed9-82cd767a3c45",
    "userId": "e9490d81-7ae3-470b-a522-e2f375b3faa1",
    "userGroupId": "c43677d3-f31a-46a1-ace8-6b38492388e4",
    "deviceId": "87df0fc6-abdb-4a83-b9db-d34459e74603",
    "deviceGroupId": "b0f51a52-4418-4e31-878b-286425a81e15",
    "applicationId": "0b242d8a-af2d-4fb3-a6db-e427484769ef",
    "applicationVersionId": "f59e203a-db6d-4d02-8175-be1c44cb2a74",
    "nodeId": "caace92b-ffa0-4c21-948d-2e128e13a1ee",
    "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-06-21T16:29:53.092167+00:00",
    "updatedDateUtc": "2026-06-21T16:29:53.092167+00:00"
  },
  {
    "nodeRouteId": "5df2b33f-a902-45c7-8e9a-91a59a5787bd",
    "tenantId": "32d1cf1b-2393-4cbd-aed9-82cd767a3c45",
    "userId": "e9490d81-7ae3-470b-a522-e2f375b3faa1",
    "userGroupId": "c43677d3-f31a-46a1-ace8-6b38492388e4",
    "deviceId": "87df0fc6-abdb-4a83-b9db-d34459e74603",
    "deviceGroupId": "b0f51a52-4418-4e31-878b-286425a81e15",
    "applicationId": "0b242d8a-af2d-4fb3-a6db-e427484769ef",
    "applicationVersionId": "f59e203a-db6d-4d02-8175-be1c44cb2a74",
    "nodeId": "caace92b-ffa0-4c21-948d-2e128e13a1ee",
    "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-06-21T16:29:53.092167+00:00",
    "updatedDateUtc": "2026-06-21T16:29:53.092167+00:00"
  },
  {
    "nodeRouteId": "5df2b33f-a902-45c7-8e9a-91a59a5787bd",
    "tenantId": "32d1cf1b-2393-4cbd-aed9-82cd767a3c45",
    "userId": "e9490d81-7ae3-470b-a522-e2f375b3faa1",
    "userGroupId": "c43677d3-f31a-46a1-ace8-6b38492388e4",
    "deviceId": "87df0fc6-abdb-4a83-b9db-d34459e74603",
    "deviceGroupId": "b0f51a52-4418-4e31-878b-286425a81e15",
    "applicationId": "0b242d8a-af2d-4fb3-a6db-e427484769ef",
    "applicationVersionId": "f59e203a-db6d-4d02-8175-be1c44cb2a74",
    "nodeId": "caace92b-ffa0-4c21-948d-2e128e13a1ee",
    "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-06-21T16:29:53.092167+00:00",
    "updatedDateUtc": "2026-06-21T16:29:53.092167+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-06-21T16:29:53.092167+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-21T16:29:53.092167+00:00</UpdatedDateUtc>
    <ApplicationId>0b242d8a-af2d-4fb3-a6db-e427484769ef</ApplicationId>
    <ApplicationVersionId>f59e203a-db6d-4d02-8175-be1c44cb2a74</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>b0f51a52-4418-4e31-878b-286425a81e15</DeviceGroupId>
    <DeviceId>87df0fc6-abdb-4a83-b9db-d34459e74603</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>caace92b-ffa0-4c21-948d-2e128e13a1ee</NodeId>
    <NodeRouteId>5df2b33f-a902-45c7-8e9a-91a59a5787bd</NodeRouteId>
    <TenantId>32d1cf1b-2393-4cbd-aed9-82cd767a3c45</TenantId>
    <UserGroupId>c43677d3-f31a-46a1-ace8-6b38492388e4</UserGroupId>
    <UserId>e9490d81-7ae3-470b-a522-e2f375b3faa1</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-06-21T16:29:53.092167+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-21T16:29:53.092167+00:00</UpdatedDateUtc>
    <ApplicationId>0b242d8a-af2d-4fb3-a6db-e427484769ef</ApplicationId>
    <ApplicationVersionId>f59e203a-db6d-4d02-8175-be1c44cb2a74</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>b0f51a52-4418-4e31-878b-286425a81e15</DeviceGroupId>
    <DeviceId>87df0fc6-abdb-4a83-b9db-d34459e74603</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>caace92b-ffa0-4c21-948d-2e128e13a1ee</NodeId>
    <NodeRouteId>5df2b33f-a902-45c7-8e9a-91a59a5787bd</NodeRouteId>
    <TenantId>32d1cf1b-2393-4cbd-aed9-82cd767a3c45</TenantId>
    <UserGroupId>c43677d3-f31a-46a1-ace8-6b38492388e4</UserGroupId>
    <UserId>e9490d81-7ae3-470b-a522-e2f375b3faa1</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-06-21T16:29:53.092167+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-06-21T16:29:53.092167+00:00</UpdatedDateUtc>
    <ApplicationId>0b242d8a-af2d-4fb3-a6db-e427484769ef</ApplicationId>
    <ApplicationVersionId>f59e203a-db6d-4d02-8175-be1c44cb2a74</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>b0f51a52-4418-4e31-878b-286425a81e15</DeviceGroupId>
    <DeviceId>87df0fc6-abdb-4a83-b9db-d34459e74603</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>caace92b-ffa0-4c21-948d-2e128e13a1ee</NodeId>
    <NodeRouteId>5df2b33f-a902-45c7-8e9a-91a59a5787bd</NodeRouteId>
    <TenantId>32d1cf1b-2393-4cbd-aed9-82cd767a3c45</TenantId>
    <UserGroupId>c43677d3-f31a-46a1-ace8-6b38492388e4</UserGroupId>
    <UserId>e9490d81-7ae3-470b-a522-e2f375b3faa1</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>