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": "a8919afa-791e-40b6-9fdc-0359339f5104",
    "tenantId": "76d2195a-409f-4711-a3d2-d72b86b26552",
    "userId": "433a4404-9895-42cb-b2a9-1f89bb27ba87",
    "userGroupId": "af2b4e27-c5d8-4ec6-b916-c88690fc2294",
    "deviceId": "abb24478-c4f9-4a81-af54-08f70ff8b589",
    "deviceGroupId": "ce3479da-266e-41df-b9cc-63de52319515",
    "applicationId": "7999eebe-4229-4f04-9e9f-7d4aeaba9f79",
    "applicationVersionId": "dcff3c1d-87be-4d93-a417-146000017880",
    "nodeId": "d841ac57-76fd-4c27-b19f-fdbb078d7e5d",
    "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-08-31T07:20:12.0427736+00:00",
    "updatedDateUtc": "2025-08-31T07:20:12.0427736+00:00"
  },
  {
    "nodeRouteId": "a8919afa-791e-40b6-9fdc-0359339f5104",
    "tenantId": "76d2195a-409f-4711-a3d2-d72b86b26552",
    "userId": "433a4404-9895-42cb-b2a9-1f89bb27ba87",
    "userGroupId": "af2b4e27-c5d8-4ec6-b916-c88690fc2294",
    "deviceId": "abb24478-c4f9-4a81-af54-08f70ff8b589",
    "deviceGroupId": "ce3479da-266e-41df-b9cc-63de52319515",
    "applicationId": "7999eebe-4229-4f04-9e9f-7d4aeaba9f79",
    "applicationVersionId": "dcff3c1d-87be-4d93-a417-146000017880",
    "nodeId": "d841ac57-76fd-4c27-b19f-fdbb078d7e5d",
    "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-08-31T07:20:12.0427736+00:00",
    "updatedDateUtc": "2025-08-31T07:20:12.0427736+00:00"
  },
  {
    "nodeRouteId": "a8919afa-791e-40b6-9fdc-0359339f5104",
    "tenantId": "76d2195a-409f-4711-a3d2-d72b86b26552",
    "userId": "433a4404-9895-42cb-b2a9-1f89bb27ba87",
    "userGroupId": "af2b4e27-c5d8-4ec6-b916-c88690fc2294",
    "deviceId": "abb24478-c4f9-4a81-af54-08f70ff8b589",
    "deviceGroupId": "ce3479da-266e-41df-b9cc-63de52319515",
    "applicationId": "7999eebe-4229-4f04-9e9f-7d4aeaba9f79",
    "applicationVersionId": "dcff3c1d-87be-4d93-a417-146000017880",
    "nodeId": "d841ac57-76fd-4c27-b19f-fdbb078d7e5d",
    "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-08-31T07:20:12.0427736+00:00",
    "updatedDateUtc": "2025-08-31T07:20:12.0427736+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-08-31T07:20:12.0427736+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-08-31T07:20:12.0427736+00:00</UpdatedDateUtc>
    <ApplicationId>7999eebe-4229-4f04-9e9f-7d4aeaba9f79</ApplicationId>
    <ApplicationVersionId>dcff3c1d-87be-4d93-a417-146000017880</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>ce3479da-266e-41df-b9cc-63de52319515</DeviceGroupId>
    <DeviceId>abb24478-c4f9-4a81-af54-08f70ff8b589</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>d841ac57-76fd-4c27-b19f-fdbb078d7e5d</NodeId>
    <NodeRouteId>a8919afa-791e-40b6-9fdc-0359339f5104</NodeRouteId>
    <TenantId>76d2195a-409f-4711-a3d2-d72b86b26552</TenantId>
    <UserGroupId>af2b4e27-c5d8-4ec6-b916-c88690fc2294</UserGroupId>
    <UserId>433a4404-9895-42cb-b2a9-1f89bb27ba87</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2025-08-31T07:20:12.0427736+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-08-31T07:20:12.0427736+00:00</UpdatedDateUtc>
    <ApplicationId>7999eebe-4229-4f04-9e9f-7d4aeaba9f79</ApplicationId>
    <ApplicationVersionId>dcff3c1d-87be-4d93-a417-146000017880</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>ce3479da-266e-41df-b9cc-63de52319515</DeviceGroupId>
    <DeviceId>abb24478-c4f9-4a81-af54-08f70ff8b589</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>d841ac57-76fd-4c27-b19f-fdbb078d7e5d</NodeId>
    <NodeRouteId>a8919afa-791e-40b6-9fdc-0359339f5104</NodeRouteId>
    <TenantId>76d2195a-409f-4711-a3d2-d72b86b26552</TenantId>
    <UserGroupId>af2b4e27-c5d8-4ec6-b916-c88690fc2294</UserGroupId>
    <UserId>433a4404-9895-42cb-b2a9-1f89bb27ba87</UserId>
  </NodeRouteRepresentation>
  <NodeRouteRepresentation>
    <CreatedDateUtc>2025-08-31T07:20:12.0427736+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-08-31T07:20:12.0427736+00:00</UpdatedDateUtc>
    <ApplicationId>7999eebe-4229-4f04-9e9f-7d4aeaba9f79</ApplicationId>
    <ApplicationVersionId>dcff3c1d-87be-4d93-a417-146000017880</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>ce3479da-266e-41df-b9cc-63de52319515</DeviceGroupId>
    <DeviceId>abb24478-c4f9-4a81-af54-08f70ff8b589</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>d841ac57-76fd-4c27-b19f-fdbb078d7e5d</NodeId>
    <NodeRouteId>a8919afa-791e-40b6-9fdc-0359339f5104</NodeRouteId>
    <TenantId>76d2195a-409f-4711-a3d2-d72b86b26552</TenantId>
    <UserGroupId>af2b4e27-c5d8-4ec6-b916-c88690fc2294</UserGroupId>
    <UserId>433a4404-9895-42cb-b2a9-1f89bb27ba87</UserId>
  </NodeRouteRepresentation>
</ArrayOfNodeRouteRepresentation>