Gets a NodeIndex
| Name | Description | Additional information |
|---|---|---|
| nodeIndexId |
Define this parameter in the request URI. |
{
"nodeIndexId": "01b9d645-7187-45fa-913d-3aa99c339095",
"tenantId": "3ca7c69f-4e5c-4ab7-916a-526aa5e0fd46",
"propertyKey": "sample string 3",
"propertyValue": "sample string 4",
"nodeId": "26346bd2-5d85-41a3-81e7-8596b9c14556",
"nodeCyanId": 6,
"cyanId": 7,
"createdDateUtc": "2026-08-05T14:37:32.5923128+00:00",
"updatedDateUtc": "2026-08-05T14:37:32.5923128+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-08-05T14:37:32.5923128+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-08-05T14:37:32.5923128+00:00</UpdatedDateUtc> <CyanId>7</CyanId> <NodeCyanId>6</NodeCyanId> <NodeId>26346bd2-5d85-41a3-81e7-8596b9c14556</NodeId> <NodeIndexId>01b9d645-7187-45fa-913d-3aa99c339095</NodeIndexId> <PropertyKey>sample string 3</PropertyKey> <PropertyValue>sample string 4</PropertyValue> <TenantId>3ca7c69f-4e5c-4ab7-916a-526aa5e0fd46</TenantId> </NodeIndexRepresentation>