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": "353f5c83-b074-4747-828a-411a19bd67a9",
    "tenantId": "1596b521-cdd6-4470-93cc-58683963c211",
    "propertyKey": "sample string 3",
    "propertyValue": "sample string 4",
    "nodeId": "5b0e4b39-b42e-486c-8a82-59ede94177d7",
    "nodeCyanId": 6,
    "cyanId": 7,
    "createdDateUtc": "2026-02-08T20:44:50.6913626+00:00",
    "updatedDateUtc": "2026-02-08T20:44:50.6913626+00:00"
  },
  {
    "nodeIndexId": "353f5c83-b074-4747-828a-411a19bd67a9",
    "tenantId": "1596b521-cdd6-4470-93cc-58683963c211",
    "propertyKey": "sample string 3",
    "propertyValue": "sample string 4",
    "nodeId": "5b0e4b39-b42e-486c-8a82-59ede94177d7",
    "nodeCyanId": 6,
    "cyanId": 7,
    "createdDateUtc": "2026-02-08T20:44:50.6913626+00:00",
    "updatedDateUtc": "2026-02-08T20:44:50.6913626+00:00"
  },
  {
    "nodeIndexId": "353f5c83-b074-4747-828a-411a19bd67a9",
    "tenantId": "1596b521-cdd6-4470-93cc-58683963c211",
    "propertyKey": "sample string 3",
    "propertyValue": "sample string 4",
    "nodeId": "5b0e4b39-b42e-486c-8a82-59ede94177d7",
    "nodeCyanId": 6,
    "cyanId": 7,
    "createdDateUtc": "2026-02-08T20:44:50.6913626+00:00",
    "updatedDateUtc": "2026-02-08T20:44:50.6913626+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-02-08T20:44:50.6913626+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-08T20:44:50.6913626+00:00</UpdatedDateUtc>
    <CyanId>7</CyanId>
    <NodeCyanId>6</NodeCyanId>
    <NodeId>5b0e4b39-b42e-486c-8a82-59ede94177d7</NodeId>
    <NodeIndexId>353f5c83-b074-4747-828a-411a19bd67a9</NodeIndexId>
    <PropertyKey>sample string 3</PropertyKey>
    <PropertyValue>sample string 4</PropertyValue>
    <TenantId>1596b521-cdd6-4470-93cc-58683963c211</TenantId>
  </NodeIndexRepresentation>
  <NodeIndexRepresentation>
    <CreatedDateUtc>2026-02-08T20:44:50.6913626+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-08T20:44:50.6913626+00:00</UpdatedDateUtc>
    <CyanId>7</CyanId>
    <NodeCyanId>6</NodeCyanId>
    <NodeId>5b0e4b39-b42e-486c-8a82-59ede94177d7</NodeId>
    <NodeIndexId>353f5c83-b074-4747-828a-411a19bd67a9</NodeIndexId>
    <PropertyKey>sample string 3</PropertyKey>
    <PropertyValue>sample string 4</PropertyValue>
    <TenantId>1596b521-cdd6-4470-93cc-58683963c211</TenantId>
  </NodeIndexRepresentation>
  <NodeIndexRepresentation>
    <CreatedDateUtc>2026-02-08T20:44:50.6913626+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2026-02-08T20:44:50.6913626+00:00</UpdatedDateUtc>
    <CyanId>7</CyanId>
    <NodeCyanId>6</NodeCyanId>
    <NodeId>5b0e4b39-b42e-486c-8a82-59ede94177d7</NodeId>
    <NodeIndexId>353f5c83-b074-4747-828a-411a19bd67a9</NodeIndexId>
    <PropertyKey>sample string 3</PropertyKey>
    <PropertyValue>sample string 4</PropertyValue>
    <TenantId>1596b521-cdd6-4470-93cc-58683963c211</TenantId>
  </NodeIndexRepresentation>
</ArrayOfNodeIndexRepresentation>