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": "c1e986e5-75af-4358-bbb9-017d95951a03",
    "tenantId": "542f400b-2720-402a-a7b7-fc025b0af431",
    "userId": "32a51339-73c9-45ac-b51f-21b1960ea8a2",
    "userGroupId": "e4acd297-9fd3-40e5-96c7-ee071e03374d",
    "deviceId": "0c66b432-ab0e-4b44-a557-40f5833ded01",
    "deviceGroupId": "eb929c29-6a23-4474-b4ae-ce4419b02133",
    "applicationId": "33c9fa05-f889-46fe-82d3-f23012caf21c",
    "applicationVersionId": "fc9eb0a7-21b4-4261-9362-bd712aa24f51",
    "nodeId": "d878ec9c-4348-423f-9cf5-a9d6308a5248",
    "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-09-03T03:26:44.6665471+00:00",
    "updatedDateUtc": "2026-09-03T03:26:44.6665471+00:00"
  },
  {
    "nodeRouteId": "c1e986e5-75af-4358-bbb9-017d95951a03",
    "tenantId": "542f400b-2720-402a-a7b7-fc025b0af431",
    "userId": "32a51339-73c9-45ac-b51f-21b1960ea8a2",
    "userGroupId": "e4acd297-9fd3-40e5-96c7-ee071e03374d",
    "deviceId": "0c66b432-ab0e-4b44-a557-40f5833ded01",
    "deviceGroupId": "eb929c29-6a23-4474-b4ae-ce4419b02133",
    "applicationId": "33c9fa05-f889-46fe-82d3-f23012caf21c",
    "applicationVersionId": "fc9eb0a7-21b4-4261-9362-bd712aa24f51",
    "nodeId": "d878ec9c-4348-423f-9cf5-a9d6308a5248",
    "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-09-03T03:26:44.6665471+00:00",
    "updatedDateUtc": "2026-09-03T03:26:44.6665471+00:00"
  },
  {
    "nodeRouteId": "c1e986e5-75af-4358-bbb9-017d95951a03",
    "tenantId": "542f400b-2720-402a-a7b7-fc025b0af431",
    "userId": "32a51339-73c9-45ac-b51f-21b1960ea8a2",
    "userGroupId": "e4acd297-9fd3-40e5-96c7-ee071e03374d",
    "deviceId": "0c66b432-ab0e-4b44-a557-40f5833ded01",
    "deviceGroupId": "eb929c29-6a23-4474-b4ae-ce4419b02133",
    "applicationId": "33c9fa05-f889-46fe-82d3-f23012caf21c",
    "applicationVersionId": "fc9eb0a7-21b4-4261-9362-bd712aa24f51",
    "nodeId": "d878ec9c-4348-423f-9cf5-a9d6308a5248",
    "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-09-03T03:26:44.6665471+00:00",
    "updatedDateUtc": "2026-09-03T03:26:44.6665471+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-09-03T03:26:44.6665471+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-09-03T03:26:44.6665471+00:00</UpdatedDateUtc>
    <ApplicationId>33c9fa05-f889-46fe-82d3-f23012caf21c</ApplicationId>
    <ApplicationVersionId>fc9eb0a7-21b4-4261-9362-bd712aa24f51</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>eb929c29-6a23-4474-b4ae-ce4419b02133</DeviceGroupId>
    <DeviceId>0c66b432-ab0e-4b44-a557-40f5833ded01</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>d878ec9c-4348-423f-9cf5-a9d6308a5248</NodeId>
    <NodeRouteId>c1e986e5-75af-4358-bbb9-017d95951a03</NodeRouteId>
    <TenantId>542f400b-2720-402a-a7b7-fc025b0af431</TenantId>
    <UserGroupId>e4acd297-9fd3-40e5-96c7-ee071e03374d</UserGroupId>
    <UserId>32a51339-73c9-45ac-b51f-21b1960ea8a2</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-09-03T03:26:44.6665471+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-09-03T03:26:44.6665471+00:00</UpdatedDateUtc>
    <ApplicationId>33c9fa05-f889-46fe-82d3-f23012caf21c</ApplicationId>
    <ApplicationVersionId>fc9eb0a7-21b4-4261-9362-bd712aa24f51</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>eb929c29-6a23-4474-b4ae-ce4419b02133</DeviceGroupId>
    <DeviceId>0c66b432-ab0e-4b44-a557-40f5833ded01</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>d878ec9c-4348-423f-9cf5-a9d6308a5248</NodeId>
    <NodeRouteId>c1e986e5-75af-4358-bbb9-017d95951a03</NodeRouteId>
    <TenantId>542f400b-2720-402a-a7b7-fc025b0af431</TenantId>
    <UserGroupId>e4acd297-9fd3-40e5-96c7-ee071e03374d</UserGroupId>
    <UserId>32a51339-73c9-45ac-b51f-21b1960ea8a2</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-09-03T03:26:44.6665471+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-09-03T03:26:44.6665471+00:00</UpdatedDateUtc>
    <ApplicationId>33c9fa05-f889-46fe-82d3-f23012caf21c</ApplicationId>
    <ApplicationVersionId>fc9eb0a7-21b4-4261-9362-bd712aa24f51</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>eb929c29-6a23-4474-b4ae-ce4419b02133</DeviceGroupId>
    <DeviceId>0c66b432-ab0e-4b44-a557-40f5833ded01</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>d878ec9c-4348-423f-9cf5-a9d6308a5248</NodeId>
    <NodeRouteId>c1e986e5-75af-4358-bbb9-017d95951a03</NodeRouteId>
    <TenantId>542f400b-2720-402a-a7b7-fc025b0af431</TenantId>
    <UserGroupId>e4acd297-9fd3-40e5-96c7-ee071e03374d</UserGroupId>
    <UserId>32a51339-73c9-45ac-b51f-21b1960ea8a2</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>