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": "89b8ddc7-a51a-418b-8188-4472e80a18d5",
  "tenantId": "efe1379d-f879-49e3-ba31-4197e2e6d236",
  "propertyKey": "sample string 3",
  "propertyValue": "sample string 4",
  "nodeId": "4ad8b437-9db5-43ca-b3b8-214a7367d85f",
  "nodeCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2025-06-12T22:11:51.3326183+00:00",
  "updatedDateUtc": "2025-06-12T22:11:51.3326183+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-06-12T22:11:51.3326183+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-06-12T22:11:51.3326183+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <NodeCyanId>6</NodeCyanId>
  <NodeId>4ad8b437-9db5-43ca-b3b8-214a7367d85f</NodeId>
  <NodeIndexId>89b8ddc7-a51a-418b-8188-4472e80a18d5</NodeIndexId>
  <PropertyKey>sample string 3</PropertyKey>
  <PropertyValue>sample string 4</PropertyValue>
  <TenantId>efe1379d-f879-49e3-ba31-4197e2e6d236</TenantId>
</NodeIndexRepresentation>