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": "52adbd9e-6ee9-4b02-a39d-61ba9dbd6f7b",
    "tenantId": "5ef97647-7df8-4f60-ae4b-4665328a9159",
    "userId": "0682eb0f-164d-44a4-8213-101965145623",
    "userGroupId": "7b0200b7-bd10-4f5e-800b-b57cff1cf716",
    "deviceId": "f2f16d8e-15a0-4476-b624-ccc4946f3850",
    "deviceGroupId": "b08db288-2cbf-43a9-ab6e-c6c13fcb04b5",
    "applicationId": "ecf4e03a-589a-4bd9-8a69-b29b0a953904",
    "applicationVersionId": "428c3d3e-3437-4a46-97c7-9347d2fa7aa7",
    "nodeId": "593b6631-b7ed-4231-a41a-ff3e68454328",
    "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": "2025-09-16T05:56:12.7114773+00:00",
    "updatedDateUtc": "2025-09-16T05:56:12.7114773+00:00"
  },
  {
    "nodeRouteId": "52adbd9e-6ee9-4b02-a39d-61ba9dbd6f7b",
    "tenantId": "5ef97647-7df8-4f60-ae4b-4665328a9159",
    "userId": "0682eb0f-164d-44a4-8213-101965145623",
    "userGroupId": "7b0200b7-bd10-4f5e-800b-b57cff1cf716",
    "deviceId": "f2f16d8e-15a0-4476-b624-ccc4946f3850",
    "deviceGroupId": "b08db288-2cbf-43a9-ab6e-c6c13fcb04b5",
    "applicationId": "ecf4e03a-589a-4bd9-8a69-b29b0a953904",
    "applicationVersionId": "428c3d3e-3437-4a46-97c7-9347d2fa7aa7",
    "nodeId": "593b6631-b7ed-4231-a41a-ff3e68454328",
    "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": "2025-09-16T05:56:12.7114773+00:00",
    "updatedDateUtc": "2025-09-16T05:56:12.7114773+00:00"
  },
  {
    "nodeRouteId": "52adbd9e-6ee9-4b02-a39d-61ba9dbd6f7b",
    "tenantId": "5ef97647-7df8-4f60-ae4b-4665328a9159",
    "userId": "0682eb0f-164d-44a4-8213-101965145623",
    "userGroupId": "7b0200b7-bd10-4f5e-800b-b57cff1cf716",
    "deviceId": "f2f16d8e-15a0-4476-b624-ccc4946f3850",
    "deviceGroupId": "b08db288-2cbf-43a9-ab6e-c6c13fcb04b5",
    "applicationId": "ecf4e03a-589a-4bd9-8a69-b29b0a953904",
    "applicationVersionId": "428c3d3e-3437-4a46-97c7-9347d2fa7aa7",
    "nodeId": "593b6631-b7ed-4231-a41a-ff3e68454328",
    "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": "2025-09-16T05:56:12.7114773+00:00",
    "updatedDateUtc": "2025-09-16T05:56:12.7114773+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>2025-09-16T05:56:12.7114773+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-09-16T05:56:12.7114773+00:00</UpdatedDateUtc>
    <ApplicationId>ecf4e03a-589a-4bd9-8a69-b29b0a953904</ApplicationId>
    <ApplicationVersionId>428c3d3e-3437-4a46-97c7-9347d2fa7aa7</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>b08db288-2cbf-43a9-ab6e-c6c13fcb04b5</DeviceGroupId>
    <DeviceId>f2f16d8e-15a0-4476-b624-ccc4946f3850</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>593b6631-b7ed-4231-a41a-ff3e68454328</NodeId>
    <NodeRouteId>52adbd9e-6ee9-4b02-a39d-61ba9dbd6f7b</NodeRouteId>
    <TenantId>5ef97647-7df8-4f60-ae4b-4665328a9159</TenantId>
    <UserGroupId>7b0200b7-bd10-4f5e-800b-b57cff1cf716</UserGroupId>
    <UserId>0682eb0f-164d-44a4-8213-101965145623</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2025-09-16T05:56:12.7114773+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-09-16T05:56:12.7114773+00:00</UpdatedDateUtc>
    <ApplicationId>ecf4e03a-589a-4bd9-8a69-b29b0a953904</ApplicationId>
    <ApplicationVersionId>428c3d3e-3437-4a46-97c7-9347d2fa7aa7</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>b08db288-2cbf-43a9-ab6e-c6c13fcb04b5</DeviceGroupId>
    <DeviceId>f2f16d8e-15a0-4476-b624-ccc4946f3850</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>593b6631-b7ed-4231-a41a-ff3e68454328</NodeId>
    <NodeRouteId>52adbd9e-6ee9-4b02-a39d-61ba9dbd6f7b</NodeRouteId>
    <TenantId>5ef97647-7df8-4f60-ae4b-4665328a9159</TenantId>
    <UserGroupId>7b0200b7-bd10-4f5e-800b-b57cff1cf716</UserGroupId>
    <UserId>0682eb0f-164d-44a4-8213-101965145623</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2025-09-16T05:56:12.7114773+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-09-16T05:56:12.7114773+00:00</UpdatedDateUtc>
    <ApplicationId>ecf4e03a-589a-4bd9-8a69-b29b0a953904</ApplicationId>
    <ApplicationVersionId>428c3d3e-3437-4a46-97c7-9347d2fa7aa7</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>b08db288-2cbf-43a9-ab6e-c6c13fcb04b5</DeviceGroupId>
    <DeviceId>f2f16d8e-15a0-4476-b624-ccc4946f3850</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>593b6631-b7ed-4231-a41a-ff3e68454328</NodeId>
    <NodeRouteId>52adbd9e-6ee9-4b02-a39d-61ba9dbd6f7b</NodeRouteId>
    <TenantId>5ef97647-7df8-4f60-ae4b-4665328a9159</TenantId>
    <UserGroupId>7b0200b7-bd10-4f5e-800b-b57cff1cf716</UserGroupId>
    <UserId>0682eb0f-164d-44a4-8213-101965145623</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>