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": "f3d655e1-6f2a-4306-b67e-af3995a182dd",
    "tenantId": "0c27ae86-4920-4c3a-a2ce-580eb94c42dc",
    "userId": "68a9ec1e-d717-4046-bdc3-7a87a38c9cc8",
    "userGroupId": "38080a29-3303-4ae0-83ee-a329713ec934",
    "deviceId": "8f278b3d-e9f6-476a-bdf4-a48696a3baad",
    "deviceGroupId": "02dcf1f7-0d95-490f-ace3-4be75c7aa77f",
    "applicationId": "9aa48f8b-1ea1-401e-8135-0eed2764ec38",
    "applicationVersionId": "4e528545-2a42-464d-9ebe-7a143e63fd02",
    "nodeId": "13becb59-f4e7-4d29-a01b-26c3625cc6dc",
    "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-10-16T03:00:11.2411422+00:00",
    "updatedDateUtc": "2025-10-16T03:00:11.2411422+00:00"
  },
  {
    "nodeRouteId": "f3d655e1-6f2a-4306-b67e-af3995a182dd",
    "tenantId": "0c27ae86-4920-4c3a-a2ce-580eb94c42dc",
    "userId": "68a9ec1e-d717-4046-bdc3-7a87a38c9cc8",
    "userGroupId": "38080a29-3303-4ae0-83ee-a329713ec934",
    "deviceId": "8f278b3d-e9f6-476a-bdf4-a48696a3baad",
    "deviceGroupId": "02dcf1f7-0d95-490f-ace3-4be75c7aa77f",
    "applicationId": "9aa48f8b-1ea1-401e-8135-0eed2764ec38",
    "applicationVersionId": "4e528545-2a42-464d-9ebe-7a143e63fd02",
    "nodeId": "13becb59-f4e7-4d29-a01b-26c3625cc6dc",
    "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-10-16T03:00:11.2411422+00:00",
    "updatedDateUtc": "2025-10-16T03:00:11.2411422+00:00"
  },
  {
    "nodeRouteId": "f3d655e1-6f2a-4306-b67e-af3995a182dd",
    "tenantId": "0c27ae86-4920-4c3a-a2ce-580eb94c42dc",
    "userId": "68a9ec1e-d717-4046-bdc3-7a87a38c9cc8",
    "userGroupId": "38080a29-3303-4ae0-83ee-a329713ec934",
    "deviceId": "8f278b3d-e9f6-476a-bdf4-a48696a3baad",
    "deviceGroupId": "02dcf1f7-0d95-490f-ace3-4be75c7aa77f",
    "applicationId": "9aa48f8b-1ea1-401e-8135-0eed2764ec38",
    "applicationVersionId": "4e528545-2a42-464d-9ebe-7a143e63fd02",
    "nodeId": "13becb59-f4e7-4d29-a01b-26c3625cc6dc",
    "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-10-16T03:00:11.2411422+00:00",
    "updatedDateUtc": "2025-10-16T03:00:11.2411422+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-10-16T03:00:11.2411422+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-10-16T03:00:11.2411422+00:00</UpdatedDateUtc>
    <ApplicationId>9aa48f8b-1ea1-401e-8135-0eed2764ec38</ApplicationId>
    <ApplicationVersionId>4e528545-2a42-464d-9ebe-7a143e63fd02</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>02dcf1f7-0d95-490f-ace3-4be75c7aa77f</DeviceGroupId>
    <DeviceId>8f278b3d-e9f6-476a-bdf4-a48696a3baad</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>13becb59-f4e7-4d29-a01b-26c3625cc6dc</NodeId>
    <NodeRouteId>f3d655e1-6f2a-4306-b67e-af3995a182dd</NodeRouteId>
    <TenantId>0c27ae86-4920-4c3a-a2ce-580eb94c42dc</TenantId>
    <UserGroupId>38080a29-3303-4ae0-83ee-a329713ec934</UserGroupId>
    <UserId>68a9ec1e-d717-4046-bdc3-7a87a38c9cc8</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2025-10-16T03:00:11.2411422+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-10-16T03:00:11.2411422+00:00</UpdatedDateUtc>
    <ApplicationId>9aa48f8b-1ea1-401e-8135-0eed2764ec38</ApplicationId>
    <ApplicationVersionId>4e528545-2a42-464d-9ebe-7a143e63fd02</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>02dcf1f7-0d95-490f-ace3-4be75c7aa77f</DeviceGroupId>
    <DeviceId>8f278b3d-e9f6-476a-bdf4-a48696a3baad</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>13becb59-f4e7-4d29-a01b-26c3625cc6dc</NodeId>
    <NodeRouteId>f3d655e1-6f2a-4306-b67e-af3995a182dd</NodeRouteId>
    <TenantId>0c27ae86-4920-4c3a-a2ce-580eb94c42dc</TenantId>
    <UserGroupId>38080a29-3303-4ae0-83ee-a329713ec934</UserGroupId>
    <UserId>68a9ec1e-d717-4046-bdc3-7a87a38c9cc8</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2025-10-16T03:00:11.2411422+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-10-16T03:00:11.2411422+00:00</UpdatedDateUtc>
    <ApplicationId>9aa48f8b-1ea1-401e-8135-0eed2764ec38</ApplicationId>
    <ApplicationVersionId>4e528545-2a42-464d-9ebe-7a143e63fd02</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>02dcf1f7-0d95-490f-ace3-4be75c7aa77f</DeviceGroupId>
    <DeviceId>8f278b3d-e9f6-476a-bdf4-a48696a3baad</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>13becb59-f4e7-4d29-a01b-26c3625cc6dc</NodeId>
    <NodeRouteId>f3d655e1-6f2a-4306-b67e-af3995a182dd</NodeRouteId>
    <TenantId>0c27ae86-4920-4c3a-a2ce-580eb94c42dc</TenantId>
    <UserGroupId>38080a29-3303-4ae0-83ee-a329713ec934</UserGroupId>
    <UserId>68a9ec1e-d717-4046-bdc3-7a87a38c9cc8</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>