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": "2930dfa6-b311-4a63-9e06-e4c91ee66b5c",
    "tenantId": "4bce8074-3749-4966-b810-5113e5b5ec48",
    "userId": "a9c541a6-0289-4073-949b-69031c37235b",
    "userGroupId": "9de4c8b0-9281-4928-babf-047d79c370eb",
    "deviceId": "84afe379-8ab4-4140-b99f-aad306dce728",
    "deviceGroupId": "c6416e3b-4653-4cc8-9a16-b6ac6717ddc8",
    "applicationId": "90a1203a-6bb3-491c-9295-87ae91150a91",
    "applicationVersionId": "3f7d0122-ebc6-4c61-8bdc-aa5fa15acd8e",
    "nodeId": "53bd7fd0-34ec-4bc0-842d-9842a0ab9f5b",
    "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-05-11T20:12:50.0676453+00:00",
    "updatedDateUtc": "2026-05-11T20:12:50.0676453+00:00"
  },
  {
    "nodeRouteId": "2930dfa6-b311-4a63-9e06-e4c91ee66b5c",
    "tenantId": "4bce8074-3749-4966-b810-5113e5b5ec48",
    "userId": "a9c541a6-0289-4073-949b-69031c37235b",
    "userGroupId": "9de4c8b0-9281-4928-babf-047d79c370eb",
    "deviceId": "84afe379-8ab4-4140-b99f-aad306dce728",
    "deviceGroupId": "c6416e3b-4653-4cc8-9a16-b6ac6717ddc8",
    "applicationId": "90a1203a-6bb3-491c-9295-87ae91150a91",
    "applicationVersionId": "3f7d0122-ebc6-4c61-8bdc-aa5fa15acd8e",
    "nodeId": "53bd7fd0-34ec-4bc0-842d-9842a0ab9f5b",
    "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-05-11T20:12:50.0676453+00:00",
    "updatedDateUtc": "2026-05-11T20:12:50.0676453+00:00"
  },
  {
    "nodeRouteId": "2930dfa6-b311-4a63-9e06-e4c91ee66b5c",
    "tenantId": "4bce8074-3749-4966-b810-5113e5b5ec48",
    "userId": "a9c541a6-0289-4073-949b-69031c37235b",
    "userGroupId": "9de4c8b0-9281-4928-babf-047d79c370eb",
    "deviceId": "84afe379-8ab4-4140-b99f-aad306dce728",
    "deviceGroupId": "c6416e3b-4653-4cc8-9a16-b6ac6717ddc8",
    "applicationId": "90a1203a-6bb3-491c-9295-87ae91150a91",
    "applicationVersionId": "3f7d0122-ebc6-4c61-8bdc-aa5fa15acd8e",
    "nodeId": "53bd7fd0-34ec-4bc0-842d-9842a0ab9f5b",
    "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-05-11T20:12:50.0676453+00:00",
    "updatedDateUtc": "2026-05-11T20:12:50.0676453+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-05-11T20:12:50.0676453+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-05-11T20:12:50.0676453+00:00</UpdatedDateUtc>
    <ApplicationId>90a1203a-6bb3-491c-9295-87ae91150a91</ApplicationId>
    <ApplicationVersionId>3f7d0122-ebc6-4c61-8bdc-aa5fa15acd8e</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>c6416e3b-4653-4cc8-9a16-b6ac6717ddc8</DeviceGroupId>
    <DeviceId>84afe379-8ab4-4140-b99f-aad306dce728</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>53bd7fd0-34ec-4bc0-842d-9842a0ab9f5b</NodeId>
    <NodeRouteId>2930dfa6-b311-4a63-9e06-e4c91ee66b5c</NodeRouteId>
    <TenantId>4bce8074-3749-4966-b810-5113e5b5ec48</TenantId>
    <UserGroupId>9de4c8b0-9281-4928-babf-047d79c370eb</UserGroupId>
    <UserId>a9c541a6-0289-4073-949b-69031c37235b</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-05-11T20:12:50.0676453+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-05-11T20:12:50.0676453+00:00</UpdatedDateUtc>
    <ApplicationId>90a1203a-6bb3-491c-9295-87ae91150a91</ApplicationId>
    <ApplicationVersionId>3f7d0122-ebc6-4c61-8bdc-aa5fa15acd8e</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>c6416e3b-4653-4cc8-9a16-b6ac6717ddc8</DeviceGroupId>
    <DeviceId>84afe379-8ab4-4140-b99f-aad306dce728</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>53bd7fd0-34ec-4bc0-842d-9842a0ab9f5b</NodeId>
    <NodeRouteId>2930dfa6-b311-4a63-9e06-e4c91ee66b5c</NodeRouteId>
    <TenantId>4bce8074-3749-4966-b810-5113e5b5ec48</TenantId>
    <UserGroupId>9de4c8b0-9281-4928-babf-047d79c370eb</UserGroupId>
    <UserId>a9c541a6-0289-4073-949b-69031c37235b</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-05-11T20:12:50.0676453+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-05-11T20:12:50.0676453+00:00</UpdatedDateUtc>
    <ApplicationId>90a1203a-6bb3-491c-9295-87ae91150a91</ApplicationId>
    <ApplicationVersionId>3f7d0122-ebc6-4c61-8bdc-aa5fa15acd8e</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>c6416e3b-4653-4cc8-9a16-b6ac6717ddc8</DeviceGroupId>
    <DeviceId>84afe379-8ab4-4140-b99f-aad306dce728</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>53bd7fd0-34ec-4bc0-842d-9842a0ab9f5b</NodeId>
    <NodeRouteId>2930dfa6-b311-4a63-9e06-e4c91ee66b5c</NodeRouteId>
    <TenantId>4bce8074-3749-4966-b810-5113e5b5ec48</TenantId>
    <UserGroupId>9de4c8b0-9281-4928-babf-047d79c370eb</UserGroupId>
    <UserId>a9c541a6-0289-4073-949b-69031c37235b</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>