Gets a NodeIndex
| Name | Description | Additional information |
|---|---|---|
| nodeIndexId |
Define this parameter in the request URI. |
{
"nodeIndexId": "55b0566e-b68d-4607-8808-fd759c635e62",
"tenantId": "53019c26-a5e0-49a9-9939-df2c14203c65",
"propertyKey": "sample string 3",
"propertyValue": "sample string 4",
"nodeId": "91d1c892-d21d-400c-a0c4-5b60691d3aa5",
"nodeCyanId": 6,
"cyanId": 7,
"createdDateUtc": "2026-04-02T01:17:41.8147637+00:00",
"updatedDateUtc": "2026-04-02T01:17:41.8147637+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-04-02T01:17:41.8147637+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-04-02T01:17:41.8147637+00:00</UpdatedDateUtc> <CyanId>7</CyanId> <NodeCyanId>6</NodeCyanId> <NodeId>91d1c892-d21d-400c-a0c4-5b60691d3aa5</NodeId> <NodeIndexId>55b0566e-b68d-4607-8808-fd759c635e62</NodeIndexId> <PropertyKey>sample string 3</PropertyKey> <PropertyValue>sample string 4</PropertyValue> <TenantId>53019c26-a5e0-49a9-9939-df2c14203c65</TenantId> </NodeIndexRepresentation>