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": "48a78a89-6241-4126-ad73-cb1a2114da8b",
    "tenantId": "0f2867c5-521c-4cbb-8765-2fa5f28db5a1",
    "userId": "760462dc-69ec-4ee8-85cf-18558b69fd1b",
    "userGroupId": "17072aa1-2c84-4a56-9627-b6fbce820c15",
    "deviceId": "25616c08-467c-48e6-9d6a-bdfd9227f8cb",
    "deviceGroupId": "e37f8326-a4a1-4bcc-bc39-c488031f5d7e",
    "applicationId": "3ffb3e72-290d-4ba6-85f4-baa98cb86f0f",
    "applicationVersionId": "44a90d8b-ea22-4ecb-b445-66f1df919edd",
    "nodeId": "7c23723a-db29-49a0-85b1-0ca49f2d55f4",
    "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-11-15T11:38:36.5101244+00:00",
    "updatedDateUtc": "2025-11-15T11:38:36.5101244+00:00"
  },
  {
    "nodeRouteId": "48a78a89-6241-4126-ad73-cb1a2114da8b",
    "tenantId": "0f2867c5-521c-4cbb-8765-2fa5f28db5a1",
    "userId": "760462dc-69ec-4ee8-85cf-18558b69fd1b",
    "userGroupId": "17072aa1-2c84-4a56-9627-b6fbce820c15",
    "deviceId": "25616c08-467c-48e6-9d6a-bdfd9227f8cb",
    "deviceGroupId": "e37f8326-a4a1-4bcc-bc39-c488031f5d7e",
    "applicationId": "3ffb3e72-290d-4ba6-85f4-baa98cb86f0f",
    "applicationVersionId": "44a90d8b-ea22-4ecb-b445-66f1df919edd",
    "nodeId": "7c23723a-db29-49a0-85b1-0ca49f2d55f4",
    "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-11-15T11:38:36.5101244+00:00",
    "updatedDateUtc": "2025-11-15T11:38:36.5101244+00:00"
  },
  {
    "nodeRouteId": "48a78a89-6241-4126-ad73-cb1a2114da8b",
    "tenantId": "0f2867c5-521c-4cbb-8765-2fa5f28db5a1",
    "userId": "760462dc-69ec-4ee8-85cf-18558b69fd1b",
    "userGroupId": "17072aa1-2c84-4a56-9627-b6fbce820c15",
    "deviceId": "25616c08-467c-48e6-9d6a-bdfd9227f8cb",
    "deviceGroupId": "e37f8326-a4a1-4bcc-bc39-c488031f5d7e",
    "applicationId": "3ffb3e72-290d-4ba6-85f4-baa98cb86f0f",
    "applicationVersionId": "44a90d8b-ea22-4ecb-b445-66f1df919edd",
    "nodeId": "7c23723a-db29-49a0-85b1-0ca49f2d55f4",
    "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-11-15T11:38:36.5101244+00:00",
    "updatedDateUtc": "2025-11-15T11:38:36.5101244+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-11-15T11:38:36.5101244+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-11-15T11:38:36.5101244+00:00</UpdatedDateUtc>
    <ApplicationId>3ffb3e72-290d-4ba6-85f4-baa98cb86f0f</ApplicationId>
    <ApplicationVersionId>44a90d8b-ea22-4ecb-b445-66f1df919edd</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>e37f8326-a4a1-4bcc-bc39-c488031f5d7e</DeviceGroupId>
    <DeviceId>25616c08-467c-48e6-9d6a-bdfd9227f8cb</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>7c23723a-db29-49a0-85b1-0ca49f2d55f4</NodeId>
    <NodeRouteId>48a78a89-6241-4126-ad73-cb1a2114da8b</NodeRouteId>
    <TenantId>0f2867c5-521c-4cbb-8765-2fa5f28db5a1</TenantId>
    <UserGroupId>17072aa1-2c84-4a56-9627-b6fbce820c15</UserGroupId>
    <UserId>760462dc-69ec-4ee8-85cf-18558b69fd1b</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2025-11-15T11:38:36.5101244+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-11-15T11:38:36.5101244+00:00</UpdatedDateUtc>
    <ApplicationId>3ffb3e72-290d-4ba6-85f4-baa98cb86f0f</ApplicationId>
    <ApplicationVersionId>44a90d8b-ea22-4ecb-b445-66f1df919edd</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>e37f8326-a4a1-4bcc-bc39-c488031f5d7e</DeviceGroupId>
    <DeviceId>25616c08-467c-48e6-9d6a-bdfd9227f8cb</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>7c23723a-db29-49a0-85b1-0ca49f2d55f4</NodeId>
    <NodeRouteId>48a78a89-6241-4126-ad73-cb1a2114da8b</NodeRouteId>
    <TenantId>0f2867c5-521c-4cbb-8765-2fa5f28db5a1</TenantId>
    <UserGroupId>17072aa1-2c84-4a56-9627-b6fbce820c15</UserGroupId>
    <UserId>760462dc-69ec-4ee8-85cf-18558b69fd1b</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2025-11-15T11:38:36.5101244+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-11-15T11:38:36.5101244+00:00</UpdatedDateUtc>
    <ApplicationId>3ffb3e72-290d-4ba6-85f4-baa98cb86f0f</ApplicationId>
    <ApplicationVersionId>44a90d8b-ea22-4ecb-b445-66f1df919edd</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>e37f8326-a4a1-4bcc-bc39-c488031f5d7e</DeviceGroupId>
    <DeviceId>25616c08-467c-48e6-9d6a-bdfd9227f8cb</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>7c23723a-db29-49a0-85b1-0ca49f2d55f4</NodeId>
    <NodeRouteId>48a78a89-6241-4126-ad73-cb1a2114da8b</NodeRouteId>
    <TenantId>0f2867c5-521c-4cbb-8765-2fa5f28db5a1</TenantId>
    <UserGroupId>17072aa1-2c84-4a56-9627-b6fbce820c15</UserGroupId>
    <UserId>760462dc-69ec-4ee8-85cf-18558b69fd1b</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>