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": "324a411f-903b-4608-b8ec-40f4c01182b4",
    "tenantId": "3fd842c5-6b88-4adc-abc2-7be26ddf0970",
    "userId": "5af76493-90ed-4c04-be8f-109ada94734f",
    "userGroupId": "93179bee-9e29-42be-ab33-87d456683abe",
    "deviceId": "b92c15e9-42d5-425e-92ef-c7a33062e7e5",
    "deviceGroupId": "6637bca5-b7b1-41d9-b6cd-3c026f565ecd",
    "applicationId": "aca20662-e0d2-4ac7-8929-01394be1ab0a",
    "applicationVersionId": "5ab9da27-da31-44e3-9505-7664e57e159a",
    "nodeId": "e4f1a46a-3047-47bd-a4ce-bd7e8d6f3714",
    "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-20T14:59:25.2078734+00:00",
    "updatedDateUtc": "2026-02-20T14:59:25.2078734+00:00"
  },
  {
    "nodeRouteId": "324a411f-903b-4608-b8ec-40f4c01182b4",
    "tenantId": "3fd842c5-6b88-4adc-abc2-7be26ddf0970",
    "userId": "5af76493-90ed-4c04-be8f-109ada94734f",
    "userGroupId": "93179bee-9e29-42be-ab33-87d456683abe",
    "deviceId": "b92c15e9-42d5-425e-92ef-c7a33062e7e5",
    "deviceGroupId": "6637bca5-b7b1-41d9-b6cd-3c026f565ecd",
    "applicationId": "aca20662-e0d2-4ac7-8929-01394be1ab0a",
    "applicationVersionId": "5ab9da27-da31-44e3-9505-7664e57e159a",
    "nodeId": "e4f1a46a-3047-47bd-a4ce-bd7e8d6f3714",
    "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-20T14:59:25.2078734+00:00",
    "updatedDateUtc": "2026-02-20T14:59:25.2078734+00:00"
  },
  {
    "nodeRouteId": "324a411f-903b-4608-b8ec-40f4c01182b4",
    "tenantId": "3fd842c5-6b88-4adc-abc2-7be26ddf0970",
    "userId": "5af76493-90ed-4c04-be8f-109ada94734f",
    "userGroupId": "93179bee-9e29-42be-ab33-87d456683abe",
    "deviceId": "b92c15e9-42d5-425e-92ef-c7a33062e7e5",
    "deviceGroupId": "6637bca5-b7b1-41d9-b6cd-3c026f565ecd",
    "applicationId": "aca20662-e0d2-4ac7-8929-01394be1ab0a",
    "applicationVersionId": "5ab9da27-da31-44e3-9505-7664e57e159a",
    "nodeId": "e4f1a46a-3047-47bd-a4ce-bd7e8d6f3714",
    "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-20T14:59:25.2078734+00:00",
    "updatedDateUtc": "2026-02-20T14:59:25.2078734+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-20T14:59:25.2078734+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-20T14:59:25.2078734+00:00</UpdatedDateUtc>
    <ApplicationId>aca20662-e0d2-4ac7-8929-01394be1ab0a</ApplicationId>
    <ApplicationVersionId>5ab9da27-da31-44e3-9505-7664e57e159a</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>6637bca5-b7b1-41d9-b6cd-3c026f565ecd</DeviceGroupId>
    <DeviceId>b92c15e9-42d5-425e-92ef-c7a33062e7e5</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>e4f1a46a-3047-47bd-a4ce-bd7e8d6f3714</NodeId>
    <NodeRouteId>324a411f-903b-4608-b8ec-40f4c01182b4</NodeRouteId>
    <TenantId>3fd842c5-6b88-4adc-abc2-7be26ddf0970</TenantId>
    <UserGroupId>93179bee-9e29-42be-ab33-87d456683abe</UserGroupId>
    <UserId>5af76493-90ed-4c04-be8f-109ada94734f</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-02-20T14:59:25.2078734+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-20T14:59:25.2078734+00:00</UpdatedDateUtc>
    <ApplicationId>aca20662-e0d2-4ac7-8929-01394be1ab0a</ApplicationId>
    <ApplicationVersionId>5ab9da27-da31-44e3-9505-7664e57e159a</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>6637bca5-b7b1-41d9-b6cd-3c026f565ecd</DeviceGroupId>
    <DeviceId>b92c15e9-42d5-425e-92ef-c7a33062e7e5</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>e4f1a46a-3047-47bd-a4ce-bd7e8d6f3714</NodeId>
    <NodeRouteId>324a411f-903b-4608-b8ec-40f4c01182b4</NodeRouteId>
    <TenantId>3fd842c5-6b88-4adc-abc2-7be26ddf0970</TenantId>
    <UserGroupId>93179bee-9e29-42be-ab33-87d456683abe</UserGroupId>
    <UserId>5af76493-90ed-4c04-be8f-109ada94734f</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-02-20T14:59:25.2078734+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-20T14:59:25.2078734+00:00</UpdatedDateUtc>
    <ApplicationId>aca20662-e0d2-4ac7-8929-01394be1ab0a</ApplicationId>
    <ApplicationVersionId>5ab9da27-da31-44e3-9505-7664e57e159a</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>6637bca5-b7b1-41d9-b6cd-3c026f565ecd</DeviceGroupId>
    <DeviceId>b92c15e9-42d5-425e-92ef-c7a33062e7e5</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>e4f1a46a-3047-47bd-a4ce-bd7e8d6f3714</NodeId>
    <NodeRouteId>324a411f-903b-4608-b8ec-40f4c01182b4</NodeRouteId>
    <TenantId>3fd842c5-6b88-4adc-abc2-7be26ddf0970</TenantId>
    <UserGroupId>93179bee-9e29-42be-ab33-87d456683abe</UserGroupId>
    <UserId>5af76493-90ed-4c04-be8f-109ada94734f</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>