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": "fc90aae0-f9d9-4ce6-aa9a-f74d04b20247",
    "tenantId": "dea6f729-eb96-4b56-b028-864059a43b25",
    "userId": "a6e5c695-5ea0-495a-81a4-877d6d98fb58",
    "userGroupId": "5e20d474-c3d1-4abd-9d45-318ea02e4562",
    "deviceId": "0442b703-3721-4c0e-b01e-22599a7deee0",
    "deviceGroupId": "33aec97c-2429-45b3-a3b1-ec6259102fa5",
    "applicationId": "f8ab7c2c-db1d-4d97-a967-ae4d7d747419",
    "applicationVersionId": "ba32ee11-f2e2-4a35-b4bb-7fcc08b33125",
    "nodeId": "6135aeb1-c78c-467d-a0d1-ab3bb0c38e32",
    "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-02-12T09:59:16.5497638+00:00",
    "updatedDateUtc": "2026-02-12T09:59:16.5497638+00:00"
  },
  {
    "nodeRouteId": "fc90aae0-f9d9-4ce6-aa9a-f74d04b20247",
    "tenantId": "dea6f729-eb96-4b56-b028-864059a43b25",
    "userId": "a6e5c695-5ea0-495a-81a4-877d6d98fb58",
    "userGroupId": "5e20d474-c3d1-4abd-9d45-318ea02e4562",
    "deviceId": "0442b703-3721-4c0e-b01e-22599a7deee0",
    "deviceGroupId": "33aec97c-2429-45b3-a3b1-ec6259102fa5",
    "applicationId": "f8ab7c2c-db1d-4d97-a967-ae4d7d747419",
    "applicationVersionId": "ba32ee11-f2e2-4a35-b4bb-7fcc08b33125",
    "nodeId": "6135aeb1-c78c-467d-a0d1-ab3bb0c38e32",
    "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-02-12T09:59:16.5497638+00:00",
    "updatedDateUtc": "2026-02-12T09:59:16.5497638+00:00"
  },
  {
    "nodeRouteId": "fc90aae0-f9d9-4ce6-aa9a-f74d04b20247",
    "tenantId": "dea6f729-eb96-4b56-b028-864059a43b25",
    "userId": "a6e5c695-5ea0-495a-81a4-877d6d98fb58",
    "userGroupId": "5e20d474-c3d1-4abd-9d45-318ea02e4562",
    "deviceId": "0442b703-3721-4c0e-b01e-22599a7deee0",
    "deviceGroupId": "33aec97c-2429-45b3-a3b1-ec6259102fa5",
    "applicationId": "f8ab7c2c-db1d-4d97-a967-ae4d7d747419",
    "applicationVersionId": "ba32ee11-f2e2-4a35-b4bb-7fcc08b33125",
    "nodeId": "6135aeb1-c78c-467d-a0d1-ab3bb0c38e32",
    "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-02-12T09:59:16.5497638+00:00",
    "updatedDateUtc": "2026-02-12T09:59:16.5497638+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-02-12T09:59:16.5497638+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-12T09:59:16.5497638+00:00</UpdatedDateUtc>
    <ApplicationId>f8ab7c2c-db1d-4d97-a967-ae4d7d747419</ApplicationId>
    <ApplicationVersionId>ba32ee11-f2e2-4a35-b4bb-7fcc08b33125</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>33aec97c-2429-45b3-a3b1-ec6259102fa5</DeviceGroupId>
    <DeviceId>0442b703-3721-4c0e-b01e-22599a7deee0</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>6135aeb1-c78c-467d-a0d1-ab3bb0c38e32</NodeId>
    <NodeRouteId>fc90aae0-f9d9-4ce6-aa9a-f74d04b20247</NodeRouteId>
    <TenantId>dea6f729-eb96-4b56-b028-864059a43b25</TenantId>
    <UserGroupId>5e20d474-c3d1-4abd-9d45-318ea02e4562</UserGroupId>
    <UserId>a6e5c695-5ea0-495a-81a4-877d6d98fb58</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-02-12T09:59:16.5497638+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-12T09:59:16.5497638+00:00</UpdatedDateUtc>
    <ApplicationId>f8ab7c2c-db1d-4d97-a967-ae4d7d747419</ApplicationId>
    <ApplicationVersionId>ba32ee11-f2e2-4a35-b4bb-7fcc08b33125</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>33aec97c-2429-45b3-a3b1-ec6259102fa5</DeviceGroupId>
    <DeviceId>0442b703-3721-4c0e-b01e-22599a7deee0</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>6135aeb1-c78c-467d-a0d1-ab3bb0c38e32</NodeId>
    <NodeRouteId>fc90aae0-f9d9-4ce6-aa9a-f74d04b20247</NodeRouteId>
    <TenantId>dea6f729-eb96-4b56-b028-864059a43b25</TenantId>
    <UserGroupId>5e20d474-c3d1-4abd-9d45-318ea02e4562</UserGroupId>
    <UserId>a6e5c695-5ea0-495a-81a4-877d6d98fb58</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-02-12T09:59:16.5497638+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-12T09:59:16.5497638+00:00</UpdatedDateUtc>
    <ApplicationId>f8ab7c2c-db1d-4d97-a967-ae4d7d747419</ApplicationId>
    <ApplicationVersionId>ba32ee11-f2e2-4a35-b4bb-7fcc08b33125</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>33aec97c-2429-45b3-a3b1-ec6259102fa5</DeviceGroupId>
    <DeviceId>0442b703-3721-4c0e-b01e-22599a7deee0</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>6135aeb1-c78c-467d-a0d1-ab3bb0c38e32</NodeId>
    <NodeRouteId>fc90aae0-f9d9-4ce6-aa9a-f74d04b20247</NodeRouteId>
    <TenantId>dea6f729-eb96-4b56-b028-864059a43b25</TenantId>
    <UserGroupId>5e20d474-c3d1-4abd-9d45-318ea02e4562</UserGroupId>
    <UserId>a6e5c695-5ea0-495a-81a4-877d6d98fb58</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>