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": "90795ee6-4c23-4bda-a80d-c390823b3a16",
  "tenantId": "45aaf822-4a44-4e28-9c54-568b6c3069b2",
  "propertyKey": "sample string 3",
  "propertyValue": "sample string 4",
  "nodeId": "83cd331b-27a8-4a70-ab38-0dc5f94751be",
  "nodeCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2026-06-04T22:48:08.8543148+00:00",
  "updatedDateUtc": "2026-06-04T22:48:08.8543148+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-06-04T22:48:08.8543148+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-06-04T22:48:08.8543148+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <NodeCyanId>6</NodeCyanId>
  <NodeId>83cd331b-27a8-4a70-ab38-0dc5f94751be</NodeId>
  <NodeIndexId>90795ee6-4c23-4bda-a80d-c390823b3a16</NodeIndexId>
  <PropertyKey>sample string 3</PropertyKey>
  <PropertyValue>sample string 4</PropertyValue>
  <TenantId>45aaf822-4a44-4e28-9c54-568b6c3069b2</TenantId>
</NodeIndexRepresentation>