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": "a7c389b8-d6c1-41cc-af2c-f20907782f0d",
    "tenantId": "978c68dd-0b53-41c7-9a8c-c202a3025c92",
    "userId": "b3faa592-5516-43f2-95b3-b61956e61896",
    "userGroupId": "2fb1d457-c0a0-456e-b82c-8b30d2ebd01e",
    "deviceId": "f7e3b663-def9-4637-84b1-c2b8088694c3",
    "deviceGroupId": "dc79b08f-4829-4f68-876f-7cc27a611a28",
    "applicationId": "caa80c63-1576-4137-9577-32564c03abc9",
    "applicationVersionId": "1544a8f7-bb31-445a-8399-81ea6734491f",
    "nodeId": "b1d34064-3708-4851-be00-bbfa533b1c6a",
    "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-07-24T15:55:37.2510637+00:00",
    "updatedDateUtc": "2026-07-24T15:55:37.2510637+00:00"
  },
  {
    "nodeRouteId": "a7c389b8-d6c1-41cc-af2c-f20907782f0d",
    "tenantId": "978c68dd-0b53-41c7-9a8c-c202a3025c92",
    "userId": "b3faa592-5516-43f2-95b3-b61956e61896",
    "userGroupId": "2fb1d457-c0a0-456e-b82c-8b30d2ebd01e",
    "deviceId": "f7e3b663-def9-4637-84b1-c2b8088694c3",
    "deviceGroupId": "dc79b08f-4829-4f68-876f-7cc27a611a28",
    "applicationId": "caa80c63-1576-4137-9577-32564c03abc9",
    "applicationVersionId": "1544a8f7-bb31-445a-8399-81ea6734491f",
    "nodeId": "b1d34064-3708-4851-be00-bbfa533b1c6a",
    "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-07-24T15:55:37.2510637+00:00",
    "updatedDateUtc": "2026-07-24T15:55:37.2510637+00:00"
  },
  {
    "nodeRouteId": "a7c389b8-d6c1-41cc-af2c-f20907782f0d",
    "tenantId": "978c68dd-0b53-41c7-9a8c-c202a3025c92",
    "userId": "b3faa592-5516-43f2-95b3-b61956e61896",
    "userGroupId": "2fb1d457-c0a0-456e-b82c-8b30d2ebd01e",
    "deviceId": "f7e3b663-def9-4637-84b1-c2b8088694c3",
    "deviceGroupId": "dc79b08f-4829-4f68-876f-7cc27a611a28",
    "applicationId": "caa80c63-1576-4137-9577-32564c03abc9",
    "applicationVersionId": "1544a8f7-bb31-445a-8399-81ea6734491f",
    "nodeId": "b1d34064-3708-4851-be00-bbfa533b1c6a",
    "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-07-24T15:55:37.2510637+00:00",
    "updatedDateUtc": "2026-07-24T15:55:37.2510637+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-07-24T15:55:37.2510637+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-07-24T15:55:37.2510637+00:00</UpdatedDateUtc>
    <ApplicationId>caa80c63-1576-4137-9577-32564c03abc9</ApplicationId>
    <ApplicationVersionId>1544a8f7-bb31-445a-8399-81ea6734491f</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>dc79b08f-4829-4f68-876f-7cc27a611a28</DeviceGroupId>
    <DeviceId>f7e3b663-def9-4637-84b1-c2b8088694c3</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>b1d34064-3708-4851-be00-bbfa533b1c6a</NodeId>
    <NodeRouteId>a7c389b8-d6c1-41cc-af2c-f20907782f0d</NodeRouteId>
    <TenantId>978c68dd-0b53-41c7-9a8c-c202a3025c92</TenantId>
    <UserGroupId>2fb1d457-c0a0-456e-b82c-8b30d2ebd01e</UserGroupId>
    <UserId>b3faa592-5516-43f2-95b3-b61956e61896</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-07-24T15:55:37.2510637+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-07-24T15:55:37.2510637+00:00</UpdatedDateUtc>
    <ApplicationId>caa80c63-1576-4137-9577-32564c03abc9</ApplicationId>
    <ApplicationVersionId>1544a8f7-bb31-445a-8399-81ea6734491f</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>dc79b08f-4829-4f68-876f-7cc27a611a28</DeviceGroupId>
    <DeviceId>f7e3b663-def9-4637-84b1-c2b8088694c3</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>b1d34064-3708-4851-be00-bbfa533b1c6a</NodeId>
    <NodeRouteId>a7c389b8-d6c1-41cc-af2c-f20907782f0d</NodeRouteId>
    <TenantId>978c68dd-0b53-41c7-9a8c-c202a3025c92</TenantId>
    <UserGroupId>2fb1d457-c0a0-456e-b82c-8b30d2ebd01e</UserGroupId>
    <UserId>b3faa592-5516-43f2-95b3-b61956e61896</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2026-07-24T15:55:37.2510637+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-07-24T15:55:37.2510637+00:00</UpdatedDateUtc>
    <ApplicationId>caa80c63-1576-4137-9577-32564c03abc9</ApplicationId>
    <ApplicationVersionId>1544a8f7-bb31-445a-8399-81ea6734491f</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>dc79b08f-4829-4f68-876f-7cc27a611a28</DeviceGroupId>
    <DeviceId>f7e3b663-def9-4637-84b1-c2b8088694c3</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>b1d34064-3708-4851-be00-bbfa533b1c6a</NodeId>
    <NodeRouteId>a7c389b8-d6c1-41cc-af2c-f20907782f0d</NodeRouteId>
    <TenantId>978c68dd-0b53-41c7-9a8c-c202a3025c92</TenantId>
    <UserGroupId>2fb1d457-c0a0-456e-b82c-8b30d2ebd01e</UserGroupId>
    <UserId>b3faa592-5516-43f2-95b3-b61956e61896</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>