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": "1a77b98f-5cd7-426f-bd56-658d8455209c",
  "tenantId": "629bc318-b2de-40ec-bb7f-afa52219fcbc",
  "propertyKey": "sample string 3",
  "propertyValue": "sample string 4",
  "nodeId": "9a846d5b-2773-4c52-be53-47a7204bc786",
  "nodeCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2025-10-16T02:59:52.1170348+00:00",
  "updatedDateUtc": "2025-10-16T02:59:52.1170348+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>2025-10-16T02:59:52.1170348+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-10-16T02:59:52.1170348+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <NodeCyanId>6</NodeCyanId>
  <NodeId>9a846d5b-2773-4c52-be53-47a7204bc786</NodeId>
  <NodeIndexId>1a77b98f-5cd7-426f-bd56-658d8455209c</NodeIndexId>
  <PropertyKey>sample string 3</PropertyKey>
  <PropertyValue>sample string 4</PropertyValue>
  <TenantId>629bc318-b2de-40ec-bb7f-afa52219fcbc</TenantId>
</NodeIndexRepresentation>