Cyan Web API - Version 1


GET api/nodeRoutes

            Gets all NodeRoutes for a tenant.
            

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "nodeRouteId": "f2170c58-953e-4f16-b3bb-cde5d07265c8",
    "tenantId": "0254f1ae-d4b5-4b12-8104-afcd56b4d7c6",
    "userId": "de100eea-2a14-4362-8e52-eab0e429419e",
    "userGroupId": "3713bdd6-0ff5-49cd-8da4-ecf9d48bbb0c",
    "deviceId": "1d9b270c-9ba6-4026-b321-697ba6685bab",
    "deviceGroupId": "cc555b1b-afcc-4c31-ab05-e87b7759df5e",
    "applicationId": "6af7dd93-719c-4f72-a105-be1f477eb1fa",
    "applicationVersionId": "16aa82a8-3a37-4517-9287-d50f1eee74bc",
    "nodeId": "4d5997b3-b6a7-48a5-8e93-2afc0985ab79",
    "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-11T10:09:58.4032628+00:00",
    "updatedDateUtc": "2026-05-11T10:09:58.4032628+00:00"
  },
  {
    "nodeRouteId": "f2170c58-953e-4f16-b3bb-cde5d07265c8",
    "tenantId": "0254f1ae-d4b5-4b12-8104-afcd56b4d7c6",
    "userId": "de100eea-2a14-4362-8e52-eab0e429419e",
    "userGroupId": "3713bdd6-0ff5-49cd-8da4-ecf9d48bbb0c",
    "deviceId": "1d9b270c-9ba6-4026-b321-697ba6685bab",
    "deviceGroupId": "cc555b1b-afcc-4c31-ab05-e87b7759df5e",
    "applicationId": "6af7dd93-719c-4f72-a105-be1f477eb1fa",
    "applicationVersionId": "16aa82a8-3a37-4517-9287-d50f1eee74bc",
    "nodeId": "4d5997b3-b6a7-48a5-8e93-2afc0985ab79",
    "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-11T10:09:58.4032628+00:00",
    "updatedDateUtc": "2026-05-11T10:09:58.4032628+00:00"
  },
  {
    "nodeRouteId": "f2170c58-953e-4f16-b3bb-cde5d07265c8",
    "tenantId": "0254f1ae-d4b5-4b12-8104-afcd56b4d7c6",
    "userId": "de100eea-2a14-4362-8e52-eab0e429419e",
    "userGroupId": "3713bdd6-0ff5-49cd-8da4-ecf9d48bbb0c",
    "deviceId": "1d9b270c-9ba6-4026-b321-697ba6685bab",
    "deviceGroupId": "cc555b1b-afcc-4c31-ab05-e87b7759df5e",
    "applicationId": "6af7dd93-719c-4f72-a105-be1f477eb1fa",
    "applicationVersionId": "16aa82a8-3a37-4517-9287-d50f1eee74bc",
    "nodeId": "4d5997b3-b6a7-48a5-8e93-2afc0985ab79",
    "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-11T10:09:58.4032628+00:00",
    "updatedDateUtc": "2026-05-11T10:09:58.4032628+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-11T10:09:58.4032628+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-05-11T10:09:58.4032628+00:00</UpdatedDateUtc>
    <ApplicationId>6af7dd93-719c-4f72-a105-be1f477eb1fa</ApplicationId>
    <ApplicationVersionId>16aa82a8-3a37-4517-9287-d50f1eee74bc</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>cc555b1b-afcc-4c31-ab05-e87b7759df5e</DeviceGroupId>
    <DeviceId>1d9b270c-9ba6-4026-b321-697ba6685bab</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>4d5997b3-b6a7-48a5-8e93-2afc0985ab79</NodeId>
    <NodeRouteId>f2170c58-953e-4f16-b3bb-cde5d07265c8</NodeRouteId>
    <TenantId>0254f1ae-d4b5-4b12-8104-afcd56b4d7c6</TenantId>
    <UserGroupId>3713bdd6-0ff5-49cd-8da4-ecf9d48bbb0c</UserGroupId>
    <UserId>de100eea-2a14-4362-8e52-eab0e429419e</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-05-11T10:09:58.4032628+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-05-11T10:09:58.4032628+00:00</UpdatedDateUtc>
    <ApplicationId>6af7dd93-719c-4f72-a105-be1f477eb1fa</ApplicationId>
    <ApplicationVersionId>16aa82a8-3a37-4517-9287-d50f1eee74bc</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>cc555b1b-afcc-4c31-ab05-e87b7759df5e</DeviceGroupId>
    <DeviceId>1d9b270c-9ba6-4026-b321-697ba6685bab</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>4d5997b3-b6a7-48a5-8e93-2afc0985ab79</NodeId>
    <NodeRouteId>f2170c58-953e-4f16-b3bb-cde5d07265c8</NodeRouteId>
    <TenantId>0254f1ae-d4b5-4b12-8104-afcd56b4d7c6</TenantId>
    <UserGroupId>3713bdd6-0ff5-49cd-8da4-ecf9d48bbb0c</UserGroupId>
    <UserId>de100eea-2a14-4362-8e52-eab0e429419e</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-05-11T10:09:58.4032628+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-05-11T10:09:58.4032628+00:00</UpdatedDateUtc>
    <ApplicationId>6af7dd93-719c-4f72-a105-be1f477eb1fa</ApplicationId>
    <ApplicationVersionId>16aa82a8-3a37-4517-9287-d50f1eee74bc</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>cc555b1b-afcc-4c31-ab05-e87b7759df5e</DeviceGroupId>
    <DeviceId>1d9b270c-9ba6-4026-b321-697ba6685bab</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>4d5997b3-b6a7-48a5-8e93-2afc0985ab79</NodeId>
    <NodeRouteId>f2170c58-953e-4f16-b3bb-cde5d07265c8</NodeRouteId>
    <TenantId>0254f1ae-d4b5-4b12-8104-afcd56b4d7c6</TenantId>
    <UserGroupId>3713bdd6-0ff5-49cd-8da4-ecf9d48bbb0c</UserGroupId>
    <UserId>de100eea-2a14-4362-8e52-eab0e429419e</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>