Cyan Web API - Version 1


GET api/nodeRoutes/{nodeRouteId}

            Gets a NodeRoute by NodeRouteId
            

Request Information

Parameters

NameDescriptionAdditional information
nodeRouteId

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "nodeRouteId": "bb85dc09-38da-4231-aee0-6b7df9c4e726",
  "tenantId": "40b905e1-de1c-4b94-9bb1-0754d728119f",
  "userId": "c405a96b-74d9-4055-8200-81fc318a99fe",
  "userGroupId": "c69dd989-2264-4323-860d-772694cc5a50",
  "deviceId": "c4843bfb-0f64-4d03-a073-053747cae831",
  "deviceGroupId": "26ae726e-c4bc-4b3f-ae6a-381464682b5a",
  "applicationId": "e6ec887f-37bd-443b-b0df-5b04c3ba225f",
  "applicationVersionId": "63dbb136-05fa-4071-92d9-4339a1f17219",
  "nodeId": "ab2b4a93-c044-4242-b24c-6b3585755a88",
  "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-08T20:44:47.530637+00:00",
  "updatedDateUtc": "2026-02-08T20:44:47.530637+00:00"
}

application/xml, text/xml

Sample:
<NodeRouteRepresentation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Rest.Version1">
  <CreatedDateUtc>2026-02-08T20:44:47.530637+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-02-08T20:44:47.530637+00:00</UpdatedDateUtc>
  <ApplicationId>e6ec887f-37bd-443b-b0df-5b04c3ba225f</ApplicationId>
  <ApplicationVersionId>63dbb136-05fa-4071-92d9-4339a1f17219</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>26ae726e-c4bc-4b3f-ae6a-381464682b5a</DeviceGroupId>
  <DeviceId>c4843bfb-0f64-4d03-a073-053747cae831</DeviceId>
  <IgnoreNodeIdsInRouting xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
    <d2p1:string>sample string 3</d2p1:string>
  </IgnoreNodeIdsInRouting>
  <Name>sample string 4</Name>
  <NodeCyanId>6</NodeCyanId>
  <NodeId>ab2b4a93-c044-4242-b24c-6b3585755a88</NodeId>
  <NodeRouteId>bb85dc09-38da-4231-aee0-6b7df9c4e726</NodeRouteId>
  <TenantId>40b905e1-de1c-4b94-9bb1-0754d728119f</TenantId>
  <UserGroupId>c69dd989-2264-4323-860d-772694cc5a50</UserGroupId>
  <UserId>c405a96b-74d9-4055-8200-81fc318a99fe</UserId>
</NodeRouteRepresentation>