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": "8fc17ac3-7604-40e3-b3bd-fc1328bfdfad",
    "tenantId": "103e58f7-54d9-4ed5-aca3-4f6ad0609f00",
    "userId": "20fc2634-a35e-4a71-b24c-202b5c6fff40",
    "userGroupId": "f10fdb53-7094-4455-bce1-2d1af57b7224",
    "deviceId": "91bd3e8d-cf2e-472b-b3a3-29ee164df474",
    "deviceGroupId": "e98a818a-0c4d-4a57-b483-971c87e1be5a",
    "applicationId": "154c4176-1140-40c0-9f49-3e86e8877197",
    "applicationVersionId": "a42b89c1-5acd-4e99-80ed-4dc98354a2b7",
    "nodeId": "746e9e1c-43d9-49fb-8ef5-864e0a521832",
    "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-07T01:16:40.1100615+00:00",
    "updatedDateUtc": "2026-02-07T01:16:40.1100615+00:00"
  },
  {
    "nodeRouteId": "8fc17ac3-7604-40e3-b3bd-fc1328bfdfad",
    "tenantId": "103e58f7-54d9-4ed5-aca3-4f6ad0609f00",
    "userId": "20fc2634-a35e-4a71-b24c-202b5c6fff40",
    "userGroupId": "f10fdb53-7094-4455-bce1-2d1af57b7224",
    "deviceId": "91bd3e8d-cf2e-472b-b3a3-29ee164df474",
    "deviceGroupId": "e98a818a-0c4d-4a57-b483-971c87e1be5a",
    "applicationId": "154c4176-1140-40c0-9f49-3e86e8877197",
    "applicationVersionId": "a42b89c1-5acd-4e99-80ed-4dc98354a2b7",
    "nodeId": "746e9e1c-43d9-49fb-8ef5-864e0a521832",
    "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-07T01:16:40.1100615+00:00",
    "updatedDateUtc": "2026-02-07T01:16:40.1100615+00:00"
  },
  {
    "nodeRouteId": "8fc17ac3-7604-40e3-b3bd-fc1328bfdfad",
    "tenantId": "103e58f7-54d9-4ed5-aca3-4f6ad0609f00",
    "userId": "20fc2634-a35e-4a71-b24c-202b5c6fff40",
    "userGroupId": "f10fdb53-7094-4455-bce1-2d1af57b7224",
    "deviceId": "91bd3e8d-cf2e-472b-b3a3-29ee164df474",
    "deviceGroupId": "e98a818a-0c4d-4a57-b483-971c87e1be5a",
    "applicationId": "154c4176-1140-40c0-9f49-3e86e8877197",
    "applicationVersionId": "a42b89c1-5acd-4e99-80ed-4dc98354a2b7",
    "nodeId": "746e9e1c-43d9-49fb-8ef5-864e0a521832",
    "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-07T01:16:40.1100615+00:00",
    "updatedDateUtc": "2026-02-07T01:16:40.1100615+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-07T01:16:40.1100615+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-07T01:16:40.1100615+00:00</UpdatedDateUtc>
    <ApplicationId>154c4176-1140-40c0-9f49-3e86e8877197</ApplicationId>
    <ApplicationVersionId>a42b89c1-5acd-4e99-80ed-4dc98354a2b7</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>e98a818a-0c4d-4a57-b483-971c87e1be5a</DeviceGroupId>
    <DeviceId>91bd3e8d-cf2e-472b-b3a3-29ee164df474</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>746e9e1c-43d9-49fb-8ef5-864e0a521832</NodeId>
    <NodeRouteId>8fc17ac3-7604-40e3-b3bd-fc1328bfdfad</NodeRouteId>
    <TenantId>103e58f7-54d9-4ed5-aca3-4f6ad0609f00</TenantId>
    <UserGroupId>f10fdb53-7094-4455-bce1-2d1af57b7224</UserGroupId>
    <UserId>20fc2634-a35e-4a71-b24c-202b5c6fff40</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-02-07T01:16:40.1100615+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-07T01:16:40.1100615+00:00</UpdatedDateUtc>
    <ApplicationId>154c4176-1140-40c0-9f49-3e86e8877197</ApplicationId>
    <ApplicationVersionId>a42b89c1-5acd-4e99-80ed-4dc98354a2b7</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>e98a818a-0c4d-4a57-b483-971c87e1be5a</DeviceGroupId>
    <DeviceId>91bd3e8d-cf2e-472b-b3a3-29ee164df474</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>746e9e1c-43d9-49fb-8ef5-864e0a521832</NodeId>
    <NodeRouteId>8fc17ac3-7604-40e3-b3bd-fc1328bfdfad</NodeRouteId>
    <TenantId>103e58f7-54d9-4ed5-aca3-4f6ad0609f00</TenantId>
    <UserGroupId>f10fdb53-7094-4455-bce1-2d1af57b7224</UserGroupId>
    <UserId>20fc2634-a35e-4a71-b24c-202b5c6fff40</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-02-07T01:16:40.1100615+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-07T01:16:40.1100615+00:00</UpdatedDateUtc>
    <ApplicationId>154c4176-1140-40c0-9f49-3e86e8877197</ApplicationId>
    <ApplicationVersionId>a42b89c1-5acd-4e99-80ed-4dc98354a2b7</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>e98a818a-0c4d-4a57-b483-971c87e1be5a</DeviceGroupId>
    <DeviceId>91bd3e8d-cf2e-472b-b3a3-29ee164df474</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>746e9e1c-43d9-49fb-8ef5-864e0a521832</NodeId>
    <NodeRouteId>8fc17ac3-7604-40e3-b3bd-fc1328bfdfad</NodeRouteId>
    <TenantId>103e58f7-54d9-4ed5-aca3-4f6ad0609f00</TenantId>
    <UserGroupId>f10fdb53-7094-4455-bce1-2d1af57b7224</UserGroupId>
    <UserId>20fc2634-a35e-4a71-b24c-202b5c6fff40</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>