Cyan Web API - Version 1


GET api/nodeIndices?{nodeId}

            Gets the NodeIndices for a Node.
            

Request Information

Parameters

NameDescriptionAdditional information
nodeId

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "nodeIndexId": "56f76c6d-4de4-4892-9dc4-312cd61ac502",
    "tenantId": "9589d16e-d726-46db-abf1-26da8ec1e891",
    "propertyKey": "sample string 3",
    "propertyValue": "sample string 4",
    "nodeId": "d77ac09f-a3b6-46c5-ac8e-cf486e0d7925",
    "nodeCyanId": 6,
    "cyanId": 7,
    "createdDateUtc": "2025-07-09T03:45:04.7103481+00:00",
    "updatedDateUtc": "2025-07-09T03:45:04.7103481+00:00"
  },
  {
    "nodeIndexId": "56f76c6d-4de4-4892-9dc4-312cd61ac502",
    "tenantId": "9589d16e-d726-46db-abf1-26da8ec1e891",
    "propertyKey": "sample string 3",
    "propertyValue": "sample string 4",
    "nodeId": "d77ac09f-a3b6-46c5-ac8e-cf486e0d7925",
    "nodeCyanId": 6,
    "cyanId": 7,
    "createdDateUtc": "2025-07-09T03:45:04.7103481+00:00",
    "updatedDateUtc": "2025-07-09T03:45:04.7103481+00:00"
  },
  {
    "nodeIndexId": "56f76c6d-4de4-4892-9dc4-312cd61ac502",
    "tenantId": "9589d16e-d726-46db-abf1-26da8ec1e891",
    "propertyKey": "sample string 3",
    "propertyValue": "sample string 4",
    "nodeId": "d77ac09f-a3b6-46c5-ac8e-cf486e0d7925",
    "nodeCyanId": 6,
    "cyanId": 7,
    "createdDateUtc": "2025-07-09T03:45:04.7103481+00:00",
    "updatedDateUtc": "2025-07-09T03:45:04.7103481+00:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfNodeIndexRepresentation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Rest.Version1">
  <NodeIndexRepresentation>
    <CreatedDateUtc>2025-07-09T03:45:04.7103481+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-07-09T03:45:04.7103481+00:00</UpdatedDateUtc>
    <CyanId>7</CyanId>
    <NodeCyanId>6</NodeCyanId>
    <NodeId>d77ac09f-a3b6-46c5-ac8e-cf486e0d7925</NodeId>
    <NodeIndexId>56f76c6d-4de4-4892-9dc4-312cd61ac502</NodeIndexId>
    <PropertyKey>sample string 3</PropertyKey>
    <PropertyValue>sample string 4</PropertyValue>
    <TenantId>9589d16e-d726-46db-abf1-26da8ec1e891</TenantId>
  </NodeIndexRepresentation>
  <NodeIndexRepresentation>
    <CreatedDateUtc>2025-07-09T03:45:04.7103481+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-07-09T03:45:04.7103481+00:00</UpdatedDateUtc>
    <CyanId>7</CyanId>
    <NodeCyanId>6</NodeCyanId>
    <NodeId>d77ac09f-a3b6-46c5-ac8e-cf486e0d7925</NodeId>
    <NodeIndexId>56f76c6d-4de4-4892-9dc4-312cd61ac502</NodeIndexId>
    <PropertyKey>sample string 3</PropertyKey>
    <PropertyValue>sample string 4</PropertyValue>
    <TenantId>9589d16e-d726-46db-abf1-26da8ec1e891</TenantId>
  </NodeIndexRepresentation>
  <NodeIndexRepresentation>
    <CreatedDateUtc>2025-07-09T03:45:04.7103481+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-07-09T03:45:04.7103481+00:00</UpdatedDateUtc>
    <CyanId>7</CyanId>
    <NodeCyanId>6</NodeCyanId>
    <NodeId>d77ac09f-a3b6-46c5-ac8e-cf486e0d7925</NodeId>
    <NodeIndexId>56f76c6d-4de4-4892-9dc4-312cd61ac502</NodeIndexId>
    <PropertyKey>sample string 3</PropertyKey>
    <PropertyValue>sample string 4</PropertyValue>
    <TenantId>9589d16e-d726-46db-abf1-26da8ec1e891</TenantId>
  </NodeIndexRepresentation>
</ArrayOfNodeIndexRepresentation>