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": "c2bfe929-eb00-4110-b46f-6c26499cf3af",
    "tenantId": "13b2889a-9ac0-45ac-9c2c-25260510af4f",
    "userId": "c63d2609-6bd3-4fac-a5c7-f037aac53a5c",
    "userGroupId": "ddf2be8f-d3b2-499a-be32-ccc10d7883c7",
    "deviceId": "cdd4a41a-c264-4d7f-83ca-7680385c5c44",
    "deviceGroupId": "3e39c995-679c-4757-9155-02d5ddd00953",
    "applicationId": "29da39cc-041b-45d7-81fb-c16407d9fb1f",
    "applicationVersionId": "807b9efe-073c-4f00-ad9c-d0aa210d8d65",
    "nodeId": "4d3f51ed-b60b-4494-b5fd-3223d97100e6",
    "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-08-05T11:59:53.9164637+00:00",
    "updatedDateUtc": "2026-08-05T11:59:53.9164637+00:00"
  },
  {
    "nodeRouteId": "c2bfe929-eb00-4110-b46f-6c26499cf3af",
    "tenantId": "13b2889a-9ac0-45ac-9c2c-25260510af4f",
    "userId": "c63d2609-6bd3-4fac-a5c7-f037aac53a5c",
    "userGroupId": "ddf2be8f-d3b2-499a-be32-ccc10d7883c7",
    "deviceId": "cdd4a41a-c264-4d7f-83ca-7680385c5c44",
    "deviceGroupId": "3e39c995-679c-4757-9155-02d5ddd00953",
    "applicationId": "29da39cc-041b-45d7-81fb-c16407d9fb1f",
    "applicationVersionId": "807b9efe-073c-4f00-ad9c-d0aa210d8d65",
    "nodeId": "4d3f51ed-b60b-4494-b5fd-3223d97100e6",
    "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-08-05T11:59:53.9164637+00:00",
    "updatedDateUtc": "2026-08-05T11:59:53.9164637+00:00"
  },
  {
    "nodeRouteId": "c2bfe929-eb00-4110-b46f-6c26499cf3af",
    "tenantId": "13b2889a-9ac0-45ac-9c2c-25260510af4f",
    "userId": "c63d2609-6bd3-4fac-a5c7-f037aac53a5c",
    "userGroupId": "ddf2be8f-d3b2-499a-be32-ccc10d7883c7",
    "deviceId": "cdd4a41a-c264-4d7f-83ca-7680385c5c44",
    "deviceGroupId": "3e39c995-679c-4757-9155-02d5ddd00953",
    "applicationId": "29da39cc-041b-45d7-81fb-c16407d9fb1f",
    "applicationVersionId": "807b9efe-073c-4f00-ad9c-d0aa210d8d65",
    "nodeId": "4d3f51ed-b60b-4494-b5fd-3223d97100e6",
    "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-08-05T11:59:53.9164637+00:00",
    "updatedDateUtc": "2026-08-05T11:59:53.9164637+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-08-05T11:59:53.9164637+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-05T11:59:53.9164637+00:00</UpdatedDateUtc>
    <ApplicationId>29da39cc-041b-45d7-81fb-c16407d9fb1f</ApplicationId>
    <ApplicationVersionId>807b9efe-073c-4f00-ad9c-d0aa210d8d65</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>3e39c995-679c-4757-9155-02d5ddd00953</DeviceGroupId>
    <DeviceId>cdd4a41a-c264-4d7f-83ca-7680385c5c44</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>4d3f51ed-b60b-4494-b5fd-3223d97100e6</NodeId>
    <NodeRouteId>c2bfe929-eb00-4110-b46f-6c26499cf3af</NodeRouteId>
    <TenantId>13b2889a-9ac0-45ac-9c2c-25260510af4f</TenantId>
    <UserGroupId>ddf2be8f-d3b2-499a-be32-ccc10d7883c7</UserGroupId>
    <UserId>c63d2609-6bd3-4fac-a5c7-f037aac53a5c</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-08-05T11:59:53.9164637+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-05T11:59:53.9164637+00:00</UpdatedDateUtc>
    <ApplicationId>29da39cc-041b-45d7-81fb-c16407d9fb1f</ApplicationId>
    <ApplicationVersionId>807b9efe-073c-4f00-ad9c-d0aa210d8d65</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>3e39c995-679c-4757-9155-02d5ddd00953</DeviceGroupId>
    <DeviceId>cdd4a41a-c264-4d7f-83ca-7680385c5c44</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>4d3f51ed-b60b-4494-b5fd-3223d97100e6</NodeId>
    <NodeRouteId>c2bfe929-eb00-4110-b46f-6c26499cf3af</NodeRouteId>
    <TenantId>13b2889a-9ac0-45ac-9c2c-25260510af4f</TenantId>
    <UserGroupId>ddf2be8f-d3b2-499a-be32-ccc10d7883c7</UserGroupId>
    <UserId>c63d2609-6bd3-4fac-a5c7-f037aac53a5c</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-08-05T11:59:53.9164637+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-05T11:59:53.9164637+00:00</UpdatedDateUtc>
    <ApplicationId>29da39cc-041b-45d7-81fb-c16407d9fb1f</ApplicationId>
    <ApplicationVersionId>807b9efe-073c-4f00-ad9c-d0aa210d8d65</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>3e39c995-679c-4757-9155-02d5ddd00953</DeviceGroupId>
    <DeviceId>cdd4a41a-c264-4d7f-83ca-7680385c5c44</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>4d3f51ed-b60b-4494-b5fd-3223d97100e6</NodeId>
    <NodeRouteId>c2bfe929-eb00-4110-b46f-6c26499cf3af</NodeRouteId>
    <TenantId>13b2889a-9ac0-45ac-9c2c-25260510af4f</TenantId>
    <UserGroupId>ddf2be8f-d3b2-499a-be32-ccc10d7883c7</UserGroupId>
    <UserId>c63d2609-6bd3-4fac-a5c7-f037aac53a5c</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>