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": "62e1d945-6ad1-4f33-bc10-fbfffd5e33e7",
    "tenantId": "f86ddb99-6a1b-43cf-ba70-6ea3c2e67f1f",
    "userId": "7d94343c-00d5-46c8-aee0-b8683308fcf7",
    "userGroupId": "97978290-efa2-4191-8885-4d034918f019",
    "deviceId": "86f5f0d2-7cbd-43db-bca5-4b641f2356bf",
    "deviceGroupId": "ea32740a-7a12-4639-9a2c-5e8a85f849fb",
    "applicationId": "a3beadd1-f2a1-4ce1-ac82-6d9352702221",
    "applicationVersionId": "b070ec55-91d5-406f-a5e0-727e579164dc",
    "nodeId": "45dcb1ba-c9cc-400d-88e4-48f061cc0faf",
    "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-07-21T00:45:18.1151311+00:00",
    "updatedDateUtc": "2026-07-21T00:45:18.1151311+00:00"
  },
  {
    "nodeRouteId": "62e1d945-6ad1-4f33-bc10-fbfffd5e33e7",
    "tenantId": "f86ddb99-6a1b-43cf-ba70-6ea3c2e67f1f",
    "userId": "7d94343c-00d5-46c8-aee0-b8683308fcf7",
    "userGroupId": "97978290-efa2-4191-8885-4d034918f019",
    "deviceId": "86f5f0d2-7cbd-43db-bca5-4b641f2356bf",
    "deviceGroupId": "ea32740a-7a12-4639-9a2c-5e8a85f849fb",
    "applicationId": "a3beadd1-f2a1-4ce1-ac82-6d9352702221",
    "applicationVersionId": "b070ec55-91d5-406f-a5e0-727e579164dc",
    "nodeId": "45dcb1ba-c9cc-400d-88e4-48f061cc0faf",
    "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-07-21T00:45:18.1151311+00:00",
    "updatedDateUtc": "2026-07-21T00:45:18.1151311+00:00"
  },
  {
    "nodeRouteId": "62e1d945-6ad1-4f33-bc10-fbfffd5e33e7",
    "tenantId": "f86ddb99-6a1b-43cf-ba70-6ea3c2e67f1f",
    "userId": "7d94343c-00d5-46c8-aee0-b8683308fcf7",
    "userGroupId": "97978290-efa2-4191-8885-4d034918f019",
    "deviceId": "86f5f0d2-7cbd-43db-bca5-4b641f2356bf",
    "deviceGroupId": "ea32740a-7a12-4639-9a2c-5e8a85f849fb",
    "applicationId": "a3beadd1-f2a1-4ce1-ac82-6d9352702221",
    "applicationVersionId": "b070ec55-91d5-406f-a5e0-727e579164dc",
    "nodeId": "45dcb1ba-c9cc-400d-88e4-48f061cc0faf",
    "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-07-21T00:45:18.1151311+00:00",
    "updatedDateUtc": "2026-07-21T00:45:18.1151311+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-07-21T00:45:18.1151311+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-07-21T00:45:18.1151311+00:00</UpdatedDateUtc>
    <ApplicationId>a3beadd1-f2a1-4ce1-ac82-6d9352702221</ApplicationId>
    <ApplicationVersionId>b070ec55-91d5-406f-a5e0-727e579164dc</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>ea32740a-7a12-4639-9a2c-5e8a85f849fb</DeviceGroupId>
    <DeviceId>86f5f0d2-7cbd-43db-bca5-4b641f2356bf</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>45dcb1ba-c9cc-400d-88e4-48f061cc0faf</NodeId>
    <NodeRouteId>62e1d945-6ad1-4f33-bc10-fbfffd5e33e7</NodeRouteId>
    <TenantId>f86ddb99-6a1b-43cf-ba70-6ea3c2e67f1f</TenantId>
    <UserGroupId>97978290-efa2-4191-8885-4d034918f019</UserGroupId>
    <UserId>7d94343c-00d5-46c8-aee0-b8683308fcf7</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-07-21T00:45:18.1151311+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-07-21T00:45:18.1151311+00:00</UpdatedDateUtc>
    <ApplicationId>a3beadd1-f2a1-4ce1-ac82-6d9352702221</ApplicationId>
    <ApplicationVersionId>b070ec55-91d5-406f-a5e0-727e579164dc</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>ea32740a-7a12-4639-9a2c-5e8a85f849fb</DeviceGroupId>
    <DeviceId>86f5f0d2-7cbd-43db-bca5-4b641f2356bf</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>45dcb1ba-c9cc-400d-88e4-48f061cc0faf</NodeId>
    <NodeRouteId>62e1d945-6ad1-4f33-bc10-fbfffd5e33e7</NodeRouteId>
    <TenantId>f86ddb99-6a1b-43cf-ba70-6ea3c2e67f1f</TenantId>
    <UserGroupId>97978290-efa2-4191-8885-4d034918f019</UserGroupId>
    <UserId>7d94343c-00d5-46c8-aee0-b8683308fcf7</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-07-21T00:45:18.1151311+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-07-21T00:45:18.1151311+00:00</UpdatedDateUtc>
    <ApplicationId>a3beadd1-f2a1-4ce1-ac82-6d9352702221</ApplicationId>
    <ApplicationVersionId>b070ec55-91d5-406f-a5e0-727e579164dc</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>ea32740a-7a12-4639-9a2c-5e8a85f849fb</DeviceGroupId>
    <DeviceId>86f5f0d2-7cbd-43db-bca5-4b641f2356bf</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>45dcb1ba-c9cc-400d-88e4-48f061cc0faf</NodeId>
    <NodeRouteId>62e1d945-6ad1-4f33-bc10-fbfffd5e33e7</NodeRouteId>
    <TenantId>f86ddb99-6a1b-43cf-ba70-6ea3c2e67f1f</TenantId>
    <UserGroupId>97978290-efa2-4191-8885-4d034918f019</UserGroupId>
    <UserId>7d94343c-00d5-46c8-aee0-b8683308fcf7</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>