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": "315532ac-c1fd-488d-a47d-e205c17b6761",
    "tenantId": "2db533a6-cc19-4be2-8828-365fa5852cde",
    "userId": "9e05c7b5-bbfe-42a8-b5a7-1d2c27606134",
    "userGroupId": "fd1ea46e-14a1-4c2a-92b6-194e8a77ffc5",
    "deviceId": "b0f548fc-d65c-49f4-94a8-ad9f8a185b84",
    "deviceGroupId": "9a50b353-8071-4a22-9597-d19a4bbf3b42",
    "applicationId": "54bdc1c2-cdb7-4faf-a1fa-350c7b660438",
    "applicationVersionId": "6f0e797e-982e-44bb-b70e-6ed86f3687e6",
    "nodeId": "ac610da3-a346-472f-a32c-fff86a853feb",
    "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-08-27T04:31:24.5264729+00:00",
    "updatedDateUtc": "2026-08-27T04:31:24.5264729+00:00"
  },
  {
    "nodeRouteId": "315532ac-c1fd-488d-a47d-e205c17b6761",
    "tenantId": "2db533a6-cc19-4be2-8828-365fa5852cde",
    "userId": "9e05c7b5-bbfe-42a8-b5a7-1d2c27606134",
    "userGroupId": "fd1ea46e-14a1-4c2a-92b6-194e8a77ffc5",
    "deviceId": "b0f548fc-d65c-49f4-94a8-ad9f8a185b84",
    "deviceGroupId": "9a50b353-8071-4a22-9597-d19a4bbf3b42",
    "applicationId": "54bdc1c2-cdb7-4faf-a1fa-350c7b660438",
    "applicationVersionId": "6f0e797e-982e-44bb-b70e-6ed86f3687e6",
    "nodeId": "ac610da3-a346-472f-a32c-fff86a853feb",
    "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-08-27T04:31:24.5264729+00:00",
    "updatedDateUtc": "2026-08-27T04:31:24.5264729+00:00"
  },
  {
    "nodeRouteId": "315532ac-c1fd-488d-a47d-e205c17b6761",
    "tenantId": "2db533a6-cc19-4be2-8828-365fa5852cde",
    "userId": "9e05c7b5-bbfe-42a8-b5a7-1d2c27606134",
    "userGroupId": "fd1ea46e-14a1-4c2a-92b6-194e8a77ffc5",
    "deviceId": "b0f548fc-d65c-49f4-94a8-ad9f8a185b84",
    "deviceGroupId": "9a50b353-8071-4a22-9597-d19a4bbf3b42",
    "applicationId": "54bdc1c2-cdb7-4faf-a1fa-350c7b660438",
    "applicationVersionId": "6f0e797e-982e-44bb-b70e-6ed86f3687e6",
    "nodeId": "ac610da3-a346-472f-a32c-fff86a853feb",
    "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-08-27T04:31:24.5264729+00:00",
    "updatedDateUtc": "2026-08-27T04:31:24.5264729+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-08-27T04:31:24.5264729+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-27T04:31:24.5264729+00:00</UpdatedDateUtc>
    <ApplicationId>54bdc1c2-cdb7-4faf-a1fa-350c7b660438</ApplicationId>
    <ApplicationVersionId>6f0e797e-982e-44bb-b70e-6ed86f3687e6</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>9a50b353-8071-4a22-9597-d19a4bbf3b42</DeviceGroupId>
    <DeviceId>b0f548fc-d65c-49f4-94a8-ad9f8a185b84</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>ac610da3-a346-472f-a32c-fff86a853feb</NodeId>
    <NodeRouteId>315532ac-c1fd-488d-a47d-e205c17b6761</NodeRouteId>
    <TenantId>2db533a6-cc19-4be2-8828-365fa5852cde</TenantId>
    <UserGroupId>fd1ea46e-14a1-4c2a-92b6-194e8a77ffc5</UserGroupId>
    <UserId>9e05c7b5-bbfe-42a8-b5a7-1d2c27606134</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-08-27T04:31:24.5264729+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-27T04:31:24.5264729+00:00</UpdatedDateUtc>
    <ApplicationId>54bdc1c2-cdb7-4faf-a1fa-350c7b660438</ApplicationId>
    <ApplicationVersionId>6f0e797e-982e-44bb-b70e-6ed86f3687e6</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>9a50b353-8071-4a22-9597-d19a4bbf3b42</DeviceGroupId>
    <DeviceId>b0f548fc-d65c-49f4-94a8-ad9f8a185b84</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>ac610da3-a346-472f-a32c-fff86a853feb</NodeId>
    <NodeRouteId>315532ac-c1fd-488d-a47d-e205c17b6761</NodeRouteId>
    <TenantId>2db533a6-cc19-4be2-8828-365fa5852cde</TenantId>
    <UserGroupId>fd1ea46e-14a1-4c2a-92b6-194e8a77ffc5</UserGroupId>
    <UserId>9e05c7b5-bbfe-42a8-b5a7-1d2c27606134</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-08-27T04:31:24.5264729+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-08-27T04:31:24.5264729+00:00</UpdatedDateUtc>
    <ApplicationId>54bdc1c2-cdb7-4faf-a1fa-350c7b660438</ApplicationId>
    <ApplicationVersionId>6f0e797e-982e-44bb-b70e-6ed86f3687e6</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>9a50b353-8071-4a22-9597-d19a4bbf3b42</DeviceGroupId>
    <DeviceId>b0f548fc-d65c-49f4-94a8-ad9f8a185b84</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>ac610da3-a346-472f-a32c-fff86a853feb</NodeId>
    <NodeRouteId>315532ac-c1fd-488d-a47d-e205c17b6761</NodeRouteId>
    <TenantId>2db533a6-cc19-4be2-8828-365fa5852cde</TenantId>
    <UserGroupId>fd1ea46e-14a1-4c2a-92b6-194e8a77ffc5</UserGroupId>
    <UserId>9e05c7b5-bbfe-42a8-b5a7-1d2c27606134</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>