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": "c7f4e3e9-97cf-4857-a374-e8483ac45638",
  "tenantId": "203e2a6c-ea83-4b62-84dc-0334516acb2d",
  "propertyKey": "sample string 3",
  "propertyValue": "sample string 4",
  "nodeId": "d58ef89b-bfcc-4ae4-8671-6f8dfe131be2",
  "nodeCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2026-07-06T03:20:48.3041141+00:00",
  "updatedDateUtc": "2026-07-06T03:20:48.3041141+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-07-06T03:20:48.3041141+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-07-06T03:20:48.3041141+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <NodeCyanId>6</NodeCyanId>
  <NodeId>d58ef89b-bfcc-4ae4-8671-6f8dfe131be2</NodeId>
  <NodeIndexId>c7f4e3e9-97cf-4857-a374-e8483ac45638</NodeIndexId>
  <PropertyKey>sample string 3</PropertyKey>
  <PropertyValue>sample string 4</PropertyValue>
  <TenantId>203e2a6c-ea83-4b62-84dc-0334516acb2d</TenantId>
</NodeIndexRepresentation>