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": "6a1d6554-74fa-4255-93b1-64ddd31b98dd",
  "tenantId": "fa03b485-1fd5-4d50-8b64-a3a8a19b8852",
  "propertyKey": "sample string 3",
  "propertyValue": "sample string 4",
  "nodeId": "196720f4-0bc6-4a8c-ad1d-9f1991125a3c",
  "nodeCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2025-04-21T01:00:59.9898978+00:00",
  "updatedDateUtc": "2025-04-21T01:00:59.9898978+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-04-21T01:00:59.9898978+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-04-21T01:00:59.9898978+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <NodeCyanId>6</NodeCyanId>
  <NodeId>196720f4-0bc6-4a8c-ad1d-9f1991125a3c</NodeId>
  <NodeIndexId>6a1d6554-74fa-4255-93b1-64ddd31b98dd</NodeIndexId>
  <PropertyKey>sample string 3</PropertyKey>
  <PropertyValue>sample string 4</PropertyValue>
  <TenantId>fa03b485-1fd5-4d50-8b64-a3a8a19b8852</TenantId>
</NodeIndexRepresentation>