Cyan Web API - Version 1


GET api/nodeIndices?{nodeId}

            Gets the NodeIndices for a Node.
            

Request Information

Parameters

NameDescriptionAdditional information
nodeId

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "nodeIndexId": "2e15f806-efef-492a-ad0c-f1969171cb6e",
    "tenantId": "aa08e46d-962b-4e04-aa88-9daeb8c225d7",
    "propertyKey": "sample string 3",
    "propertyValue": "sample string 4",
    "nodeId": "eaf9a03e-e83f-4992-a5e2-ab27a4b02342",
    "nodeCyanId": 6,
    "cyanId": 7,
    "createdDateUtc": "2026-03-21T01:32:48.0330662+00:00",
    "updatedDateUtc": "2026-03-21T01:32:48.0330662+00:00"
  },
  {
    "nodeIndexId": "2e15f806-efef-492a-ad0c-f1969171cb6e",
    "tenantId": "aa08e46d-962b-4e04-aa88-9daeb8c225d7",
    "propertyKey": "sample string 3",
    "propertyValue": "sample string 4",
    "nodeId": "eaf9a03e-e83f-4992-a5e2-ab27a4b02342",
    "nodeCyanId": 6,
    "cyanId": 7,
    "createdDateUtc": "2026-03-21T01:32:48.0330662+00:00",
    "updatedDateUtc": "2026-03-21T01:32:48.0330662+00:00"
  },
  {
    "nodeIndexId": "2e15f806-efef-492a-ad0c-f1969171cb6e",
    "tenantId": "aa08e46d-962b-4e04-aa88-9daeb8c225d7",
    "propertyKey": "sample string 3",
    "propertyValue": "sample string 4",
    "nodeId": "eaf9a03e-e83f-4992-a5e2-ab27a4b02342",
    "nodeCyanId": 6,
    "cyanId": 7,
    "createdDateUtc": "2026-03-21T01:32:48.0330662+00:00",
    "updatedDateUtc": "2026-03-21T01:32:48.0330662+00:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfNodeIndexRepresentation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Rest.Version1">
  <NodeIndexRepresentation>
    <CreatedDateUtc>2026-03-21T01:32:48.0330662+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-21T01:32:48.0330662+00:00</UpdatedDateUtc>
    <CyanId>7</CyanId>
    <NodeCyanId>6</NodeCyanId>
    <NodeId>eaf9a03e-e83f-4992-a5e2-ab27a4b02342</NodeId>
    <NodeIndexId>2e15f806-efef-492a-ad0c-f1969171cb6e</NodeIndexId>
    <PropertyKey>sample string 3</PropertyKey>
    <PropertyValue>sample string 4</PropertyValue>
    <TenantId>aa08e46d-962b-4e04-aa88-9daeb8c225d7</TenantId>
  </NodeIndexRepresentation>
  <NodeIndexRepresentation>
    <CreatedDateUtc>2026-03-21T01:32:48.0330662+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-21T01:32:48.0330662+00:00</UpdatedDateUtc>
    <CyanId>7</CyanId>
    <NodeCyanId>6</NodeCyanId>
    <NodeId>eaf9a03e-e83f-4992-a5e2-ab27a4b02342</NodeId>
    <NodeIndexId>2e15f806-efef-492a-ad0c-f1969171cb6e</NodeIndexId>
    <PropertyKey>sample string 3</PropertyKey>
    <PropertyValue>sample string 4</PropertyValue>
    <TenantId>aa08e46d-962b-4e04-aa88-9daeb8c225d7</TenantId>
  </NodeIndexRepresentation>
  <NodeIndexRepresentation>
    <CreatedDateUtc>2026-03-21T01:32:48.0330662+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-03-21T01:32:48.0330662+00:00</UpdatedDateUtc>
    <CyanId>7</CyanId>
    <NodeCyanId>6</NodeCyanId>
    <NodeId>eaf9a03e-e83f-4992-a5e2-ab27a4b02342</NodeId>
    <NodeIndexId>2e15f806-efef-492a-ad0c-f1969171cb6e</NodeIndexId>
    <PropertyKey>sample string 3</PropertyKey>
    <PropertyValue>sample string 4</PropertyValue>
    <TenantId>aa08e46d-962b-4e04-aa88-9daeb8c225d7</TenantId>
  </NodeIndexRepresentation>
</ArrayOfNodeIndexRepresentation>