Gets a NodeIndex
| Name | Description | Additional information |
|---|---|---|
| nodeIndexId |
Define this parameter in the request URI. |
{
"nodeIndexId": "8061f832-3a52-4071-bbb3-5473ee7a4007",
"tenantId": "422cd4be-b73a-4db4-b157-3073aa7fd122",
"propertyKey": "sample string 3",
"propertyValue": "sample string 4",
"nodeId": "f8c4b9aa-759f-4a95-8b3b-a1b5c70e66d1",
"nodeCyanId": 6,
"cyanId": 7,
"createdDateUtc": "2026-09-02T12:05:18.2763083+00:00",
"updatedDateUtc": "2026-09-02T12:05:18.2763083+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-09-02T12:05:18.2763083+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-09-02T12:05:18.2763083+00:00</UpdatedDateUtc> <CyanId>7</CyanId> <NodeCyanId>6</NodeCyanId> <NodeId>f8c4b9aa-759f-4a95-8b3b-a1b5c70e66d1</NodeId> <NodeIndexId>8061f832-3a52-4071-bbb3-5473ee7a4007</NodeIndexId> <PropertyKey>sample string 3</PropertyKey> <PropertyValue>sample string 4</PropertyValue> <TenantId>422cd4be-b73a-4db4-b157-3073aa7fd122</TenantId> </NodeIndexRepresentation>