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": "93e97bbc-90ce-4e95-9904-47496a93762b",
    "tenantId": "8eddedae-528e-4d9d-bc26-d47c3594cc51",
    "propertyKey": "sample string 3",
    "propertyValue": "sample string 4",
    "nodeId": "ae347bfc-bf0b-4b52-b868-329bbed9c89c",
    "nodeCyanId": 6,
    "cyanId": 7,
    "createdDateUtc": "2025-04-18T00:01:18.8036715+00:00",
    "updatedDateUtc": "2025-04-18T00:01:18.8036715+00:00"
  },
  {
    "nodeIndexId": "93e97bbc-90ce-4e95-9904-47496a93762b",
    "tenantId": "8eddedae-528e-4d9d-bc26-d47c3594cc51",
    "propertyKey": "sample string 3",
    "propertyValue": "sample string 4",
    "nodeId": "ae347bfc-bf0b-4b52-b868-329bbed9c89c",
    "nodeCyanId": 6,
    "cyanId": 7,
    "createdDateUtc": "2025-04-18T00:01:18.8036715+00:00",
    "updatedDateUtc": "2025-04-18T00:01:18.8036715+00:00"
  },
  {
    "nodeIndexId": "93e97bbc-90ce-4e95-9904-47496a93762b",
    "tenantId": "8eddedae-528e-4d9d-bc26-d47c3594cc51",
    "propertyKey": "sample string 3",
    "propertyValue": "sample string 4",
    "nodeId": "ae347bfc-bf0b-4b52-b868-329bbed9c89c",
    "nodeCyanId": 6,
    "cyanId": 7,
    "createdDateUtc": "2025-04-18T00:01:18.8036715+00:00",
    "updatedDateUtc": "2025-04-18T00:01:18.8036715+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-04-18T00:01:18.8036715+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-04-18T00:01:18.8036715+00:00</UpdatedDateUtc>
    <CyanId>7</CyanId>
    <NodeCyanId>6</NodeCyanId>
    <NodeId>ae347bfc-bf0b-4b52-b868-329bbed9c89c</NodeId>
    <NodeIndexId>93e97bbc-90ce-4e95-9904-47496a93762b</NodeIndexId>
    <PropertyKey>sample string 3</PropertyKey>
    <PropertyValue>sample string 4</PropertyValue>
    <TenantId>8eddedae-528e-4d9d-bc26-d47c3594cc51</TenantId>
  </NodeIndexRepresentation>
  <NodeIndexRepresentation>
    <CreatedDateUtc>2025-04-18T00:01:18.8036715+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-04-18T00:01:18.8036715+00:00</UpdatedDateUtc>
    <CyanId>7</CyanId>
    <NodeCyanId>6</NodeCyanId>
    <NodeId>ae347bfc-bf0b-4b52-b868-329bbed9c89c</NodeId>
    <NodeIndexId>93e97bbc-90ce-4e95-9904-47496a93762b</NodeIndexId>
    <PropertyKey>sample string 3</PropertyKey>
    <PropertyValue>sample string 4</PropertyValue>
    <TenantId>8eddedae-528e-4d9d-bc26-d47c3594cc51</TenantId>
  </NodeIndexRepresentation>
  <NodeIndexRepresentation>
    <CreatedDateUtc>2025-04-18T00:01:18.8036715+00:00</CreatedDateUtc>
    <UpdatedDateUtc>2025-04-18T00:01:18.8036715+00:00</UpdatedDateUtc>
    <CyanId>7</CyanId>
    <NodeCyanId>6</NodeCyanId>
    <NodeId>ae347bfc-bf0b-4b52-b868-329bbed9c89c</NodeId>
    <NodeIndexId>93e97bbc-90ce-4e95-9904-47496a93762b</NodeIndexId>
    <PropertyKey>sample string 3</PropertyKey>
    <PropertyValue>sample string 4</PropertyValue>
    <TenantId>8eddedae-528e-4d9d-bc26-d47c3594cc51</TenantId>
  </NodeIndexRepresentation>
</ArrayOfNodeIndexRepresentation>