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": "bca2433d-f775-4093-80cb-b2ef1a74f5fb",
  "tenantId": "fd4417e1-7ce2-4764-ba5e-48c1a2cf7e73",
  "propertyKey": "sample string 3",
  "propertyValue": "sample string 4",
  "nodeId": "6c432e90-840c-49f8-ae5f-de0697dccc81",
  "nodeCyanId": 6,
  "cyanId": 7,
  "createdDateUtc": "2024-08-30T10:35:27.614465+00:00",
  "updatedDateUtc": "2024-08-30T10:35:27.614465+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>2024-08-30T10:35:27.614465+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2024-08-30T10:35:27.614465+00:00</UpdatedDateUtc>
  <CyanId>7</CyanId>
  <NodeCyanId>6</NodeCyanId>
  <NodeId>6c432e90-840c-49f8-ae5f-de0697dccc81</NodeId>
  <NodeIndexId>bca2433d-f775-4093-80cb-b2ef1a74f5fb</NodeIndexId>
  <PropertyKey>sample string 3</PropertyKey>
  <PropertyValue>sample string 4</PropertyValue>
  <TenantId>fd4417e1-7ce2-4764-ba5e-48c1a2cf7e73</TenantId>
</NodeIndexRepresentation>