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": "f48d10e0-902f-4d21-bd3a-f5ab8a99a63e",
  "tenantId": "259bfca2-2b08-491d-8eec-a3019a2904b3",
  "propertyKey": "sample string 3",
  "propertyValue": "sample string 4",
  "nodeId": "591f77b6-b850-4ee8-82fd-69bec2582562",
  "nodeCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2026-01-11T08:19:26.0451299+00:00",
  "updatedDateUtc": "2026-01-11T08:19:26.0451299+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-11T08:19:26.0451299+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-01-11T08:19:26.0451299+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <NodeCyanId>6</NodeCyanId>
  <NodeId>591f77b6-b850-4ee8-82fd-69bec2582562</NodeId>
  <NodeIndexId>f48d10e0-902f-4d21-bd3a-f5ab8a99a63e</NodeIndexId>
  <PropertyKey>sample string 3</PropertyKey>
  <PropertyValue>sample string 4</PropertyValue>
  <TenantId>259bfca2-2b08-491d-8eec-a3019a2904b3</TenantId>
</NodeIndexRepresentation>