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": "5698a7f8-4e3e-4da5-b02f-2e929e54bce5",
  "tenantId": "75ad33c3-1dcb-4f46-82c2-ffc15d8e69ae",
  "propertyKey": "sample string 3",
  "propertyValue": "sample string 4",
  "nodeId": "2adb67e3-4a80-48d6-be1b-ca6521764ac8",
  "nodeCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2026-01-04T13:40:46.6133383+00:00",
  "updatedDateUtc": "2026-01-04T13:40:46.6133383+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-01-04T13:40:46.6133383+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-01-04T13:40:46.6133383+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <NodeCyanId>6</NodeCyanId>
  <NodeId>2adb67e3-4a80-48d6-be1b-ca6521764ac8</NodeId>
  <NodeIndexId>5698a7f8-4e3e-4da5-b02f-2e929e54bce5</NodeIndexId>
  <PropertyKey>sample string 3</PropertyKey>
  <PropertyValue>sample string 4</PropertyValue>
  <TenantId>75ad33c3-1dcb-4f46-82c2-ffc15d8e69ae</TenantId>
</NodeIndexRepresentation>