Gets a NodeIndex
| Name | Description | Additional information |
|---|---|---|
| nodeIndexId |
Define this parameter in the request URI. |
{
"nodeIndexId": "b6ab6929-1364-465a-947d-6f0bfa65c20c",
"tenantId": "a0457b22-c04b-4a6c-9758-04b35d262e74",
"propertyKey": "sample string 3",
"propertyValue": "sample string 4",
"nodeId": "cb470c71-0475-4a95-86f1-2a88903bfd8b",
"nodeCyanId": 6,
"cyanId": 7,
"createdDateUtc": "2026-06-05T18:16:32.1370226+00:00",
"updatedDateUtc": "2026-06-05T18:16:32.1370226+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-06-05T18:16:32.1370226+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-06-05T18:16:32.1370226+00:00</UpdatedDateUtc> <CyanId>7</CyanId> <NodeCyanId>6</NodeCyanId> <NodeId>cb470c71-0475-4a95-86f1-2a88903bfd8b</NodeId> <NodeIndexId>b6ab6929-1364-465a-947d-6f0bfa65c20c</NodeIndexId> <PropertyKey>sample string 3</PropertyKey> <PropertyValue>sample string 4</PropertyValue> <TenantId>a0457b22-c04b-4a6c-9758-04b35d262e74</TenantId> </NodeIndexRepresentation>