Cyan Web API - Version 1


GET api/nodeIndices/{nodeIndexId}

            Gets a NodeIndex
            

Request Information

Parameters

NameDescriptionAdditional information
nodeIndexId

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "nodeIndexId": "fecd2d61-e5b8-4cf2-90cd-077d6ec15327",
  "tenantId": "ca94bd4d-0865-4a35-8115-a5f59f43fba0",
  "propertyKey": "sample string 3",
  "propertyValue": "sample string 4",
  "nodeId": "e0f1a53b-5527-4f90-939f-2ab63f695324",
  "nodeCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2026-04-01T16:46:47.1887895+00:00",
  "updatedDateUtc": "2026-04-01T16:46:47.1887895+00:00"
}

application/xml, text/xml

Sample:
<NodeIndexRepresentation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Rest.Version1">
  <CreatedDateUtc>2026-04-01T16:46:47.1887895+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-04-01T16:46:47.1887895+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <NodeCyanId>6</NodeCyanId>
  <NodeId>e0f1a53b-5527-4f90-939f-2ab63f695324</NodeId>
  <NodeIndexId>fecd2d61-e5b8-4cf2-90cd-077d6ec15327</NodeIndexId>
  <PropertyKey>sample string 3</PropertyKey>
  <PropertyValue>sample string 4</PropertyValue>
  <TenantId>ca94bd4d-0865-4a35-8115-a5f59f43fba0</TenantId>
</NodeIndexRepresentation>