Gets a NodeIndex
| Name | Description | Additional information |
|---|---|---|
| nodeIndexId |
Define this parameter in the request URI. |
{
"nodeIndexId": "0d7bb8b5-e1fc-49e6-98ea-96653de0c7ec",
"tenantId": "4ea156f8-0c55-4e37-8b9c-1384446a569d",
"propertyKey": "sample string 3",
"propertyValue": "sample string 4",
"nodeId": "1a8a273d-f8f8-4a10-9396-7f58b4992bfd",
"nodeCyanId": 6,
"cyanId": 7,
"createdDateUtc": "2026-05-17T17:25:27.5587601+00:00",
"updatedDateUtc": "2026-05-17T17:25:27.5587601+00:00"
}
<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-05-17T17:25:27.5587601+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-05-17T17:25:27.5587601+00:00</UpdatedDateUtc> <CyanId>7</CyanId> <NodeCyanId>6</NodeCyanId> <NodeId>1a8a273d-f8f8-4a10-9396-7f58b4992bfd</NodeId> <NodeIndexId>0d7bb8b5-e1fc-49e6-98ea-96653de0c7ec</NodeIndexId> <PropertyKey>sample string 3</PropertyKey> <PropertyValue>sample string 4</PropertyValue> <TenantId>4ea156f8-0c55-4e37-8b9c-1384446a569d</TenantId> </NodeIndexRepresentation>