2025-08-12 13:29:42 +05:30

1.0 KiB

title slug
searchEntityRelationshipResult /main-concepts/metadata-standard/schemas/api/entityrelationship/searchentityrelationshipresult

SearchEntityRelationshipResult

Search Entity Relationship Response for the Entity Relationship Request

Properties

  • nodes: Nodes in the entity relationship response.
  • upstreamEdges: Upstream Edges for the entity.
  • downstreamEdges: Downstream Edges for the node.

Definitions

  • directionPaging
    • upstream (array)
      • Items: Refer to #/definitions/layerPaging.
    • downstream (array)
      • Items: Refer to #/definitions/layerPaging.
  • layerPaging (object): Type used for cursor based pagination information in GET list responses. Cannot contain additional properties.
    • entityDownstreamCount (integer): Count of entities downstream current layer entity.
    • entityUpstreamCount (integer): Count of entities upstream current layer entity.

Documentation file automatically generated at 2025-08-12 05:39:47.683420+00:00.